@charset "UTF-8";


/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
body {
 overflow-y: scroll;
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4
}

*, ::after, ::before {
  background-repeat: no-repeat;
  box-sizing: inherit
}

::after, ::before {
  text-decoration: inherit;
  vertical-align: inherit
}

* {
  padding: 0;
  margin: 0
}

hr {
  overflow: visible;
  height: 0;
  color: inherit
}

details, main {
  display: block
}

summary {
  display: list-item
}

small {
  font-size: 80%
}

[hidden] {
  display: none
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

a {
  background-color: transparent
}

a:active, a:hover {
  outline-width: 0
}

code, kbd, pre, samp {
  font-family: monospace, monospace
}

pre {
  font-size: 1em
}

b, strong {
  font-weight: bolder
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

table {
  border-color: inherit;
  text-indent: 0
}

input {
  border-radius: 0
}

[disabled] {
  cursor: default
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

textarea {
  overflow: auto;
  resize: vertical
}

button, input, optgroup, select, textarea {
  font: inherit
}

optgroup {
  font-weight: 700
}

button {
  overflow: visible
}

button, select {
  text-transform: none
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0
}

select {
  -moz-appearance: none;
  -webkit-appearance: none
}

select::-ms-expand {
  display: none
}

select::-ms-value {
  color: currentColor
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
  max-width: 100%
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit
}

img {
  border-style: none
}

progress {
  vertical-align: baseline
}

[aria-busy=true] {
  cursor: progress
}

[aria-controls] {
  cursor: pointer
}

[aria-disabled=true] {
  cursor: default
}


dd, dl, dt, h1, h2, h3, h4, h5, h6, img, li, ol, p, ul {
  font-weight: 400;
  margin: 0;
  padding: 0
}

html {
  font-size: 62.5%;
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%
}

body {
  background-color: #fff;
  color: #000;
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.bold, b, strong {
  font-weight: 700
}

li, ul {
  list-style-position: inside;
  list-style: none
}

img {
  border: 0;
  vertical-align: top
}

a {
  color: #000;
  text-decoration: none
}

a:visited {
  color: #000;
  text-decoration: none
}

a:hover {
  color: #000;
  text-decoration: none
}

a:active {
  color: #000;
  text-decoration: none
}

:focus, a:focus {
  outline: 0
}

.container {
  box-sizing: border-box;
  min-height: 100vh;
  position: relative;
  width: 100%
}


.sp {
  display: none !important;
}
@media only screen and (max-width:769px) {
  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }
}

/* font */
.font-bold {
  font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
}
.font-normal {
  font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}
.font-light {
  font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
}





.pc-disp {
  width: 100%;
  overflow: hidden;
}
.sp-disp {
  width: 100%;
  height: 0px;
  overflow: hidden;
}
@media only screen and (max-width:769px) {
  .pc-disp {
    width: 100%;
    height: 0px;
    overflow: hidden;
  }
  .sp-disp {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

}








#xhalf_faq {
  background: #999999;
  overflow: hidden;
font-family: "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", "Roboto", Sans-Serif !important;
}
.xhalf_faq_menu-pc {
  width: 100%;
  height: 100px;
  background: #830065;
}
.xhalf_faq_menu-pc ul {
  margin: 0 auto;
  padding: 0 0 0 0;
  width: 92%;
  max-width: 1120px;
  height: 100px;
  list-style: none;
  display: flex;
}
.xhalf_faq_menu-pc.pc ul {
  max-width: 840px;
}
.xhalf_faq_menu-pc ul li {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 25%;
  height: 100px;
  display: flex;
  position: relative;
}
.xhalf_faq_menu-pc.pc ul li {
  width: 33.33%;
}
.xhalf_faq_menu-pc ul li:nth-of-type(2)::after {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 1px;
  height: 49px;
  content: "";
  background: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0,-50%);
}
.xhalf_faq_menu-pc.pc ul li:nth-of-type(2)::after {
  right: auto;
  left: 0;
}



.xhalf_faq_menu-pc ul li a {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  height: 100px;
  text-align: center;
  text-decoration: none;
  line-height: 1.6em;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.xhalf_faq_menu-sp {
  display: none;
}

.xhalf_faq_head {
  margin: 0 auto;
  padding: 90px 0 35px 0;
  width: 92%;
  max-width: 1120px;
  box-sizing: border-box;
  position: relative;
}
.xhalf_faq_head h1 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.6em;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #830065;
  text-align: center;
}
.xhalf_faq_head .lang_btn01 {
  width: 128px;
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 10;
}
.xhalf_faq_head .lang_btn01 a {
  padding: 0 10px 0 0;
  width: 100%;
  height: 26px;
  line-height: 1.2em;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.05em;
  background: #999999;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  position: relative;
  transition: all 0.5s 0s;
  box-sizing: border-box;
}
.xhalf_faq_head .lang_btn01 a:hover {
  opacity: 0.6;
}
.xhalf_faq_head .lang_btn01 a::after {
  width: 12px;
  height: 7px;
  content: "";
  background: url("/link_print/assets/images/arrow_07.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translate(0,-50%);
}

.xhalf_faq_list {
  margin: 0 auto 48px;
  width: 92%;
  max-width: 1120px;
}
.xhalf_faq_item {
  margin: 0 0 20px;
  width: 100%;
}
.xhalf_faq_dl {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
}
.xhalf_faq_dt {
  margin: 0 0 0 0;
  padding: 9px 65px 9px 60px;
  width: 100%;
  box-sizing: border-box;
  background: #830065;
  text-align: left;
  position: relative;
  cursor: pointer;
}
.xhalf_faq_dt::before {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 25px;
  height: 22px;
  content: "";
  background: url("/link_print/assets/images/faq/icon_q.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 19px;
  transform: translate(0,-50%);
}
.xhalf_faq_list.it .xhalf_faq_item .xhalf_faq_dt::before { 
	background: url("/link_print/assets/images/faq/icon_q_it.png") no-repeat center center; 
	background-size: 100% 100%;
}
.xhalf_faq_list.pt .xhalf_faq_item .xhalf_faq_dt::before { 
	background: url("/link_print/assets/images/faq/icon_q_pt.png") no-repeat center center; 
	background-size: 100% 100%;
}


.xhalf_faq_dt::after {
  width: 20px;
  height: 20px;
  content: "";
  background: url("/link_print/assets/images/faq/plus_01.png") no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translate(0,-50%);
}
.xhalf_faq_dt.on::after {
  background: url("/link_print/assets/images/faq/minus_01.png") no-repeat center center;
  background-size: 100% auto;
}
.xhalf_faq_dt .text {
  margin: 0 0 0 0;
  padding: 10px 0;
  min-height: 47px;
  box-sizing: border-box;
  color: #fff;
  text-align: left;
  line-height: 1.6em;
  font-size: 16px;
  font-weight: 500;
  display: block;
  border-right: 1px solid #fff;
}
.xhalf_faq_dd {
  margin: 0 0 0 0;
  padding: 25px 75px 35px 60px;
  width: 100%;
  box-sizing: border-box;
  color: #262626;
  background: #dddddd;
  text-align: left;
  line-height: 2.2em;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  display: none;
}
.xhalf_faq_dd::before {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 25px;
  height: 22px;
  content: "";
  background: url("/link_print/assets/images/faq/icon_a.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 32px;
  left: 19px;
}
.xhalf_faq_list.it .xhalf_faq_item .xhalf_faq_dd::before { 
	background: url("/link_print/assets/images/faq/icon_a_it_pt.png") no-repeat center center;
	background-size: 100% 100%;
	height:19px;
}
.xhalf_faq_list.pt .xhalf_faq_item .xhalf_faq_dd::before { 
	background: url("/link_print/assets/images/faq/icon_a_it_pt.png") no-repeat center center; 
	background-size: 100% 100%;
	height:19px;
}


.overlay {
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  display: none;
}
.lang_wrap {
  width: 185px;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 100001;
  transform: translate(-50%,-50%);
  display: none;
}
.lang_wrap .close {
  width: 28px;
  position: absolute;
  top: -42px;
  right: 5px;
}

.lang_wrap ul {
  padding: 10px 0;
}
.lang_wrap ul li {
}
.lang_wrap ul li a {
  padding: 10px 0;
  text-align: center;
  line-height: 1.2em;
  font-size: 14px;
  font-weight: 500;
  color: #830065;
  display: block;
  transition: all 0.6s 0s;
}
.lang_wrap ul li a:hover {
  background: #999;
}
.lang_wrap ul li a.on {
  background: #999;
}

.menu_switch {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #xhalf_faq {
    background: #999999;
    overflow: hidden;
  }
  .xhalf_faq_menu-pc {
    width: 100%;
    height: 8.333vw;
    background: #830065;
  }
  .xhalf_faq_menu-pc ul {
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 93.333vw;
    max-width: 93.333vw;
    height: 8.333vw;
    list-style: none;
    display: flex;
  }
  .xhalf_faq_menu-pc ul li {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 25%;
    height: 8.333vw;
    display: flex;
    position: relative;
  }
  .xhalf_faq_menu-pc ul li:nth-of-type(2)::after {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 0.083vw;
    height: 4.083vw;
    content: "";
    background: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
  }
  .xhalf_faq_menu-pc ul li a {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    height: 8.333vw;
    text-align: center;
    text-decoration: none;
    line-height: 1.6em;
    font-size: 1.333vw;
    font-weight: 500;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .xhalf_faq_menu-sp {
    display: none;
  }

  .xhalf_faq_head {
    margin: 0 auto;
    padding: 7.5vw 0 3vw 0;
    width: 93.333vw;
    max-width: 93.333vw;
    box-sizing: border-box;
    position: relative;
  }
  .xhalf_faq_head h1 {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.6em;
    font-size: 3.667vw;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #830065;
    text-align: center;
  }
  .xhalf_faq_head .lang_btn01 {
    width: 10.667vw;
    position: absolute;
    top: 1.667vw;
    right: 0;
    z-index: 10;
  }
  .xhalf_faq_head .lang_btn01 a {
    padding: 0 0.833vw 0 0;
    width: 100%;
    height: 2.167vw;
    line-height: 1.2em;
    font-size: 1.167vw;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.05em;
    background: #999999;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    position: relative;
    transition: all 0.5s 0s;
    box-sizing: border-box;
  }
  .xhalf_faq_head .lang_btn01 a:hover {
    opacity: 0.6;
  }
  .xhalf_faq_head .lang_btn01 a::after {
    width: 1vw;
    height: 0.583vw;
    content: "";
    background: url("/link_print/assets/images/arrow_07.png") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 0.667vw;
    transform: translate(0,-50%);
  }

  .xhalf_faq_list {
    margin: 0 auto 4vw;
    width: 93.333vw;
    max-width: 93.333vw;
  }
  .xhalf_faq_item {
    margin: 0 0 1.667vw;
    width: 100%;
  }
  .xhalf_faq_dl {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
  }
  .xhalf_faq_dt {
    margin: 0 0 0 0;
    padding: 0.75vw 5.417vw 0.75vw 5vw;
    width: 100%;
    box-sizing: border-box;
    background: #830065;
    text-align: left;
    position: relative;
    cursor: pointer;
  }
  .xhalf_faq_dt::before {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 2.083vw;
    height: 1.833vw;
    content: "";
    background: url("/link_print/assets/images/faq/icon_q.png") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 1.583vw;
    transform: translate(0,-50%);
  }
.xhalf_faq_list.it .xhalf_faq_item .xhalf_faq_dt::before { 
	background: url("/link_print/assets/images/faq/icon_q_it.png") no-repeat center center; 
	background-size: 100% 100%;
}
.xhalf_faq_list.pt .xhalf_faq_item .xhalf_faq_dt::before { 
	background: url("/link_print/assets/images/faq/icon_q_pt.png") no-repeat center center; 
	background-size: 100% 100%;
}


  .xhalf_faq_dt::after {
    width: 1.667vw;
    height: 1.667vw;
    content: "";
    background: url("/link_print/assets/images/faq/plus_01.png") no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    right: 1.833vw;
    transform: translate(0,-50%);
  }
  .xhalf_faq_dt.on::after {
    background: url("/link_print/assets/images/faq/minus_01.png") no-repeat center center;
    background-size: 100% auto;
  }
  .xhalf_faq_dt .text {
    margin: 0 0 0 0;
    padding: 0.833vw 0;
    min-height: 3.917vw;
    box-sizing: border-box;
    color: #fff;
    text-align: left;
    line-height: 1.6em;
    font-size: 1.333vw;
    font-weight: 500;
    display: block;
    border-right: 1px solid #fff;
  }
  .xhalf_faq_dd {
    margin: 0 0 0 0;
    padding: 2.083vw 6.25vw 2.917vw 5vw;
    width: 100%;
    box-sizing: border-box;
    color: #262626;
    background: #dddddd;
    text-align: left;
    line-height: 2.2em;
    font-size: 1.333vw;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    display: none;
  }
  .xhalf_faq_dd::before {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 2.083vw;
    height: 1.833vw;
    content: "";
    background: url("/link_print/assets/images/faq/icon_a.png") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 2.667vw;
    left: 1.583vw;
  }
.xhalf_faq_list.it .xhalf_faq_item .xhalf_faq_dd::before { 
	background: url("/link_print/assets/images/faq/icon_a_it_pt.png") no-repeat center center;
	background-size: 100% 100%;
    height: 1.576vw;
}
.xhalf_faq_list.pt .xhalf_faq_item .xhalf_faq_dd::before { 
	background: url("/link_print/assets/images/faq/icon_a_it_pt.png") no-repeat center center; 
	background-size: 100% 100%;
    height: 1.576vw;
}


  .overlay {
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    display: none;
  }
  .lang_wrap {
    width: 15.417vw;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100001;
    transform: translate(-50%,-50%);
    display: none;
  }
  .lang_wrap .close {
    width: 2.333vw;
    position: absolute;
    top: -3.5vw;
    right: 0.417vw;
  }

  .lang_wrap ul {
    padding: 0.833vw 0;
  }
  .lang_wrap ul li {
  }
  .lang_wrap ul li a {
    padding: 0.833vw 0;
    text-align: center;
    line-height: 1.2em;
    font-size: 1.167vw;
    font-weight: 500;
    color: #830065;
    display: block;
    transition: all 0.6s 0s;
  }
  .lang_wrap ul li a:hover {
    background: #999;
  }
  .lang_wrap ul li a.on {
    background: #999;
  }
  
  
  
}
@media only screen and (max-width:769px) {
  #xhalf_faq {
    background: #999999;
    overflow: hidden;
  }
  .xhalf_faq_menu-pc {
    display: none;
  }
  .xhalf_faq_menu-sp {
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 90000;
    width: 100%;
    height: 100vh;
    background: #830065;
    transition: all 0.6s 0s;
  }
  .xhalf_faq_menu-sp.on {
    left: 0;
  }
  .xhalf_faq_menu-sp .lang_btn01 {
    margin: 17.857vw auto 0;
    width: 38.214vw;
    z-index: 10;
  }
  .xhalf_faq_menu-sp .lang_btn01 a {
    padding: 0 1.786vw 0 0;
    width: 100%;
    height: 11.25vw;
    line-height: 1.2em;
    font-size: 3.929vw;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.05em;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #830065;
    border-radius: 32.143vw;
    position: relative;
    transition: all 0.5s 0s;
    box-sizing: border-box;
  }
  .xhalf_faq_menu-sp .lang_btn01 a:hover {
    opacity: 0.6;
  }
  .xhalf_faq_menu-sp .lang_btn01 a::after {
    width: 2.857vw;
    height: 1.429vw;
    content: "";
    background: url("/link_print/assets/images/faq/arrow_01.png") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 3.571vw;
    transform: translate(0,-50%);
  }
  .xhalf_faq_menu-sp ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    list-style: none;
    display: flex;
    flex-direction: column;
  }
  .xhalf_faq_menu-sp ul li {
    margin: 0 0 0 0;
    padding: 6.25vw 0 0 0;
    width: 100%;
    position: relative;
  }
  .xhalf_faq_menu-sp ul li a {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    text-align: center;
    text-decoration: none;
    line-height: 1.6em;
    font-size: 3.393vw;
    font-weight: 500;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .xhalf_faq_head {
    margin: 0 auto;
    padding: 10.714vw 0 4vw 0;
    width: 100%;
    max-width: 200vw;
    box-sizing: border-box;
    position: relative;
  }
  .xhalf_faq_head h1 {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.6em;
    font-size: 5.357vw;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #830065;
    text-align: center;
  }
  .xhalf_faq_head .lang_btn01 {
    display: none;
  }

  .xhalf_faq_list {
    margin: 0 auto 8.571vw;
    width: 94.643vw;
    max-width: 200vw;
  }
  .xhalf_faq_item {
    margin: 0 0 4.464vw;
    width: 100%;
  }
  .xhalf_faq_dl {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
  }
  .xhalf_faq_dt {
    margin: 0 0 0 0;
    padding: 1.607vw 11.607vw 1.607vw 10.714vw;
    width: 100%;
    box-sizing: border-box;
    background: #830065;
    text-align: left;
    position: relative;
    cursor: pointer;
  }
  .xhalf_faq_dt::before {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 4.464vw;
    height: 3.929vw;
    content: "";
    background: url("/link_print/assets/images/faq/icon_q.png") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 3.929vw;
    left: 3.393vw;
    transform: translate(0,0);
  }
.xhalf_faq_list.it .xhalf_faq_item .xhalf_faq_dt::before { 
	background: url("/link_print/assets/images/faq/icon_q_it.png") no-repeat center center; 
	background-size: 100% 100%;
}
.xhalf_faq_list.pt .xhalf_faq_item .xhalf_faq_dt::before { 
	background: url("/link_print/assets/images/faq/icon_q_pt.png") no-repeat center center; 
	background-size: 100% 100%;
}


  .xhalf_faq_dt::after {
    width: 3.571vw;
    height: 3.571vw;
    content: "";
    background: url("/link_print/assets/images/faq/plus_01.png") no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    right: 3.929vw;
    transform: translate(0,-50%);
  }
  .xhalf_faq_dt.on::after {
    background: url("/link_print/assets/images/faq/minus_01.png") no-repeat center center;
    background-size: 100% auto;
  }
  .xhalf_faq_dt .text {
    margin: 0 0 0 0;
    padding: 1.786vw 2.679vw 1.786vw 0;
    min-height: 8.393vw;
    box-sizing: border-box;
    color: #fff;
    text-align: left;
    line-height: 1.6em;
    font-size: 2.857vw;
    font-weight: 500;
    display: block;
    border-right: 1px solid #fff;
  }
  .xhalf_faq_dd {
    margin: 0 0 0 0;
    padding: 4.464vw 4.464vw 6.25vw 10.714vw;
    width: 100%;
    box-sizing: border-box;
    color: #262626;
    background: #dddddd;
    text-align: left;
    line-height: 2.2em;
    font-size: 2.857vw;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    display: none;
  }
  .xhalf_faq_dd::before {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 4.464vw;
    height: 3.929vw;
    content: "";
    background: url("/link_print/assets/images/faq/icon_a.png") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 5.714vw;
    left: 3.393vw;
  }
.xhalf_faq_list.it .xhalf_faq_item .xhalf_faq_dd::before { 
	background: url("/link_print/assets/images/faq/icon_a_it_pt.png") no-repeat center center;
	background-size: 100% 100%;
    height: 3.38vw;
}
.xhalf_faq_list.pt .xhalf_faq_item .xhalf_faq_dd::before { 
	background: url("/link_print/assets/images/faq/icon_a_it_pt.png") no-repeat center center; 
	background-size: 100% 100%;
    height: 3.38vw;
}


  .overlay {
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    display: none;
  }
  .lang_wrap {
    width: 41.964vw;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100001;
    transform: translate(-50%,-50%);
    display: none;
  }
  .lang_wrap .close {
    width: 6.429vw;
    position: absolute;
    top: -8.929vw;
    right: 0.893vw;
  }

  .lang_wrap ul {
    padding: 3.214vw 0;
  }
  .lang_wrap ul li {
  }
  .lang_wrap ul li a {
    padding: 3.214vw 0;
    text-align: center;
    line-height: 1.2em;
    font-size: 3.214vw;
    font-weight: 500;
    color: #830065;
    display: block;
    transition: all 0.6s 0s;
  }
  .lang_wrap ul li a:hover {
    background: #999;
  }
  .lang_wrap ul li a.on {
    background: #999;
  }

  .menu_switch {
    width: 19.107vw;
    display: block;
    position: fixed;
    bottom: 1.786vw;
    right: -3.571vw;
    z-index: 100000;
  }
  .menu_switch img.open {
    width: 100%;
    height: auto;
    display: block;
  }
  .menu_switch img.close {
    width: 100%;
    height: auto;
    display: none;
  }
  .menu_switch.on img.open {
    width: 100%;
    height: auto;
    display: none;
  }
  .menu_switch.on img.close {
    width: 100%;
    height: auto;
    display: block;
  }
  
}




body.no-scroll {
    overflow: hidden !important;
    position: fixed;
    width: 100%;
}




