/*//////////////////////////////////////////////////////////////////////////////
Common
//////////////////////////////////////////////////////////////////////////////*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Myanmar:wght@100;200;300;400;500;600;700;800;900&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
* 3. Remove gray overlay on links for iOS.
*/
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
* Remove the margin in all browsers.
*/
body {
  margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
* Prevent vertical alignment issues.
*/
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
* Reset form fields to make them styleable
*/
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
* Reset radio and checkbox appearance to preserve their look in iOS.
*/
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Remove arrow in IE10 & IE11
*/
select::-ms-expand {
  display: none;
}

/**
* Remove padding
*/
option {
  padding: 0;
}

/**
* Reset to invisible
*/
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  overflow: auto;
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the outline style in Safari.
*/
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
* Clickable labels
*/
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}

/*
* Remove outline for editable content.
*/
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/
[hidden] {
  display: none;
}

@font-face {
  font-family: "GenJyuuGothic-P-Medium";
  src: url("../fonts/GenJyuuGothic-P-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
html {
  font-size: min(10px, 2.65vw);
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  background: url(../images/common/datsumou.jpg) no-repeat center center;
  background-size: cover;
  background-position: top left;
  background-attachment: fixed;
}

body.facial {
  background: url(../images/common/facial.jpg) no-repeat center center;
  background-size: cover;
  background-position: top left;
  background-attachment: fixed;
}

body.slimming {
  background: url(../images/common/bg-slimming.jpg) no-repeat center center;
  background-size: cover;
  background-position: top left;
  background-attachment: fixed;
}

body.peeling {
  background: url(../images/common/bg-peeling.png) no-repeat center center;
  background-size: cover;
  background-position: top left;
  background-attachment: fixed;
}

body.poration {
  background: url(../images/common/bg-poration.png) no-repeat center center;
  background-size: cover;
  background-position: top left;
  background-attachment: fixed;
}

body.rizbell-beauty {
  background: none;
}

img,
embed,
object,
iframe {
  display: block;
  max-width: 100%;
}

a {
  transition: all 0.6s ease;
}
a:hover {
  opacity: 0.7;
}

.container {
  max-width: 375px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 376px) {
  .container {
    width: 90%;
  }
}

.btn {
  transition: 0.6s ease;
  text-align: center;
  display: flex;
  justify-content: center;
}
.btn:hover {
  transform: translate(0.2rem, 0.5rem);
  box-shadow: none !important;
}
.btn.btn-secondary {
  max-width: 8rem;
  width: 100%;
  padding: 1rem 0;
  font-size: 1.6rem;
  font-weight: 500;
  background: #E6E6E6;
  box-shadow: 2px 3px 1px 0 #4E4E4E;
  border-radius: 5rem;
}
.btn.btn-warning {
  max-width: 18rem;
  width: 100%;
  padding: 1rem 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  background: #FAB10B;
  box-shadow: 2px 3px 1px 0 #7C5806;
  border-radius: 5rem;
}

.btn-contact {
  background: url(../images/top/btn-new.svg) no-repeat center center/100%;
  background-size: cover;
  background-position: center;
  padding: 2.5rem 0 1.5rem;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  max-width: 30rem;
  width: 100%;
  color: #fff;
  transition: 0.3s ease;
}
.btn-contact:hover {
  opacity: 0.5;
  transform: none;
}

.new-btn {
  position: relative;
  border-radius: 5rem;
  background: url(../images/top/bg-btn.png) no-repeat center center/100%;
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  padding: 1.7rem 0;
  max-width: 30rem;
  width: 100%;
  padding-left: 0rem;
  padding-right: 3rem;
  transition: 0.3s ease;
  letter-spacing: 0.2em;
}
.new-btn .icon-img {
  position: absolute;
  top: 50%;
  right: 0.3rem;
  transform: translateY(-50%);
  z-index: 2;
}
.new-btn .icon-book {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}

.content-post {
  margin-top: 2.5rem;
}
.content-post .group-txt {
  text-align: center;
  background: #fff;
  padding: 0.5rem 0.2rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content-post .group-txt::after {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  border-left: 2rem solid transparent;
  border-right: 2rem solid transparent;
  border-top: 2rem solid #fff;
  width: 0;
  height: 0;
  transform: translateX(-50%);
}
.content-post .group-txt .txt-top {
  font-size: 1.9rem;
  font-weight: 900;
}
.content-post .group-txt .txt-top small {
  color: #B4B4B4;
}
.content-post .group-txt .txt-mid {
  font-size: 2.2rem;
  font-weight: 900;
  color: #29A1B9;
}
.content-post .group-txt .txt-mid small {
  color: #000;
}
.content-post .group-txt .txt-mid span {
  font-size: 2.8rem;
  color: #FAB10B;
}
.content-post .group-txt .txt-bot {
  color: #29A1B9;
  font-weight: 900;
  font-size: 2.8rem;
}
.content-post .group-txt .txt-des {
  font-size: 3.2rem;
  font-weight: 900;
  color: #29A1B9;
}
.content-post .group-txt .txt-des span {
  color: #FAB10B;
}
.content-post .img-post img {
  width: 30rem;
  margin: 0 auto;
}
.content-post .group-btn {
  display: flex;
  justify-content: center;
}
.content-post .group-btn.v2 {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  position: fixed;
  bottom: 3px;
  width: 100%;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  transition: 0.3s ease;
}
.content-post .group-btn.v2:hover {
  opacity: 0.8;
}
.content-post .group-btn.v2:hover .txt {
  z-index: 1;
}
.content-post .group-btn.v2 .txt {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.8rem;
  font-weight: 500;
  text-align: center;
  background: #000;
  padding: 0.7rem;
  color: #fff;
  max-width: 18rem;
  width: 100%;
  z-index: 1;
}
.content-post .group-btn.v3 {
  position: relative;
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  bottom: 3px;
  width: 100%;
  z-index: 2;
  transition: 0.3s ease;
}
.content-post .group-btn.v3:hover {
  opacity: 0.8;
}
.content-post .group-btn.v3:hover .txt {
  z-index: 1;
}
.content-post .group-btn.v3 .txt {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.8rem;
  font-weight: 500;
  text-align: center;
  background: #000;
  padding: 0.7rem;
  color: #fff;
  max-width: 16rem;
  width: 100%;
  z-index: 1;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  body {
    background: none;
  }
}
/*//////////////////////////////////////////////////////////////////////////////
Layout
//////////////////////////////////////////////////////////////////////////////*/
.header .container {
  width: 100%;
  background: url(../images/top/bg-top.png);
  background-size: cover;
  background-position: center;
}
.header .container .content {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 1rem;
}
.header .container .content .group-txt {
  max-width: 24rem;
  width: 100%;
  position: relative;
  padding-top: 3rem;
}
.header .container .content .group-txt::after {
  position: absolute;
  content: "";
  bottom: -0.5rem;
  left: 3rem;
  background: #fff;
  z-index: 1;
  transform: rotate(45deg);
  width: 18rem;
  height: 18rem;
}
.header .container .content .group-txt .txt-year {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.header .container .content .group-txt .txt-year img {
  width: 100%;
  max-width: 3.8rem;
}
.header .container .content .group-txt .title {
  position: relative;
  z-index: 2;
}
.header .container .content .group-txt .title p {
  font-size: 5.2rem;
  font-weight: 700;
  color: #29A1B9;
  text-align: center;
  line-height: 1.2;
}
.header .container .content .group-txt .title .txt-small {
  font-size: 2.2rem;
}
.header .container .content .group-txt .txt-king {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  position: relative;
  z-index: 2;
  margin-bottom: 0.8rem;
}
.header .container .content .group-txt .txt-king p {
  color: #343F41;
  font-weight: 500;
}
.header .container .content .group-txt .btn-none {
  padding: 0.1rem 0.5rem;
  font-size: 1.1rem;
  color: #29A1B9;
  font-weight: 400;
  position: relative;
  z-index: 2;
  border: 2px solid #29A1B9;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
  margin: auto;
}
.header .container .content .group-txt .btn-none small {
  font-weight: 700;
  font-size: 1.2rem;
}
.header .container .content .list {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 4rem;
  margin-left: 1.8rem;
  position: relative;
  z-index: 2;
}
.header .container .content .img-people {
  position: absolute;
  bottom: 0;
  right: -3rem;
  z-index: 0;
}
.header .container .content .img-people img {
  width: 24rem;
  max-width: 280px;
}
.header .container .content .group-top {
  position: absolute;
  z-index: 1;
  top: 2.7rem;
  left: 2.6rem;
}

.site-header {
  margin: 0 auto;
  width: 100%;
  background: #fff;
  max-width: 37.5rem;
}
.site-header .container {
  background-color: #fff;
}
.site-header .container a img {
  margin: 0 auto;
}

.footer {
  margin-bottom: 8rem;
}
.footer .container {
  width: 100%;
}
.footer .container .list {
  display: flex;
  justify-content: center;
  background: #fff;
  padding: 2rem 0;
}
.footer .container .list .item {
  flex: 1;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 400;
}
.footer .container .list .item:first-child {
  position: relative;
}
.footer .container .list .item:first-child::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2rem;
  width: 1px;
  background: #000;
}
.footer .container .txt-copyright {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 1rem 0;
  font-size: 1.3rem;
  font-weight: 400;
}

.main.container {
  width: 100%;
  background: #fff;
}
.main .sec-rank {
  padding: 3rem 0;
}
.main .sec-rank .container .content .title {
  position: relative;
  padding: 2rem 0 1.5rem;
  border: 1px solid #29A1B9;
  width: 100%;
  margin: auto;
}
.main .sec-rank .container .content .title::before {
  content: "";
  position: absolute;
  bottom: -2.7rem;
  left: 50%;
  border-left: 3rem solid transparent;
  border-right: 3rem solid transparent;
  border-top: 2.7rem solid #29A1B9;
  width: 0;
  height: 0;
  transform: translateX(-50%);
}
.main .sec-rank .container .content .title .txt-pos {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
}
.main .sec-rank .container .content .title .txt-pos img {
  width: 14rem;
}
.main .sec-rank .container .content .title .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.main .sec-rank .container .content .title .txt img {
  width: 33rem;
}
.main .sec-rank .container .content .title .img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 0;
}
.main .sec-rank .container .content .title .img.img-left {
  left: 1rem;
  max-width: 6.5rem;
}
.main .sec-rank .container .content .title .img.img-right {
  right: 1.5rem;
  max-width: 5rem;
}
.main .sec-rank .container .content .list {
  margin-top: 7.5rem;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
.main .sec-rank .container .content .list .item {
  border: 0.8rem solid #FFF252;
  border-radius: 3rem;
  position: relative;
}
.main .sec-rank .container .content .list .item .img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -95%);
}
.main .sec-rank .container .content .list .item .item-title {
  background: #FFF252;
  padding: 2rem 0 1.2rem;
  text-align: center;
  margin-top: -1px;
  border-radius: 2rem 2rem 0 0;
}
.main .sec-rank .container .content .list .item .item-title h2 {
  font-size: 2.2rem;
  font-weight: 700;
}
.main .sec-rank .container .content .list .item .item-title h2 span {
  font-size: 1.7rem;
  font-weight: 700;
}
.main .sec-rank .container .content .list .item .item-logo {
  display: flex;
  justify-content: center;
  margin: 1rem 0;
}
.main .sec-rank .container .content .list .item .item-logo img {
  width: 13rem;
}
.main .sec-rank .container .content .list .item .item-logo.v2 {
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}
.main .sec-rank .container .content .list .item .item-logo.v2 img {
  width: 17rem;
}
.main .sec-rank .container .content .list .item .item-logo.v3 {
  position: absolute;
  top: 11rem;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}
.main .sec-rank .container .content .list .item .item-logo.v3 img {
  width: 13rem;
}
.main .sec-rank .container .content .list .item .txt {
  padding: 0 1rem;
  text-align: center;
}
.main .sec-rank .container .content .list .item .txt.v2 {
  padding: 5rem 1rem 0;
}
.main .sec-rank .container .content .list .item .txt.v3 {
  padding: 5rem 1rem 0;
}
.main .sec-rank .container .content .list .item .group-btn {
  display: flex;
  gap: 2rem;
  justify-content: center;
  padding: 1rem;
}
.main .sec-rank .container .content .list .item:nth-child(2) {
  border: 0.8rem solid #D8D1DE;
}
.main .sec-rank .container .content .list .item:nth-child(2) .item-title {
  background: #D8D1DE;
}
.main .sec-rank .container .content .list .item:nth-child(3) {
  border: 0.8rem solid #D1A15E;
}
.main .sec-rank .container .content .list .item:nth-child(3) .item-title {
  background: #D1A15E;
}
.main .sec-question {
  background: #f3f3f3;
  padding: 2rem 0;
}
.main .sec-question .container .content .content-title .group-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.main .sec-question .container .content .content-title .group-txt .img {
  position: relative;
  z-index: 2;
}
.main .sec-question .container .content .content-title .group-txt .img img {
  width: 9rem;
}
.main .sec-question .container .content .content-title .group-txt .img::before {
  background: #fff;
  width: 30rem;
  height: 4rem;
  content: "";
  position: absolute;
  top: 50%;
  left: 1rem;
  z-index: -1;
  transform: translateY(-50%);
}
.main .sec-question .container .content .content-title .group-txt .txt {
  margin-left: -4rem;
}
.main .sec-question .container .content .content-title .group-txt .txt p {
  text-align: center;
  font-size: 2.7rem;
  font-weight: 700;
}
.main .sec-question .container .content .content-title .group-txt .txt p.txt-mid {
  font-weight: 700;
  color: #29A1B9;
  font-family: "GenJyuuGothic-P-Medium", sans-serif;
  position: relative;
  z-index: 2;
}
.main .sec-question .container .content .content-title .group-txt .txt p.txt-mid small {
  font-weight: 500;
  color: #000;
}
.main .sec-question .container .content .content-title .des {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 0.5rem;
}
.main .sec-question .container .content .content-head {
  margin-top: 2.6rem;
  position: relative;
  max-width: 40rem;
  width: 100%;
}
.main .sec-question .container .content .content-head .group-txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.main .sec-question .container .content .content-head .group-txt p {
  font-weight: 800;
}
.main .sec-question .container .content .content-head .group-txt .txt-top {
  color: #B4B4B4;
  font-size: 2.6rem;
}
.main .sec-question .container .content .content-head .group-txt .txt-top small {
  font-size: 4rem;
  color: #FAB10B;
  -webkit-text-stroke: 2px #fff;
  font-weight: 900;
}
.main .sec-question .container .content .content-head .group-txt .txt-top span {
  color: #FAB10B;
  -webkit-text-stroke: 1px #fff;
  font-weight: 900;
}
.main .sec-question .container .content .content-head .group-txt .txt-mid {
  color: #29A1B9;
  font-size: 4rem;
  background: #fff;
  padding: 0 1.5rem 0 0.5rem;
}
.main .sec-question .container .content .content-head .group-txt .txt-mid small {
  font-size: 2.9rem;
  color: #000;
}
.main .sec-question .container .content .content-head .group-txt .txt-bot {
  font-size: 2.9rem;
}
.main .sec-question .container .content .content-head .group-txt .txt-bot small {
  color: #B4B4B4;
  font-size: 2.9rem;
}
.main .sec-question .container .content .content-head .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.6rem;
  margin-top: 1.5rem;
  position: relative;
  z-index: 2;
}
.main .sec-question .container .content .content-head .list .list-title {
  display: flex;
  align-items: center;
  gap: 3.5rem;
}
.main .sec-question .container .content .content-head .list .list-title p {
  font-size: 1.3rem;
  font-weight: 500;
}
.main .sec-question .container .content .content-head .list .list-title p small {
  font-size: 1.9rem;
  color: #FAB10B;
}
.main .sec-question .container .content .content-head .list .item {
  display: flex;
  align-items: center;
  background: #29A1B9;
  padding: 0.5rem 3rem 0.5rem 1rem;
  position: relative;
}
.main .sec-question .container .content .content-head .list .item .item-left {
  display: flex;
  gap: 1.5rem;
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
}
.main .sec-question .container .content .content-head .list .item .item-left img {
  width: 0.9rem;
}
.main .sec-question .container .content .content-head .list .item .item-right {
  max-width: 9.7rem;
  width: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(75%, -50%);
}
.main .sec-question .container .content .content-head .list .item .item-right img {
  width: 10rem;
}
.main .sec-question .container .content .content-head .list .item:nth-child(4) {
  background: #B4B4B4;
}
.main .sec-question .container .content .content-head .list .item:nth-child(3) {
  background: #B4B4B4;
}
.main .sec-question .container .content .content-head .des {
  margin-top: 1.5rem;
  font-size: 1rem;
}
.main .sec-question .container .content .content-head .img-pos {
  position: absolute;
  top: 2rem;
  right: 0;
  z-index: 1;
}
.main .sec-question .container .content .content-head .img-pos img {
  width: 13rem;
}
.main .sec-question .container .content .content-body {
  margin-top: 4rem;
}
.main .sec-question .container .content .content-body .group-txt {
  text-align: center;
}
.main .sec-question .container .content .content-body .group-txt .txt-top {
  font-size: 2.6rem;
  font-weight: 800;
}
.main .sec-question .container .content .content-body .group-txt .txt-top small {
  color: #B4B4B4;
}
.main .sec-question .container .content .content-body .group-txt .txt-mid {
  font-size: 4.8rem;
  font-weight: 800;
  color: #29A1B9;
  background: #fff;
}
.main .sec-question .container .content .content-body .group-txt .txt-mid small {
  color: #000;
}
.main .sec-question .container .content .content-body .group-txt .txt-bot {
  font-size: 2.6rem;
  font-weight: 800;
  color: #B4B4B4;
}
.main .sec-question .container .content .content-body .group-txt .txt-bot span {
  color: #000;
}
.main .sec-question .container .content .content-body .list {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.main .sec-question .container .content .content-body .list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
}
.main .sec-question .container .content .content-body .list .item .img .question-03 {
  width: 9rem;
}
.main .sec-question .container .content .content-body .list .item .img .question-04 {
  margin-bottom: -2rem;
  width: 15rem;
}
.main .sec-question .container .content .content-body .list .item .txt {
  text-align: center;
  white-space: nowrap;
}
.main .sec-question .container .content .content-body .list .item .txt p {
  font-size: 1rem;
}
.main .sec-question .container .content .content-body .list .item .txt p span {
  font-weight: 700;
}
.main .sec-question .container .content .content-ft {
  margin-top: 4rem;
}
.main .sec-question .container .content .content-ft .group-txt {
  text-align: center;
}
.main .sec-question .container .content .content-ft .group-txt .txt-top {
  font-size: 2.6rem;
  font-weight: 800;
}
.main .sec-question .container .content .content-ft .group-txt .txt-top small {
  color: #B4B4B4;
}
.main .sec-question .container .content .content-ft .group-txt .txt-mid {
  font-size: 3.1rem;
  font-weight: 800;
  color: #29A1B9;
  background: #fff;
}
.main .sec-question .container .content .content-ft .group-txt .txt-mid small {
  color: #000;
}
.main .sec-question .container .content .content-ft .group-txt .txt-bot {
  font-size: 2.6rem;
  font-weight: 800;
  color: #B4B4B4;
}
.main .sec-question .container .content .content-ft .group-txt .txt-bot span {
  color: #000;
}
.main .sec-question .container .content .content-ft .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  margin-top: 5rem;
  position: relative;
  max-width: 40rem;
  width: 100%;
}
.main .sec-question .container .content .content-ft .list .img {
  position: absolute;
  top: -3rem;
  right: 0;
  z-index: 1;
  max-width: 15rem;
  width: 100%;
}
.main .sec-question .container .content .content-ft .list .img img {
  width: 14rem;
}
.main .sec-question .container .content .content-ft .list .item {
  position: relative;
  z-index: 2;
}
.main .sec-question .container .content .content-ft .list .item.v2 {
  background: #fff;
  padding: 0.5rem;
}
.main .sec-question .container .content .content-ft .list .item.v2 p {
  font-size: 2.9rem;
  color: #29A1B9;
}
.main .sec-question .container .content .content-ft .list .item.v2 p small {
  color: #000;
}
.main .sec-question .container .content .content-ft .list .item.v2 p span {
  color: #29A1B9;
  font-size: 80%;
}
.main .sec-question .container .content .content-ft .list .item.v3 p {
  font-size: 3.1rem;
  color: #29A1B9;
}
.main .sec-question .container .content .content-ft .list .item.v3 p small {
  color: #29A1B9;
}
.main .sec-question .container .content .content-ft .list .item p {
  font-size: 1.9rem;
  font-weight: 900;
  line-height: 1.2;
}
.main .sec-question .container .content .content-ft .list .item p small {
  color: #B4B4B4;
}
.main .sec-question .container .content .content-ft .des p {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 2rem;
  font-weight: 400;
}
.main .sec-question .container .content .content-ft .des p span {
  font-weight: 700;
}
.main .sec-question .container .content .content-movie {
  margin-top: 4rem;
}
.main .sec-question .container .content .content-movie .group-txt {
  text-align: center;
}
.main .sec-question .container .content .content-movie .group-txt .txt-top {
  font-size: 2.5rem;
  font-weight: 700;
  color: #29A1B9;
}
.main .sec-question .container .content .content-movie .group-txt .txt-top small {
  color: #000;
}
.main .sec-question .container .content .content-movie .group-txt .txt-mid {
  font-size: 2.8rem;
  font-weight: 900;
  color: #29A1B9;
}
.main .sec-question .container .content .content-movie .movie {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}
.main .sec-table {
  padding-top: 3rem;
  position: relative;
}
.main .sec-table::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 3rem solid transparent;
  border-right: 3rem solid transparent;
  border-top: 2.8rem solid #F3F3F3;
  width: 0;
  height: 0;
  transform: translateX(-50%);
}
.main .sec-table .container {
  width: 96%;
}
.main .sec-table .container .content {
  margin-top: 5rem;
}
.main .sec-table .container .content .group-txt {
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main .sec-table .container .content .group-txt::after {
  content: "";
  position: absolute;
  bottom: -2.5rem;
  left: 50%;
  border-left: 2.4rem solid transparent;
  border-right: 2.4rem solid transparent;
  border-top: 2rem solid #96C4D3;
  width: 0;
  height: 0;
  transform: translateX(-50%);
}
.main .sec-table .container .content .group-txt .img {
  position: absolute;
  top: -2rem;
}
.main .sec-table .container .content .group-txt .txt-top {
  font-size: 1.9rem;
  font-weight: 700;
  color: #29A1B9;
  box-shadow: 0.86px 0.86px 8.604px 0 rgba(135, 135, 135, 0.25);
  padding: 0.6rem;
}
.main .sec-table .container .content .group-txt .txt-top span {
  color: #000;
}
.main .sec-table .container .content .group-txt .txt-top span.txt {
  color: #FAB210;
}
.main .sec-table .container .content .group-txt .txt-mid {
  color: #29A1B9;
  font-size: 2.8rem;
  font-weight: 900;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  margin-top: 0.5rem;
}
.main .sec-table .container .content .group-txt .txt-bot {
  color: #3D3D3D;
  font-size: 2.8rem;
  font-weight: 900;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}
.main .sec-table .container .content .wrap-table {
  overflow: auto;
}
.main .sec-table .container .content .table {
  margin-top: 5rem;
  background: #F8F8F8;
  width: 100%;
  width: 540px;
}
.main .sec-table .container .content .table tr td {
  border: 2px solid #fff;
  width: 8.8rem;
  text-align: center;
  vertical-align: middle;
}
.main .sec-table .container .content .table tr td.title-main {
  padding: 0.5rem;
}
.main .sec-table .container .content .table tr td.vertical-top {
  vertical-align: top;
  padding-top: 1.3rem;
}
.main .sec-table .container .content .table tr td .img {
  display: flex;
  justify-content: center;
}
.main .sec-table .container .content .table tr td .img img {
  width: 8rem;
}
.main .sec-table .container .content .table tr td .btn.btn-warning {
  max-width: 6rem;
  padding: 0.5rem 0;
}
.main .sec-table .container .content .table tr td .img-check {
  max-width: 5.6rem;
  width: 100%;
  margin: 0 auto;
}
.main .sec-table .container .content .table tr td .txt-check {
  margin-top: 0.8rem;
}
.main .sec-table .container .content .table tr td .txt-check.txt-left p {
  text-align: left;
}
.main .sec-table .container .content .table tr td .txt-check p {
  color: #29A1B9;
  font-weight: 500;
  font-size: 1.1rem;
  text-align: center;
  line-height: 1.3;
}
.main .sec-table .container .content .table tr td p {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
}
.main .sec-table .container .content .table tr td .group-check {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.main .sec-table .container .content .table tr td .group {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 1rem;
}
.main .sec-table .container .content .table tr td .group p {
  color: #29A1B9;
  font-size: 1.3rem;
  font-weight: 700;
  margin: 1.5rem 0 2rem;
}
.main .sec-table .container .content .table tr td .group .icon-king {
  width: 3rem;
  max-width: 100%;
}
.main .sec-table .container .content .table tr td .group .table-logo-01 {
  padding: 0;
}
.main .sec-table .container .content .table tr td .group .item-logo {
  margin-top: 1rem;
  padding: 0 0.5rem;
}
.main .sec-table .container .content .table tr td .group .master {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  margin-top: 0;
}
.main .sec-table .container .content .table tr td.full-w {
  position: relative;
}
.main .sec-table .container .content .table tr td.full-w .img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 11rem;
}
.main .sec-table .container .content .table tr td.full-w .img img {
  width: 11rem;
}
.main .sec-table .container .content .table tr:nth-child(1) {
  background: #29A1B7;
}
.main .sec-table .container .content .table tr:nth-child(1) td {
  padding: 0.5rem;
}
.main .sec-table .container .content .table tr:nth-child(2) {
  background: #FBF8C6;
}
.main .sec-product {
  background: #F7F7F7;
  margin-top: 2rem;
}
.main .sec-product .container {
  width: 100%;
}
.main .sec-product .container .content .product-list .btn.btn-warning {
  max-width: 25rem;
}
.main .sec-product .container .content .product-list .list-title {
  background: #29A1B7;
  text-align: center;
  padding: 0.5rem 0 1rem;
  position: relative;
}
.main .sec-product .container .content .product-list .list-title::after {
  content: "";
  position: absolute;
  bottom: -2.8rem;
  left: 50%;
  transform: translateX(-50%);
  border-left: 3rem solid transparent;
  border-right: 3rem solid transparent;
  border-top: 3rem solid #29A1B7;
  width: 0;
  height: 0;
  z-index: 3;
}
.main .sec-product .container .content .product-list .list-title .txt-top {
  display: flex;
  justify-content: space-between;
  max-width: 30rem;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 1;
}
.main .sec-product .container .content .product-list .list-title .txt-top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-left: 17rem solid transparent;
  border-right: 17rem solid transparent;
  border-bottom: 2rem solid #89BCCD;
  width: 0;
  height: 0;
  opacity: 0.5;
  z-index: -1;
}
.main .sec-product .container .content .product-list .list-title .txt-top::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 17rem solid transparent;
  border-right: 17rem solid transparent;
  border-top: 2rem solid #89BCCD;
  width: 0;
  height: 0;
  opacity: 0.5;
  z-index: -1;
}
.main .sec-product .container .content .product-list .list-title .txt-top p {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 900;
}
.main .sec-product .container .content .product-list .list-title .txt-top p small {
  font-size: 70%;
}
.main .sec-product .container .content .product-list .list-title .txt-bot {
  line-height: 1.2;
}
.main .sec-product .container .content .product-list .list-title .txt-bot p {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
}
.main .sec-product .container .content .product-list .list-title .txt-bot p span {
  color: #FFF252;
}
.main .sec-product .container .content .product-list .item {
  padding-bottom: 3.5rem;
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}
.main .sec-product .container .content .product-list .item.v2 {
  z-index: 1;
}
.main .sec-product .container .content .product-list .item.v3 {
  padding-bottom: 2rem;
  box-shadow: none;
}
.main .sec-product .container .content .product-list .item .item-no {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background: #fff;
  padding: 3.5rem 0 0.5rem;
}
.main .sec-product .container .content .product-list .item .item-no.v2 {
  background: linear-gradient(#fff, transparent);
}
.main .sec-product .container .content .product-list .item .item-no .img {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.main .sec-product .container .content .product-list .item .item-no .img img {
  max-width: 4.5rem;
  width: 100%;
}
.main .sec-product .container .content .product-list .item .item-no .img::after {
  content: "";
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background: #29A1B9;
  z-index: -1;
}
.main .sec-product .container .content .product-list .item .item-no .txt {
  margin-top: 1rem;
}
.main .sec-product .container .content .product-list .item .item-no .txt .txt-top {
  font-size: 1.6rem;
  font-weight: 900;
}
.main .sec-product .container .content .product-list .item .item-no .txt .txt-bot {
  font-size: 2.6rem;
  font-weight: 700;
  color: #29A1B9;
}
.main .sec-product .container .content .product-list .item .item-title {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
.main .sec-product .container .content .product-list .item .item-title img {
  width: 30rem;
}
.main .sec-product .container .content .product-list .item .item-title.v2 {
  margin-top: -1rem;
}
.main .sec-product .container .content .product-list .item .item-title.v3 {
  margin-top: 0;
}
.main .sec-product .container .content .product-list .item .list {
  background: #FBF4B5;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.5rem;
}
.main .sec-product .container .content .product-list .item .list.v2 {
  margin-top: 0;
}
.main .sec-product .container .content .product-list .item .list.v3 {
  margin-top: 0.5rem;
}
.main .sec-product .container .content .product-list .item .list .txt {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  background: #FFF252;
  max-height: 3rem;
}
.main .sec-product .container .content .product-list .item .list .txt span {
  font-size: 1.6rem;
  font-weight: 700;
}
.main .sec-product .container .content .product-list .item .list .group-txt {
  background: #fff;
  padding: 1.5rem 4rem;
  margin: 0 1.5rem;
  min-height: 7rem;
}
.main .sec-product .container .content .product-list .item .list .group-txt p {
  font-size: 1.3rem;
  text-align: center;
  font-weight: bold;
}
.main .sec-product .container .content .product-list .item .list .group-txt:nth-child(2) {
  margin-top: 0.5rem;
}
.main .sec-product .container .content .product-list .item .list .group-txt:last-child {
  margin-bottom: 1.5rem;
}
.main .sec-product .container .content .product-list .item .product-table {
  width: 100%;
  max-width: 500px;
  background-color: #fff;
  margin: 20px auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
}
.main .sec-product .container .content .product-list .item .product-table table {
  width: 100%;
  border-collapse: collapse;
  border-left: none;
  border-right: none;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.main .sec-product .container .content .product-list .item .product-table table tr {
  border-bottom: 1px dotted #000;
}
.main .sec-product .container .content .product-list .item .product-table table tr:first-child {
  border-bottom: 1px solid #000;
}
.main .sec-product .container .content .product-list .item .product-table table th,
.main .sec-product .container .content .product-list .item .product-table table td {
  padding: 8px 12px;
  text-align: left;
  vertical-align: middle;
  border-right: 1px solid #000;
}
.main .sec-product .container .content .product-list .item .product-table table th:last-child,
.main .sec-product .container .content .product-list .item .product-table table td:last-child {
  border-right: none;
}
.main .sec-product .container .content .product-list .item .product-table table th {
  width: 40%;
  background-color: #f7f7f7;
  color: #222;
  font-weight: 600;
}
.main .sec-product .container .content .product-list .item .product-table table td {
  background-color: #fff;
  color: #111;
  font-weight: 600;
}
.main .sec-product .container .content .product-list .item .product-table table tr:last-child {
  border-bottom: none;
}
.main .sec-product .container .content .product-list .item .group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.5rem;
  margin-top: 1.5rem;
}
.main .sec-product .container .content .product-list .item .group .group-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 2rem;
  gap: 2rem;
}
.main .sec-product .container .content .product-list .item .group .group-img img {
  width: 14rem;
}
.main .sec-product .container .content .product-list .item .list-txt {
  margin-top: 3rem;
}
.main .sec-product .container .content .product-list .item .list-txt img {
  width: 30rem;
}
.main .sec-product .container .content .product-list .item .list-txt.v2 {
  margin-top: 0.5rem;
}
.main .sec-product .container .content .product-list .item .list-txt.v2 .img {
  margin-top: 2rem;
}
.main .sec-product .container .content .product-list .item .list-txt.v2 .img.v2 {
  margin-top: 0;
}
.main .sec-product .container .content .product-list .item .list-txt .txt {
  background: #3D3D3D;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  padding: 0.5rem;
}
.main .sec-product .container .content .product-list .item .list-txt .txt.v2 {
  background: #29A1B7;
}
.main .sec-product .container .content .product-list .item .list-txt .des {
  padding: 1.5rem 3rem;
  font-size: 1.4rem;
  font-weight: 700;
}
.main .sec-product .container .content .product-list .item .list-txt .img {
  display: flex;
  justify-content: center;
}
.main .sec-product .container .content .product-list .item .group-btn {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
.main .sec-product .container .content .product-list .item .group-btn.v2 {
  margin-top: 1rem;
}
.main .sec-ft {
  background: #F7F7F7;
  position: relative;
}
.main .sec-ft.v2 {
  padding-bottom: 3.5rem;
}
.main .sec-ft::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 1rem;
  background: #fff;
  opacity: 0.7;
  z-index: 1;
}
.main .sec-ft .container {
  width: 100%;
}
.main .sec-ft .container .content {
  padding: 1rem 0 2.5rem;
}
.main .sec-ft .container .content .content-title {
  position: relative;
  padding: 1.5rem 0 0.7rem;
  z-index: 2;
  display: flex;
  justify-content: center;
}
.main .sec-ft .container .content .content-title::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.3rem;
  background: #29A1B7;
  z-index: -1;
}
.main .sec-ft .container .content .content-title::before {
  content: "";
  position: absolute;
  bottom: -1.6rem;
  left: 50%;
  border-left: 2.5rem solid transparent;
  border-right: 2.5rem solid transparent;
  border-top: 2rem solid #29A1B7;
  width: 0;
  height: 0;
  transform: translateX(-50%);
}
.main .sec-ft .container .content .content-title .icon-ft {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.main .sec-ft .container .content .content-post .group-txt {
  margin: 0 2.5rem;
}

.main .sec-contact .container .content {
  position: relative;
  z-index: 1;
  padding: 9rem 0 0;
}
.main .sec-contact .container .content .img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.main .sec-contact .container .content p {
  font-family: "Noto Sans Myanmar", sans-serif;
  font-weight: 800;
  font-size: 2.3rem;
  text-align: center;
}
.main .sec-contact .container .content p.des {
  font-weight: 500;
}
.main .sec-request {
  padding-bottom: 3rem;
}
.main .sec-request .container .content .txt-ping {
  color: #fff;
  background: #EB0C1F;
  font-size: 1.2rem;
  font-weight: 500;
  max-width: 3.8rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans Myanmar", sans-serif;
  padding-top: 0.2rem;
}
.main .sec-request .container .content p {
  font-family: "Noto Sans Myanmar", sans-serif;
}
.main .sec-request .container .content .content-head .group-txt {
  line-height: 1.6;
  text-align: center;
  margin-top: -5rem;
  position: relative;
  z-index: 2;
}
.main .sec-request .container .content .content-head .group-txt p {
  font-size: 1.8rem;
  font-weight: 800;
}
.main .sec-request .container .content .content-head .des {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  margin-top: 5rem;
}
.main .sec-request .container .content .content-head .des p {
  color: #70706F;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
}
.main .sec-request .container .content .wpcf7-list-item {
  display: block !important;
}
.main .sec-request .container .content .wpcf7-list-item label {
  display: flex;
  gap: 1.5rem;
}
.main .sec-request .container .content .wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.main .sec-request .container .content .wpcf7-not-valid-tip {
  margin-top: 1rem;
  font-size: 1.4rem;
}
.main .sec-request .container .content .wpcf7-response-output {
  margin: 1rem;
}
.main .sec-request .container .content .list {
  display: flex;
  flex-direction: column;
  margin-top: 2.5rem;
}
.main .sec-request .container .content .list label, .main .sec-request .container .content .list p {
  font-size: 1.5rem;
  font-family: "Noto Sans Myanmar", sans-serif;
  font-weight: 500;
}
.main .sec-request .container .content .list input[type=radio] {
  width: 1.6rem;
  height: 1.6rem;
}
.main .sec-request .container .content .list input[type=text], .main .sec-request .container .content .list textarea {
  border: 1px solid #CECECE;
  background: #FEF9BA;
  padding: 1rem 2rem;
  max-width: 32rem;
  width: 100%;
}
.main .sec-request .container .content .list input[type=text]::-moz-placeholder, .main .sec-request .container .content .list textarea::-moz-placeholder {
  opacity: 0.5;
}
.main .sec-request .container .content .list input[type=text]::placeholder, .main .sec-request .container .content .list textarea::placeholder {
  opacity: 0.5;
}
.main .sec-request .container .content .list input[type=text].no-request, .main .sec-request .container .content .list textarea.no-request {
  background: #fff;
}
.main .sec-request .container .content .list textarea {
  background: #fff;
  min-height: 17rem;
}
.main .sec-request .container .content .list .item .item-title {
  display: flex;
  justify-content: space-between;
  background: #E6E6E6;
  border-top: 1px solid #AFAFAF;
  padding: 1rem 2.4rem;
}
.main .sec-request .container .content .list .item .item-content {
  padding: 1.5rem 2rem 3.5rem;
}
.main .sec-request .container .content .list .item .item-content.v2 {
  padding-bottom: 2rem;
}
.main .sec-request .container .content .list .item .item-content.v21 {
  padding: 1.5rem 1.5rem 3.5rem;
  padding-bottom: 2rem;
}
.main .sec-request .container .content .list .item .group-radio {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 0.5rem 2rem;
}
.main .sec-request .container .content .list .item .radio-control {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.main .sec-request .container .content .content-ft {
  text-align: center;
  margin-top: 6rem;
}
.main .sec-request .container .content .content-ft .wpcf7-list-item {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.main .sec-request .container .content .content-ft .des p {
  color: #70706F;
  font-size: 1.2rem;
  font-family: "Noto Sans Myanmar", sans-serif;
}
.main .sec-request .container .content .content-ft .des p a {
  color: #00716C;
  text-decoration: underline;
}
.main .sec-request .container .content .content-ft .check {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  font-size: 1.5rem;
  font-family: "Noto Sans Myanmar", sans-serif;
  font-weight: 500;
  margin-top: 2.5rem;
}
.main .sec-request .container .content .content-ft .check input {
  width: 1.7rem;
  height: 1.7rem;
}
.main .sec-request .container .content .content-ft .group-btn {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
  position: relative;
}
.main .sec-request .container .content .content-ft .group-btn p {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.main .sec-request .container .content .content-ft .group-btn .txt {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.8rem;
  font-weight: 500;
  text-align: center;
  background: #000;
  padding: 0.7rem;
  color: #fff;
  max-width: 15rem;
  width: 100%;
  z-index: 1;
}
.main .btn-link.v2 {
  width: 28.4rem;
  height: 20.7rem;
  position: fixed;
  right: 0;
  bottom: 0;
  display: block;
}

.content-ft .group-btn #cf7-submit {
  display: none !important;
}

@media (max-width: 900px) {
  .main .btn-link.v2 {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */