@import url(https://fonts.googleapis.com/css?family=Nunito);@charset "UTF-8";

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  box-sizing: border-box;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

br {
  line-height: 0;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  font-family: "Noto Sans", "Padauk", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", "Meiryo", sans-serif;
}

button {
  cursor: pointer;
}

img {
  vertical-align: middle;
}

.clearfix:after {
  height: 0;
  display: block;
  clear: both;
  content: "";
}

.only_pc,
.only_tb {
  display: block;
}

.only_sp {
  display: none;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  height: 0;
  display: block;
  clear: both;
  content: "";
}

.grid_01,
.grid_02,
.grid_03,
.grid_04,
.grid_05,
.grid_tb_01,
.grid_tb_02,
.grid_tb_03,
.grid_tb_04,
.grid_tb_05,
.grid_sp_01,
.grid_sp_02,
.grid_sp_03,
.grid_sp_04,
.grid_sp_05 {
  position: relative;
  min-height: 1px;
}

/*For PC*/

@media only screen and (min-width: 980px) {
  .grid_01,
  .grid_02,
  .grid_03,
  .grid_04,
  .grid_05 {
    float: left;
  }

  .grid_01 {
    width: 100%;
  }

  .grid_02 {
    width: 50%;
  }

  .grid_03 {
    width: 33.33333333%;
  }

  .grid_04 {
    width: 25%;
  }

  .grid_05 {
    width: 20%;
  }

  .only_pc {
    display: block;
  }

  .only_tb,
  .only_sp {
    display: none;
  }
}

/*For Tablet*/

@media only screen and (min-width: 768px) and (max-width: 979px) {
  .grid_tb_01,
  .grid_tb_02,
  .grid_tb_03,
  .grid_tb_04,
  .grid_tb_05 {
    float: left;
  }

  .grid_tb_01 {
    width: 100%;
  }

  .grid_tb_02 {
    width: 50%;
  }

  .grid_tb_03 {
    width: 33.33333333%;
  }

  .grid_tb_04 {
    width: 25%;
  }

  .grid_tb_05 {
    width: 20%;
  }

  .only_pc,
  .only_tb {
    display: block;
  }

  .only_sp {
    display: none;
  }

  .grid_01,
  .grid_02,
  .grid_03,
  .grid_04,
  .grid_05 {
    float: left;
  }

  .grid_01 {
    width: 100%;
  }

  .grid_02 {
    width: 50%;
  }

  .grid_03 {
    width: 33.33333333%;
  }

  .grid_04 {
    width: 25%;
  }

  .grid_05 {
    width: 20%;
  }
}

@media only screen and (max-width: 767px) {
  html,
  body,
  div,
  span,
  object,
  iframe,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  abbr,
  address,
  cite,
  code,
  del,
  dfn,
  em,
  img,
  ins,
  kbd,
  q,
  samp,
  small,
  strong,
  sub,
  sup,
  var,
  b,
  i,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  fieldset,
  form,
  label,
  legend,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td,
  article,
  aside,
  dialog,
  figure,
  footer,
  header,
  hgroup,
  menu,
  nav,
  section,
  time,
  mark,
  audio,
  video {
    font-size: 0.12rem;
  }

  /*.inner {
    width: 100%;
    margin: 0 auto;
  }*/

  .only_pc {
    display: none;
  }

  .only_sp,
  .only_tb {
    display: block;
  }

  .grid_01,
  .grid_02,
  .grid_03,
  .grid_04,
  .grid_05 {
    float: left;
  }

  .grid_01 {
    width: 100%;
  }

  .grid_02 {
    width: 50%;
  }

  .grid_03 {
    width: 33.33333333%;
  }

  .grid_04 {
    width: 25%;
  }

  .grid_05 {
    width: 20%;
  }

  .grid_sp_01,
  .grid_sp_02,
  .grid_sp_03,
  .grid_sp_04,
  .grid_sp_05 {
    float: left;
  }

  .grid_sp_01 {
    width: 100%;
  }

  .grid_sp_02 {
    width: 50%;
  }

  .grid_sp_03 {
    width: 33.33333333%;
  }

  .grid_sp_04 {
    width: 25%;
  }

  .grid_sp_05 {
    width: 20%;
  }
}

.sec_ttl {
  font-size: 130px;
  letter-spacing: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #CDDEEE;
}

.acc_setting_content,
.group_setting,
.request {
  width: 100%;
  margin: 68px auto;
  max-width: 880px;
}

.verify {
  font-size: 18px;
  margin-left: 44px;
}

.verify_row {
  margin: 45px 45px;
}

.verify_box {
  border: 1px solid #707070;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1;
  padding: 8px 16px;
  width: 216px;
}

.acc_setting_content h2,
.create_group h2,
.ttl_request {
  font-size: 33px;
  font-weight: 500;
  color: #494949;
  margin: 0 auto 54px;
  text-align: center;
}

.info_list {
  width: 515px;
  margin: 40px auto;
  text-align: left;
}

.info_list li {
  margin-bottom: 50px;
}

.info_list .info_left {
  width: 265px;
}

.info_list .info_right {
  width: 250px;
}

.info_list .info_left .txt_info {
  font-size: 18px;
  font-weight: bold;
  color: #3c3c3c;
  position: relative;
}

.info_list .info_right .txt_info {
  font-size: 14px;
  font-weight: normal;
  color: #3d3d3d;
  position: relative;
}

.txt_check {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 5px;
}

.txt_check a {
  color: #3fbfd9;
  display: inline-block;
}

.txt_require:before {
  content: "*";
  position: absolute;
  top: -5px;
  right: -14px;
  color: red;
}

.img_profile {
  width: 182px;
  height: 136px;
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 5px;
}

.img_profile img {
  width: 100%;
  height: auto;
  min-height: 136px;
  border-radius: 5px 5px 0 0;
}

.img_profile .inputlabel {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 22px;
  font-weight: normal;
  color: white;
  background: rgba(0, 0, 0, 0.6);
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  background-image: url("/storage/img/icon/camera.svg");
  background-size: 21px auto;
  background-position: left 22px center;
  background-repeat: no-repeat;
  padding: 8px 16px;
}

.img_profile .inputLabel,
.img_profile .inputLabel:hover {
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

.form_width .checkbox_row {
  margin: 0 0 30px 0;
}

.info_right input,
.info_right textarea {
  border: 1px solid #707070;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1;
  padding: 8px 16px;
  width: 216px;
}

.info_right textarea {
  resize: none;
  min-height: 54px;
}

.btn_section {
  width: 100%;
  text-align: center;
}

.btn_com {
  width: 120px;
  padding: 8px 0;
  line-height: 1.428;
  text-align: center;
  margin: 0 auto;
  background-color: #2eabcc;
  color: #ffffff;
  border-radius: 3px;
}

.btn_com:hover {
  background-color: #4bbedc;
}

.box_shadow {
  box-shadow: 3px 0px 7px #a4a4a5;
  border-radius: 25px;
}

@media only screen and (min-width: 1250px) {
  /*header*/

  header {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: fixed;
    top: 0;
    background: none;
    z-index: 99999999999;
    overflow: hidden;
  }

  .menu {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 8px 15px;
  }

  .menu .left {
    text-align: left;
  }

  .menu .right {
    text-align: right;
    padding: 12px 0 0 0;
  }

  .menu .right a {
    font-size: 16px;
    color: #787878;
  }

  .switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 22px;
  }

  .switch input {
    display: none;
  }

  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    transition: 0.4s;
  }

  .slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 4px;
    bottom: 4px;
    background-color: #3AB9DA;
    transition: 0.4s;
  }

  input:checked + .slider {
    background-color: #ffffff;
  }

  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }

  input:checked + .slider:before {
    transform: translateX(30px);
  }

  .on {
    display: none;
  }

  .on,
  .off {
    color: #707070;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 35%;
    font-size: 10px;
    font-family: Verdana, sans-serif;
  }

  .off {
    color: #707070;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 65%;
    font-size: 10px;
    font-family: Verdana, sans-serif;
  }

  input:checked + .slider .on {
    display: block;
  }

  input:checked + .slider .off {
    display: none;
  }

  .slider.round {
    border-radius: 34px;
  }

  .slider.round:before {
    border-radius: 50%;
  }

  /*header_nav*/

  .right.grid_02 .main-nav {
    float: left;
    width: 88%;
    list-style: none;
    position: relative;
    display: table;
  }

  .right.grid_02 .main-nav li {
    display: inline-block;
    white-space: nowrap;
  }

  .right.grid_02 .main-nav li a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #7A7A7A;
    text-decoration: none;
    padding: 0 25px;
  }

  .result {
    padding: 0 40px 0 40px !important;
  }

  li:hover > .dropdown-nav {
    display: block !important;
    position: fixed;
    transition: 4s all ease-in;
  }

  .arrow {
    content: "\25B2";
  }

  .outside {
    padding-top: 0px !important;
  }

  .liner {
    width: 125px;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    margin-top: 18px;
    margin-bottom: 0px;
  }

  .dropdown-nav {
    position: fixed;
    display: none;
    top: 30px;
    width: 140px;
    height: 150px;
    color: #7A7A7A;
    font-size: 14px;
    padding-top: 24px;
    transition: 4s all ease-in;
  }

  .main-nav {
    opacity: 1;
  }

  .icon,
  .icon_yr {
    display: none;
  }

  .main-nav .dropdown-nav li {
    float: left;
    background-color: rgba(212, 227, 234, 0.9);
    width: 100%;
    padding: 18px 0px 18px 0px;
    text-align: center;
  }

  .dropdown-nav li a {
    display: block !important;
    font-size: 14px;
    color: #7A7A7A;
    text-decoration: none;
    padding: 10px 20px 10px !important;
  }

  .down-arrow {
    font-size: 11px;
  }

  /*footer*/

  .txt_copyright {
    font-size: 12px;
    color: #3E3E3E;
    text-align: center;
    padding: 50px 0;
  }

  /*footer*/
}

/* tablet */

@media only screen and (min-width: 768px) and (max-width: 1249px) {
  /*header*/

  header {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: fixed;
    top: 0;
    background: none;
    z-index: 999999999;
    overflow: hidden;
  }

  .menu {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 8px 15px;
  }

  .menu .left {
    text-align: left;
  }

  .menu .right {
    text-align: right;
    padding: 12px 0 0 0;
  }

  .menu .right a {
    font-size: 16px;
    color: #787878;
  }

  .switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 22px;
  }

  .switch input {
    display: none;
  }

  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    transition: 0.4s;
  }

  .slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 4px;
    bottom: 4px;
    background-color: #3AB9DA;
    transition: 0.4s;
  }

  input:checked + .slider {
    background-color: #ffffff;
  }

  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }

  input:checked + .slider:before {
    transform: translateX(30px);
  }

  .on {
    display: none;
  }

  .on,
  .off {
    color: #707070;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 35%;
    font-size: 10px;
    font-family: Verdana, sans-serif;
  }

  .off {
    color: #707070;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 65%;
    font-size: 10px;
    font-family: Verdana, sans-serif;
  }

  input:checked + .slider .on {
    display: block;
  }

  input:checked + .slider .off {
    display: none;
  }

  .slider.round {
    border-radius: 34px;
  }

  .slider.round:before {
    border-radius: 50%;
  }

  /*header_nav*/

  .right.grid_02 .main-nav {
    float: left;
    width: 87%;
    list-style: none;
    position: relative;
    display: table;
  }

  .right.grid_02 .main-nav li {
    display: inline-block;
    white-space: nowrap;
  }

  .right.grid_02 .main-nav li a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #7A7A7A;
    text-decoration: none;
    padding: 0 25px;
  }

  .top_left {
    width: 30%;
  }

  .top_right {
    width: 70%;
  }

  .result {
    padding: 0 20px !important;
  }

  li:hover > .dropdown-nav {
    display: block !important;
    position: fixed;
    transition: 4s all ease-in;
  }

  .arrow {
    content: "\25B2";
  }

  .outside {
    padding-top: 0px !important;
  }

  .liner {
    width: 125px;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    margin-top: 18px;
    margin-bottom: 0px;
  }

  .dropdown-nav {
    position: fixed;
    display: none;
    top: 30px;
    width: 140px;
    height: 150px;
    color: #7A7A7A;
    font-size: 14px;
    padding-top: 24px;
    transition: 4s all ease-in;
  }

  .main-nav {
    opacity: 1;
  }

  .icon,
  .icon_yr {
    display: none;
  }

  .main-nav .dropdown-nav li {
    float: left;
    background-color: rgba(212, 227, 234, 0.9);
    width: 100%;
    padding: 18px 0px 18px 0px;
    text-align: center;
  }

  .dropdown-nav li a {
    display: block !important;
    font-size: 14px;
    color: #7A7A7A;
    text-decoration: none;
    padding: 10px 20px 10px !important;
  }

  .down-arrow {
    font-size: 11px;
  }

  /*footer*/

  .txt_copyright {
    font-size: 12px;
    color: #3E3E3E;
    text-align: center;
    padding: 50px 0;
  }
}

/* SP */

@media only screen and (max-width: 767px) {
  h1 .main_logo {
    width: 0.8rem;
    height: 0.81rem;
  }

  .not_support {
    width: 100%;
    height: 80vh;
    overflow-y: hidden;
  }

  .not_support_tool {
    width: 100%;
    top: 23%;
    text-align: center;
    position: relative;
  }

  .sp_msg {
    font-size: 0.32rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #2eabcc;
    width: 100%;
  }

  .support_tool {
    width: 4.98rem;
    height: 5.12rem;
    opacity: 0.1;
  }

  .sp_support_page {
    display: block;
    text-align: center;
  }

  .switch {
    position: relative;
    display: inline-block;
    width: 1.1rem;
    height: 0.4rem;
  }

  .switch input {
    display: none;
  }

  .slider {
    position: absolute;
    cursor: pointer;
    top: 0rem;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    transition: 0.4s;
  }

  .slider:before {
    position: absolute;
    content: "";
    height: 0.28rem;
    width: 0.28rem;
    left: 0.15rem;
    bottom: 0.05rem;
    background-color: #3AB9DA;
    transition: 0.4s;
  }

  input:checked + .slider {
    background-color: #ffffff;
  }

  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }

  input:checked + .slider:before {
    transform: translateX(0.3rem);
    left: 0.38rem;
  }

  .on {
    display: none;
  }

  .on,
  .off {
    color: #707070;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 35%;
    font-size: 0.22rem;
    font-family: Verdana, sans-serif;
  }

  .off {
    color: #707070;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 65%;
    font-size: 0.22rem;
    font-family: Verdana, sans-serif;
  }

  input:checked + .slider .on {
    display: block;
  }

  input:checked + .slider .off {
    display: none;
  }

  .slider.round {
    border-radius: 0.34rem;
  }

  .slider.round:before {
    border-radius: 50%;
  }

  /* header */

  header {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: fixed;
    top: 0;
    background-color: rgba(212, 227, 234, 0.9);
    z-index: 999999999;
    overflow: hidden;
  }

  .menu {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0.05rem 0.15rem;
  }

  .menu .left {
    text-align: left;
  }

  .menu .right {
    text-align: right;
    padding: 0.25rem 0 0 0;
  }

  .menu .right a {
    font-size: 0.16rem;
    color: #787878;
  }

  .overdiv {
    height: 0.3rem;
    width: 100%;
    padding: 0.5rem 0rem 0.7rem 0rem;
  }

  .clicker {
    display: block;
    font-size: 0.25rem;
    font-weight: bold;
    color: #7A7A7A;
    text-decoration: none;
    padding-left: 0.6rem;
    float: left;
    padding-top: 0.07rem;
  }

  .icon {
    display: block;
    float: left;
  }

  .icon_yr {
    display: block;
    float: left;
    padding: 0.1rem 0.17rem 0.1rem 0.17rem;
  }

  .hidden {
    opacity: 0 !important;
  }

  /* end of header */

  /* hanburger menu */

  .right.grid_02 .main-nav {
    float: left;
    list-style: none;
    position: relative;
    height: 100vh;
    width: 170%;
    transform: translateX(-300%);
    transition: 0.3s ease-in;
  }

  .right.grid_02 .main-nav.hide {
    display: none;
  }

  .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 0.28rem 0.2rem 0.28rem 0.83rem;
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .menu-icon .navicon {
    background: #FFFFFF;
    display: block;
    height: 0.05rem;
    position: relative;
    transition: background 0.2s ease-out;
    width: 0.52rem;
    margin: -0.1rem 0rem -0.1rem 0rem;
  }

  .menu-icon .navicon:before {
    background: #FFFFFF;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: all 0.2s ease-out;
    width: 100%;
  }

  .menu-icon .navicon:after {
    background: #FFFFFF;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: all 0.2s ease-out;
    width: 100%;
  }

  .menu-icon .navicon:before {
    top: 0.15rem;
  }

  .menu-icon .navicon:after {
    top: -0.15rem;
  }

  .menu-btn {
    display: none;
  }

  .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
  }

  .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
  }

  .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
  }

  .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
  .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
  }

  .menu-btn:checked ~ .main-nav {
    height: 100vh;
    width: 170%;
    display: block;
    transform: translate(-50%, 0);
    -webkit-animation: hbg 0.3s ease-out;
            animation: hbg 0.3s ease-out;
  }

  .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
  }

  /*end hanburger menu*/

  /* inside hanburger */

  .right.grid_02 .main-nav li {
    padding: 0.5rem 0rem 0.7rem 0rem;
    white-space: nowrap;
    border-bottom: 1px solid #FFFFFF;
  }

  .right.grid_02 .main-nav li a {
    display: block;
    font-size: 0.25rem;
    font-weight: bold;
    color: #7A7A7A;
    text-decoration: none;
    padding-left: 0.6rem;
    float: left;
    padding-top: 0.07rem;
  }

  .gp_drop_down_icon {
    width: 0.3rem;
    height: 0.3rem;
    margin: 0.03rem 0px 0px 0.04rem;
    float: right !important;
    transition: all 0.4s ease-in-out;
    color: #7A7A7A;
  }

  .show {
    transition: 0.2s all ease-in;
  }

  .outside {
    padding-top: 0px !important;
  }

  .liner {
    display: none;
  }

  .dropdown-nav {
    top: 1rem;
    display: none;
    margin-top: 0.05rem;
    height: 3rem;
    color: #7A7A7A;
    font-size: 0.22rem;
  }

  .main-nav {
    opacity: 1;
  }

  .icon img {
    width: 0.42rem;
    height: 0.42rem;
  }

  .dropdown-nav li {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0.3rem 0rem 0.3rem 0.89rem !important;
    border-bottom: 0 !important;
  }

  .rotated {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }

  .res {
    padding: 0px !important;
  }

  .dropdown-nav li a {
    display: block !important;
    font-size: 0.22rem !important;
    padding-left: 0rem !important;
    color: #7A7A7A;
    text-decoration: none;
  }

  .down-arrow {
    font-size: 0.11rem;
  }

  /*end */

  /* footer */

  .inner {
    text-align: center;
  }

  .txt_copyright {
    font-size: 0.22rem;
    padding: 0.4rem 0;
    text-align: center;
  }
}

