.faq-btn {
  background-color: #2D89EF;
  border: 1px solid #2D89EF;
  min-width: 100px;
  width: 100%;
  height: 46px;
  font-family: 'Meiryo';
  font-size: 17px;
  color: #fff;
  cursor: pointer;
  border-radius: 0px 4px 4px 0px;
}


.search_box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.search_text_input {
    width: 100%;
    max-width: 570px;
}


.search_btn {

}


.input11{
  width: 100%;
  padding-left: 10px;
  color: #666666;
  height: 46px;
  font-size: 15px;
  padding-top: 8px;
  box-sizing: border-box;
  border-right: none;
}



.option_tab_menu img {
  cursor: pointer;
}

.sup_faq_title {
  font-size: 20px;
  color: #82888e;
  line-height: 2.0;
  border-bottom: 0px;
  text-align: center;
  font-weight: 100;
  margin-top: 1.8em;
}

.sup_maintenance_info_area {
  margin: 13px 0 20px 0;
  border-top: 2px solid #d2d2d2;
  border-bottom: 1px solid #d8d8d8;
  height: 42px;
  padding-top: 6px;
  background-color: #edeef0;
}

.maintenance_boxline {
  line-height: 19pt;
  padding-left: 0px;
}

input.font-awesome {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

.contents_str {
  font-size: 17px;
  padding: 15px 20px;
}

.d_icon_plus {
  display: inline-block;
  margin-left: -23px;
  width: 14px;
  height: 14px;
  position: absolute;
  border-radius: 74px;
  text-align: center;
  padding: 3px;
  margin-top: 2px;
}

.d_icon_plus:before {
  width: 14px;
  height: 1px;
  position: absolute;
  top: 9px;
  left: 2px;
  color: #2d8ae5;
  background-color: currentColor;
  content: '';
}


.d_icon_plus:after {
  width: 14px;
  height: 1px;
  position: absolute;
  top: 9px;
  left: 2px;
  color: #2d8ae5;
  background-color: currentColor;
  content: '';
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

::placeholder {
  font-size: 1.2em;
}

input[type="text"] {
  border: 1px solid #d0d0d0;
  padding: 13px 14px 9px;
}

input[type="text"]:focus {
  border: 1px solid #8db8e5;
  outline: 0;
}


.faq_category_box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.faq_category_title{
  background-color: #edeff6;
  text-align: center;
  color: #333;
  font-size: 16px;
  border: 1px solid #dadce2;
  padding-top: 6px;
  height: 40px;
  box-sizing: border-box;
  border-right: none;
  width: 12%;
}

.category_seclect_all{
  border: 1px solid #dadce2;
  height: 40px;
  width: 250px;
  padding:5px 10px;
  font-size: 16px;
}

.category_seclect_sub{
  border: 1px solid #dadce2;
  height: 40px;
  width: 250px;
  padding: 5px 10px;
  font-size: 16px;
  border-left:none;
}

.tab_faq {
  width: 100%;
  margin-top: 12px;
  border: 1px solid #dcdcdc;
  border-left: 0px;
  border-right: 0px;
}


.faq_lanking_area h3{
  background-color: #2d4154;
  border: 1px solid #2d4154;
  padding: 15px 8px 18px 20px;
  color: #ffffff;
  font-size: 26px;
  font-weight: bold;
  line-height: 30px;
  margin-top:70px;
}

.faq_often_area h3{
  background-color: #2d4154;
  border: 1px solid #2d4154;
  padding: 15px 8px 18px 20px;
  color: #ffffff;
  font-size: 26px;
  font-weight: bold;
  line-height: 30px;
  margin-top:85px;
}


.faq_table{
  width: 100%;
  margin-top: 15px;
  border: 1px solid #dcdcdc;
  border-left: 0px;
  border-right: 0px;
}

.faq_table_dt{
 display:flex;
 align-items:center
}

.dl_title_area{
  background-color: #edeff6;
  color: #444;
  font-size: 16px;
}


.faq_table_dl{
  display: flex;
  /* padding: 15px 20px 15px; */
  font-size: 16px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  border-bottom: 1px solid #e8e9eb;
}




.faq_table_dl:nth-child(2){}
.faq_table_dl:nth-last-child(1){}




.faq_table_dl dt{text-align: center;padding: 11px 20px 11px;}
.faq_table_dl dt:nth-child(1){width:7%;border-right: 1px solid #d6d8dd;}
.faq_table_dl dt:nth-child(2){width:68%;}
.faq_table_dl dt:nth-child(3){width:12%;border-right: 1px solid #d6d8dd;border-left: 1px solid #d6d8dd;}
.faq_table_dl dt:nth-child(4){width:13%;}


.faq_table_dl dd{
  font-size: 16px;
  color: #444444;
  line-height: 1.5;
  text-align: center;
  padding:15px;
}

.faq_table_dl dd:nth-child(1){
  width: 7%;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fcfcfd;
  border-right: 1px solid #e3e6e9;
  }

.faq_table_dl dd:nth-child(2){
  width: 68%;
  text-align: left;
  padding: 15px 24px;
}

.faq_table_dl dd:nth-child(3){
  width:12%;
  display:flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #e3e6e9;
  border-left: 1px solid #e3e6e9;
}

.faq_table_dl dd:nth-child(4){
  width:13%;display:flex;
  align-items: center;
  justify-content: center;
}




.add_view_btn{
  width: 100%;
  text-align: center;
  padding: 30px 0 20px;
  cursor: pointer;
  font-size: 18px;
  color: #2d8ae5;
}


.faq_item_contents{
font-size: 18px;
background-color: #f3f3f3;
border-bottom: 1px solid #e2e2e2;
padding: 12px 20px 5px;
}


.faq_item_date{
  text-align: right;
  font-size: 15px;
  background-color: #f3f3f3;
  border-bottom: 1px solid #e2e2e2;
  padding-right: 20px;
  padding-top:5px;
}

input#keyword::placeholder {
    color: #d4d4d4;
}


.page_number {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-size:16px;
}

.page_number a{
  /* background-color: #ebf6ff;
  color: #3788d9; */
  margin: 0 4px;
  position: relative;
  height: 38px;
  width: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.num_point {
  background-color: #378ee4;
  color: #fff;
  font-weight: bold;
  margin: 0 4px;
  position: relative;
  height: 38px;
  width: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

a.notice_num {
    background: none;
    height: auto;
    width: 45px;
    font-size: 16px;
}




/*   faq_view start  */


#like_btn{
  cursor: pointer;margin: 0;background-color: #FF7711;width: 43%;border-radius: 10px;height: 50px;color: #fff;box-shadow: 0px 3px #E65D00;
}

#like_btn:hover{
  cursor: pointer;margin: 0;background-color: #EE4F00;width: 43%;border-radius: 10px;height: 50px;color: #fff;box-shadow: 0px 3px #B42F00;
}

#hate_btn{
  cursor: pointer;margin: 0;background-color: #9F9F9F;width: 43%;border-radius: 10px;height: 50px;color: #fff;box-shadow: 0px 3px #858585;
  }

#hate_btn:hover{
  cursor: pointer;margin: 0;background-color: #6F6F6F;width: 43%;border-radius: 10px;height: 50px;color: #fff;box-shadow: 0px 3px #545454 ;
  }


.faq_view_bnt{
    width: 300px;
    background-color: #2d89ef;
    text-align: center;
    color: #ffffff;
    height: 54px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    position: relative;
    margin:0 auto;
  }


  .faq_view_bnt a {
    color: #ffffff;
    display: flex;
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.notice_con_txt {
  font-size: 20px;
  color: #555555;
  line-height: 34px;
  font-weight: bold;
  width: 75%;
  padding: 20px;

}




.notice_con_txt_s {
    color: #888;
    border-right: 1px solid #cecece;
    padding-right: 20px;
    margin-right: 0;
    font-size: 17px;
    line-height: 22px;
    padding: 5px 25px;
}


.faq_view_notice{
  display: flex;
  background-color: #edeff6;
  border-top: 2px solid #e8e9eb;
  border-bottom: 1px solid #e8e9eb;
  padding: 0px;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}


.faq_view_date{
  width: 25%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}


#faqbox {
    border-bottom: 1.5px solid #e8e8e8;
    margin-bottom: 40px;
}


.faq_view_bnt{
      border-top: 1px solid #d5d5d5;
}


.faq_box_useful{
  width: 45%;
  margin:60px auto 40px;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  padding: 32px 15px;
  text-align:center;
}

.faq_useful_tit{
  margin:0;
  font-size:21px;
}

.usefule_icon_area{
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 13px 20px 12px;
}

.usefule_icon_area img{
  width:20px;
}

.like_icon{
  padding:12px 0;
  margin: 0;
  font-size:18px;
}

.like_icon span{
position: relative;
top: -5px;
left: -5px;
}

.hate_icon{
  padding:12px 0;
  margin: 0;
  font-size:18px;
}

.hate_icon span{
position: relative;
top: -5px;
left: -5px;
}


.like_err_div{
  font-size:16px;
  color: #FF0000;
  padding: 0 0 5px;
}

.notice_con_txt_s1{
  font-size: 21px;
  color: #666666;
  line-height: 1.7;
  padding: 30px 15px 10px 15px;
  word-break: break-all;
}

.err_div_text{
  font-size: 17px;
  line-height:1.35;
}

/* faq_view end */



@media screen and (max-width: 480px) {

.sup_faq_title{
  margin-top: 19px;
    font-size: 17px;
}


.faq_table_dl{
    font-size: 15px;
    justify-content: space-between;
}

.faq_table_dl dt{
  text-align: center;
  padding: 10px 4px;
  justify-content: center;
  display: flex;
  align-items: center;
}

.faq_table_dl dt:nth-child(1){
  width:10%;
  border-right: 1px solid #d6d8dd;
}

.faq_table_dl dt:nth-child(2){
  width:54%;
}

.faq_table_dl dt:nth-child(3){
  width:18%;
  border-right:1px solid #d6d8dd;
  border-left: 1px solid #d6d8dd;
  line-height: 1.4;
}

.faq_table_dl dt:nth-child(4){
  width:18%;
}

.faq_table_dl dd{
  font-size: 15px;
  color: #444444;
  line-height: 1.5;
  text-align: center;
  padding:0;
}

.faq_table_dl dd:nth-child(1){
  width: 10%;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: #e6f3ff; */
  border-right: 1px solid #c5c8cb;
  }

.faq_table_dl dd:nth-child(2){
  width: 54%;
  text-align: left;
  padding:12px;
}

.faq_table_dl dd:nth-child(3){
  width:18%;
  display:flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #c5c8cb;
  border-left: 1px solid #c5c8cb;
}

.faq_table_dl dd:nth-child(4){
  width:18%;
  display:flex;
  align-items: center;
  justify-content: center;
  padding:12px;
}

.page_number {
    margin-bottom: 50px;
}

.search_text_input {
    width: 100%;
    max-width: 100%;
}


.search_text_input {
    width: 80%;
    max-width: 100%;
}

.input11{
   font-size: 14px;
   height: 42px;
}

.faq-btn{
  font-size: 14px;
  height: 42px;
}

.search_btn {
    width: 20%;
}

input.faq-btn.search {
    min-width: 100%;
    width: 100%;
}

.faq_lanking_area h3 {
    font-size: 20px;
    padding: 15px 8px 16px 16px;
}

.faq_often_area h3 {
  font-size: 20px;
  padding: 15px 8px 16px 16px;
  margin-top: 45px;
}


.faq_category_title{
      width: 28%;
}

.category_seclect_all{
     width: 100%;
     min-width: 250px;
}

.faq_category_box {
    justify-content: space-between;
}

.faq_category_seclect {
    width: 72%;
}


.page_number{
  font-size: 15px;
  margin-top: 17px;
}


.page_number a{
  height: 30px;
  width: 30px;
}

a.notice_num {
  font-size: 15px;
}

.faq_view_notice {
    flex-direction: column;
    padding-bottom: 15px;
}

.notice_con_txt{
  width:100%;
  padding:20px 20px 0;
  line-height:1.4;
}

.faq_view_date {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top: 15px;
}

.notice_con_txt_s {
    padding: 0px 20px;
    margin-right: 15px;
}

.notice_con_txt_s1{
  padding:30px 0 10px 0;
}


.faq_box_useful {
    width: 100%;
    margin: 30px auto;
}

.faq_view_bnt {
    border-top: 1px solid #d5d5d5;
    width: 100%;
    margin-bottom: 50px;
}

#faqbox {
    border-bottom: 1.5px solid #e8e8e8;
    margin-bottom: 30px;
}

.usefule_icon_area{
    margin: 13px 0 12px;
    justify-content: space-between;

}

#like_btn, #hate_btn{
width:48%;
height:44px;
}

.like_icon,
.hate_icon{
      padding: 10px 0;
      font-size: 16px;
}

.usefule_icon_area img {
    width: 16px;
}

.err_div_text{
  font-size: 17px;
   line-height:1.35;
   margin-top: 16px;

}

.category_seclect_sub {
  border-left: 1px solid #dadce2;
  width: 72%;
  border-top: none;
  box-sizing: border-box;
  min-width: 250px;
}

.faq_category_filter{
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-end;
}






}
