/* ----------------------------------------------------------------
アニメーション
----------------------------------------------------------------- */
@-webkit-keyframes arrowR {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
  50% {
    -webkit-transform: translate3d(30%, 0, 0) rotate(45deg);
    transform: translate3d(30%, 0, 0) rotate(45deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
}
@keyframes arrowR {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
  50% {
    -webkit-transform: translate3d(30%, 0, 0) rotate(45deg);
    transform: translate3d(30%, 0, 0) rotate(45deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
}

@-webkit-keyframes arrowDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(-135deg);
    transform: translate3d(0, 0, 0) rotate(-135deg);
  }
  50% {
    -webkit-transform: translate3d(0, 30%, 0) rotate(-135deg);
    transform: translate3d(0, 30%, 0) rotate(-135deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(-135deg);
    transform: translate3d(0, 0, 0) rotate(-135deg);
  }
}
@keyframes arrowDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(-135deg);
    transform: translate3d(0, 0, 0) rotate(-135deg);
  }
  50% {
    -webkit-transform: translate3d(0, 30%, 0) rotate(-135deg);
    transform: translate3d(0, 30%, 0) rotate(-135deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(-135deg);
    transform: translate3d(0, 0, 0) rotate(-135deg);
  }
}

/* ----------------------------------------------------------------
調整クラス
----------------------------------------------------------------- */
@media (min-width: 481px) {
  .mobile-pc-d-n {
    display: none;
  }
}


/* ----------------------------------------------------------------

----------------------------------------------------------------- */
.mobile-page-section_channel {
  padding-top: 85px;
}
@media (max-width: 480px) {
  .mobile-page-section_channel {
    padding-top: 35px;
  }
}

.mobile-page-list-search {
  margin: 40px 0 50px;
  padding: 0 40px;
  border: 1px solid #ccc;
  border-radius: 8px;
}
@media (max-width: 480px) {
  .mobile-page-list-search {
    margin: 0 0 40px;
    padding: 0 0 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
  }

  .search-result_text-number + .mobile-page-list-search {
    margin: 12px 0 40px;
    padding: 0 15px;
  }
}

@media (max-width: 480px) {
  .mobile-page-btn-link {
    min-width: 300px !important;
  }
}

@media(max-width: 320px){
  .mobile-page-btn-link {
    min-width: 250px !important;
  }
}

.mobile-page-list-search_item {
  padding: 0 0;
  display: none;
}

.mobile-page-list-search_item:nth-child(n + 2) {
  border-top: 1px solid #ccc;
}

@media (max-width: 480px) {
  .mobile-page-list-search_item:nth-child(n + 2) {
    border-top: 1px solid #ccc;
  }
  .mobile-page-list-search_item {
    padding: 0;
  }
}

.mobile-page-list-box-01 .mobile-page-list-box-01_link,
.mobile-page-list-box-01 .mobile-page-list-box-01_link:hover,
.mobile-page-list-box-01 .mobile-page-list-box-01_link:visited {
  text-decoration: none;
}
.mobile-page-list-box-01 .mobile-page-list-box-01_link {
  position: relative;
  text-align: left;
  display: block;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 30px;
  color: #0c68c7;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mobile-page-list-box-01 .mobile-page-list-box-01_link {
  position: relative;
  text-align: left;
  display: block;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 30px;
  color: #0c68c7;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 480px) {
  .mobile-page-list-box-02 .mobile-page-list-box-02_link {
    position: relative;
    text-align: left;
    display: block;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 30px;
    color: #0c68c7;
    font-weight: bold;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.mobile-page-list-box-02 .mobile-page-list-box-02_link {
  position: relative;
  text-align: left;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #0c68c7;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 18px;

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 20px 0;
}
@media (max-width: 480px) {
  .mobile-page-list-box-02 .mobile-page-list-box-02_link {
    font-size: 14px;
    padding: 10px 0;
  }
}

.mobile-page-faq-icon-q {
  margin-right: 20px;
  background-color: #0c68c7;
}
.mobile-page-faq-icon {
  border-radius: 50%;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  font-size: 20px;
}
@media (max-width: 480px) {
  .mobile-page-faq-icon-q {
    margin-right: 10px;
    background-color: #0c68c7;
  }
  .mobile-page-faq-icon {
    width: 22px;
    height: 22px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    line-height: 22px;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    vertical-align: middle;
  }
}

.mobile-page-faq-icon-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc((775 / 830) *100%);
  margin-top: 0;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding-right: 30px;
}

@media(max-width: 480px){
  .mobile-page-faq-icon-text {
    width: calc((265 / 295) *100%);
    font-size: 14px;
  }
}

.mobile-page-list-box-01 .mobile-page-list-box-01_link:hover {
  opacity: 0.5;
}

.mobile-page-list-box-01 .mobile-page-list-box-01_link::after {
  content: "";
  display: block;
  border-top: solid 2px #0c68c7;
  border-right: solid 2px #0c68c7;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 2px;
  margin-top: -5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (max-width: 480px) {
  .mobile-page-list-box-01 .mobile-page-list-box-01_link::after {
    width: 6px;
    height: 6px;
  }
}

.mobile-page-list-box-01 .mobile-page-list-box-01_link:hover:after {
  -webkit-animation: arrowR 0.4s 2 ease;
  animation: arrowR 0.4s 2 ease;
}

.search-result_text-undifind {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
  min-height: calc(24px * 1.75 * 5);
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  -webkit-align-items:center;
  -ms-flex-align:center;
  margin: 0;
  align-items:center;
}

@media (max-width: 480px) {
  .search-result_text-undifind {
    min-height: calc(4.26666666667vw * 1.69 * 5);
    font-size: 4.26666666667vw;
    margin: 0;
  }
}

.error{
  padding: 40px;
}
@media(max-width: 480px){
  .error{
    padding: 25px 15px;
  }
}
/* ----------------------------------------------------------------
検索フォーム
----------------------------------------------------------------- */
.input-type01_form {
  margin: 40px 0 0;
}
@media(max-width: 480px){
  .input-type01_form {
    margin: 12px 0 0;
  }
}

.input-type01 {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 131px;
  border: 1px solid #0c68c7;
  height: 58px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
@media (max-width: 480px) {
  .input-type01 {
    padding-right: 51px;
    height: 40px;
    border-radius: 2.5px;
  }
}

.input-type01_inner {
  margin-top: 0;
}

.input-type01_input {
  clear: both;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px 15px;
  width: 100%;
  height: 56px;
  border: 0;
  font-size: 16px;
  text-align: left;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  font-size: 100%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-family: Meiryo, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', system-ui, sans-serif;
}
@media (max-width: 480px) {
  .input-type01_input {
    clear: both;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2px 10px;
    height: 38px;
    font-size: 14px;
  }
}

.input-type01_input:focus,
.input-type01_input:focus {
  outline: none;
}

.input-type01-hidden {
  display: none !important;
}

.input-type01_btn,
.input-type01_btn:focus,
.input-type01_btn:active,
.input-type01_btn:hover {
  display: block;
  position: absolute;
  top: -1px;
  right: -3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 0px 6px 54px;
  width: 131px;
  height: 58px;
  border: 0;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  cursor: pointer;
  color: #fff;
  background: url(/mobile/set/data/support/contact/search_result/shared/img/icon-search.svg)
    #0c68c7 no-repeat;
  background-position: 30px center;
  background-size: 18px;
  text-decoration: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media (max-width: 480px) {
  .input-type01_btn,
  .input-type01_btn:focus,
  .input-type01_btn:active,
  .input-type01_btn:hover {
    text-indent: -9999px;
    width: 53px;
    height: 40px;
    background-position: center 10px;
    padding: 0;
    border-top-right-radius: 2.5px;
    border-bottom-right-radius: 2.5px;
    right: -1px;
  }
}

.search-result_text-number {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 20px 0 0px;
}
@media (max-width: 480px) {
  .search-result_text-number {
    font-size: 16px;
    margin: 25px 0 0;
  }
}

.mobile-support-btn {
  margin-bottom: 80px;
}
@media (max-width: 480px) {
  .mobile-support-btn {
    margin-bottom: 50px;
  }
}

.mobile-page-btn_arrow-down .mobile-page-btn-link::before {
  content: "";
  display: block;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  z-index: 0;
}

.mobile-page-btn_arrow-down .mobile-page-btn-link:hover::before {
  -webkit-animation: arrowDown 0.4s 2 ease;
  animation: arrowDown 0.4s 2 ease;
}

.mobile-page-btn_arrow-right {
  margin: 20px 0 0 !important;
}
@media(max-width: 480px){
  .mobile-page-btn_arrow-right {
    margin: 15px 0 0 !important;
  }
}

.mobile-page-btn_arrow-right .mobile-page-btn-link::before {
  content: "";
  display: block;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 0;
}

.mobile-page-btn_arrow-right .mobile-page-btn-link:hover::before {
  -webkit-animation: arrowR 0.4s 2 ease;
  animation: arrowR 0.4s 2 ease;
}

.mobile-page-btn_arrow-down {
  margin-bottom: 60px !important;
}
@media (max-width: 480px) {
  .mobile-page-btn_arrow-down {
    margin-bottom: 40px !important;
  }
}

.mobile-support-section-container .mobile-support-btn {
  margin: 30px 0 40px!important;
}
@media(max-width: 480px){
  .mobile-support-section-container .mobile-support-btn {
    margin: 20px 0 25px!important;
  }
}

.input-type01_inner {
	position: relative;
}

#suggest_wrap {
	position: absolute;
	z-index: 4;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	border-radius: 0 0 2px 2px;
	border-right: 1px solid #d8dadc;
	border-bottom: 1px solid #d8dadc;
	border-left: 1px solid #d8dadc;
	background: #f4f5f6;
}

#suggest_wrap li {
	width: 100%;
	box-sizing: border-box;
	font-size: 100%;
	color: #006699;
	background: #f4f5f6;
	padding: 8px 19px 8px 19px;
	cursor: pointer;
	line-height: 1
}

#suggest_wrap li:focus, #suggest_wrap li:hover {
	background-color: #fff;
}

#suggest_wrap li:first-child {
	padding-top: 16px
}

#suggest_wrap li:last-child {
	padding-bottom: 16px
}

.hidden {
	display: none;
}
