@charset "UTF-8"; 

/* start common */

.pc {
  display: block;
}

.sp {
  display: none;
}

.header-pc {
  display: block;
}

.header-sp {
  display: none;
}

#guide #aside .aside-category {
  padding: 15px 17px;
}

#guide #aside .aside-tit {
  padding-bottom: 15px;
}


/* end common */


/* start guide */
.an-jump{
    /* margin-top: -70px; */
    /* padding-top: 70px; */
    /* z-index: 1; */
}

.guide-container figure {
  margin: 0;
  padding: 1em;
}

.guide-block {
  background: #F6F7FA;
  border-radius: 7px;
  padding: 17px;
  box-sizing: border-box;
  margin-bottom: 20px;
  /* display: table; */ /**/
  width: 100%;
}

#guide_icon {
  background: #377db0;
}
.guide-line-wrap {
  padding-bottom: 20px;
  background: url(../img/guide/btm_line_container.png) no-repeat center bottom 32px;
  background-size: contain;
}

.guide-block.btm-line {
  position: relative;
  padding-bottom: 30px;
  ;
}
.guide-block.btm-line h3{
  color: #000000;
  
}

.guide-block.btm-line:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 8px;
  /* background: url(../img/guide/btm_line_small.png) repeat-x center bottom; */
  bottom: 15px;
  left: 0px;
}

.guide-tit {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
  font-weight: 700;
  box-sizing: border-box;
}



.guide-block .guide-sub-tit01 {
  font-weight: 700;
  /* margin-top: -70px; */
  /* padding-top: 70px; */
  color: #000000;
}

.guide-block .guide-sub-tit02 {
  font-weight: 700;
    margin-left: -10px;
}
  .guide-block .guide-sub-tit02:before {
      content: "";
      position: relative;
      display: inline-flex;
      left: 245px;
      margin-left: 12px;
  }

.guide-block .guide-block-in {
  /*display: flex;*/
  margin-top: 16px;
  /*background-color: #fff;*/
  /*border: 1px solid #ccc;*/
  box-sizing: border-box;
}


.guide-block .guide-sub-block {
  width: 265px;
  border/*-right*/: 1px solid #ccc;
  padding: 10px;
  box-sizing: border-box;
  /* cursor: pointer; */
    float: left;
    background: #fff;
}

/*.guide-block .guide-sub-block:nth-child(3n) {
  border-right: none;
}*/

.guide-block .guide-list {
  margin: 10px 0 0 5px;
  display: none;
}

.guide-block .guide-list:first-child {
  margin-left: 0;
}

.guide-block .guide-list li {
  margin-bottom: 8.5px;
}

.guide-block .guide-list li a {
  padding: 2px 5px 2px 20px;
  background: url(/img/guide/icon_arrow.gif) no-repeat 7px 8px;
  text-decoration: none;
}

.guide-block .guide-list li a:hover {
  opacity: 0.7;
}

.guide-block .guide-list-block {
  width: 265px;
  padding-left: 15px;
}

.guide-category-list {
  display: flex;
  flex-flow: wrap;
}

.guide-category-list li {
  width: 18.4%;
  margin-right: 2%;
  background: #fff;
  border-radius: 7px;
  /* padding: 0.5em; */
  box-sizing: border-box;
  text-align: center;
  height: 145px;
}

.guide-category-list li .guide-category-img img {
  margin: 0 auto;
}

.guide-category-list li:last-child {
  margin-right: 0;
}

.guide-category-list li:hover {
  border: 2px solid #aaa;
  box-sizing: border-box; 
}

.guide-category-list li a {
  color: #222222;
}

.guide-category-list li p {
  /* margin-top: 10px; */
  font-weight: 700;
}

.guide-category-list li:hover p {
  color: #e43c00;
}

.guide-contact-sec {
  margin-bottom: 15px;
  padding: 16px;
  box-sizing: border-box;
  border-radius: 7px;
  border: 2px solid #CDD3E5;
  text-align: center;
}

.guide-contact-tit {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 1rem;
}

.guide-contact-sec a {
  color: #E43C00 !important;
  text-decoration: underline !important;
}

.guide-contact-sec p {
  margin-bottom: 3px;
  line-height: 1.6;
}

.guide-contact-sec .contact_ttl {
  font-weight: bold;
  margin-top: 10px;
  text-decoration: underline;
  font-size: 1rem;
}

.guide-contact-sec .phone {
  font-weight: bold;
  font-size: 1.5rem;
  color: #E43C00;
}

#aside .aside-category ul.nav-category-list:last-child {
  margin-bottom: 0;
}

#aside .aside-category.guide-aside-category a.toggle-in {
  font-weight: 700;
}

#aside .aside-category.guide-aside-category ul.nav-category-list .inner.toggle-last li {
  line-height: 1.8;
}
.guide-top .anchor-area{
    margin-bottom: 1em;
  width: 100%;
}
.guide-top .anchor-area a {
    font-weight: 700;
    display: inline-block;
    width: 49%;
    margin-right: 1.6%;
    text-align: center;
    background-color: #f6f7fa;
    border-radius: 7px;
    border: solid 2px #cdd3e5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.5em 0;
}
.guide-top .anchor-area.bg-wh a {
     background-color: #ffffff;
    
}
.guide-top .anchor-area a:nth-last-of-type(1){
    margin-right: unset;
}

  


/* end guide */

/*start guideTV*/
.anchor-area.underlayer {
  background: #f6f7fa;
  padding: 1em 1em 1.5em;
  border-radius: 7px;
  margin-bottom: 1em;
}
.anchor-area.underlayer p{
  font-size: 1.5em;
  font-weight: 700;
  color: #377db0;
  margin-bottom: 1em;
}
.anchor-area.underlayer a{
  background: #ffffff;
  padding: 0.3em 0.5em;
  margin-right: 0.5em;
  border-radius: 7px;
  border: solid #167ac6 2px;
  box-sizing: border-box;
  color: #167ac6;
  font-weight: 700;
  margin-bottom: 0.5em;
  display: inline-block;
  }
.anchor-area.underlayer.three_width a{
  width: 26%;
  
}
.anchor-area.underlayer.three_width .vert-top-area{
  margin-top: -1.5em;
  margin-bottom: 1em;
}
.anchor-area.underlayer.three_width a.line_2{
  text-align: left;
  position: relative;
  top: 1.5em;
}
.anchor-area.underlayer.three_width a.line_2::after{
  content:"▶";
  position: absolute;
  top: 1em;
  left: 13em;
  
}
.anchor-area.underlayer.three_width a.line_2 span.chotai{
  min-width: 22em;
}
.anchor-area.underlayer a.now{
  background: #167ac6;
  color: #ffffff;
}
.anchor-area.underlayer.flex-list ul {
  display: inline-block;
  vertical-align: top;
  margin-left: 1em;
  line-height: 1em;
}
.anchor-area.underlayer.flex-list ul li a{
    width: auto;
}
.anchor-area.underlayer.flex-list ul li.list-child a {
  background: none;
  border: none;
  
  
}
li.list-child.child {
    padding-left: 1em;
}
.first-industry.first-industry-top h2{
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
    font-weight: 700;
    box-sizing: border-box;
    /* margin-top: 9px; */
}
.library{
  border: solid 2px #cdd3e5;
  padding: 1em;
  border-radius: 7px;
  box-sizing: border-box;
  margin-bottom: 2em;
  }
.library-2 h2.guide-sub-tit01 {
    margin-bottom: 0.5em;
    font-weight: 700;
    font-size: 1.5em;
    display: block;
    background: #167ac6;
    padding: 0.5em;
    border-radius: 5px;
    color: #ffffff;
}
.library h3{
   margin-bottom: 0.5em;
  padding-bottom: 0.5em;
   font-weight: 700;
  border-bottom: dashed 2px #cdd3e5;
  font-size: 1.5em;
   
}
.library h3.guide_sub_ttl-03 {
    margin: 1em 0;
    padding: 0.5em;
    font-weight: 700;
    border-bottom: dotted 1px #cccccc;;
    font-size: 1.2em;
    border-left: #377db0 solid 5px;
    background: #ededed;
    border-radius: 0 3px 3px 0;
}
.library h2.guide-sub-tit01{
   margin-bottom: 0.5em;
   padding-bottom: 0.5em;
   font-weight: 700;
   border-bottom: dashed 2px #cdd3e5;
   font-size: 1.5em;
   display: block;
}

.library.flex-area p{
  display: inline-block;
  width: 64%;
  vertical-align: top;
  }
.library.flex-area p.max-w{
  width: 100%;
  
}
.h-6em{
  min-height: 6em;
  
}
.library.flex-area img{
  width: 35%;
}
.library img.ff-img {
  width: 45%;
  margin-right: 9%;
}
.library img.ff-img:nth-last-child(1) {
  margin-right: 0;
}
.library img.half-img {
  width: 50%;
}
.library.full-area p{
  clear: both;
  
}
.library.full-area img{
  width: 100%;
}
.library.full-area img.half-img{
  width: 50%;
  margin: 1em 0;
}
.library img.flex-img {
  width: 49%;
  float:left;
  margin: 1em 0;
}
.library img.flex-img:nth-child(1n){
  margin-right: 1%;
}
table.library-tbl td{
  border: solid 1px #000000;
  padding: 0.5em 1em;
  margin-bottom: 1em;
}
table.library-tbl td:first-child{
  background: #cdd3e5;
  
}
.txt_img_flex-area {
    max-width: 100%;
    display: flex;
    margin-bottom: 1em;
}
.bg-yellow {
    background: #f5edce;
    padding: 1em;
    border-radius: 5px;
}
.txt_img_flex-area.eightyfive_fifteen .txt-area{
    width: 83%;
    margin-right: 2%;
}
.txt_img_flex-area.eightyfive_fifteen .img-area{
    width: 15%;
    height: auto;
    padding: 1em;
}

.txt_img_flex-area.eight_twenty .txt-area{
    width: 78%;
    margin-right: 2%;
}
.txt_img_flex-area.eight_twenty .img-area{
    width: 20%;
    height: auto;
    padding: 1em;
}
.txt_img_flex-area.seven_thirty .txt-area{
    width: 68%;
    margin-right: 2%;
}
.txt_img_flex-area.seven_thirty .img-area{
    width: 30%;
    height: auto;
    padding: 1em;
}
.library.full-area .w-fifty img{
    display: inline-block;
    width: 50%;
}

.img-area.w-fifty {
    margin-bottom: 1em;
}
.txt_img_flex-area.sixty_fory .txt-area{
    width: 58%;
    margin-right: 2%;
}
.txt_img_flex-area.sixty_fory .img-area{
    width: 40%;
    height: auto;
    padding: 1em;
}
.txt_img_flex-area.sixty_fory img{
    width: 100%;
    height: auto;
}
.txt_img_flex-area.seven_thirty img{
    width: 100%;
    height: auto;
}

/* 2024/4/12追加　50:50 */
.txt_img_flex-area.fifty_fifty .txt-area{
  width: 48%;
  margin-right: 2%;
}
.txt_img_flex-area.fifty_fifty .img-area{
  width: 50%;
  height: auto;
  padding: 1em;
}

.txt_img_flex-area.two-img p{
    width: 45%;
}
.txt_img_flex-area.two-img img{
    width: 27.5%;
}
.border_ttl-04 {
    text-align: center;
    display: inline-block;
    padding: 0.3em 1em;
    border: solid 1px #000000;
    font-weight: 500;
    margin: 1em 0;
}
.bg-yellow .border_ttl-04{
  margin: 0 0 1em 0;
}
.flex-area{
    display: flex;
    margin-bottom: 1em;
}
.library.flex-area{
  display: block;
}
.flex-area.fifty_fifty .flex-child {
    width:49%;
    margin-right: 2%;
}
.flex-area.fifty_fifty .flex-child:nth-child(2){
    margin-right: unset;
}
img.img-border {
  border:solid 1px #cccccc;
}
.padding-1em img{
    padding: 1em;
}
.border_text-orange {
    border: solid 1px #e43c00;
    padding: 0.5em;
    border-radius: 3px;
    margin: 0.5em 0;
    color:#e43c00;
    font-size: 12px;
    
}
.flex-child.block a.wh-btn{
    display: block;
    width: 80%;
    margin: 1em auto;
    padding: 0.5em 0;
    border: solid #cdd3e5 2px;
    border-radius: 5px;
    text-align: center;
}
.library.full-area  .accessories {
    margin-bottom: 20px;
    background: unset;
    padding: unset;
    border-radius: 7px;
}

/*start 地上デジタル放送について*/

.suport_uhf_tbl-area {
    width: 100%;
}
.suport_uhf_tbl-area th,.suport_uhf_tbl-area td{
    border: solid 1px #000000;
    padding: 0.5em;
}
.suport_uhf_tbl-area th{
    background: #d0ecfa;
    font-weight: 700;
    width: 15%;
    text-align: center;
}
.library.full-area .suport_uhf_tbl-area img{
    width: 250px;
}
.flex-area-in.suport_uhf-table-area_2 {
    width: 47.5%;
    
    
}
.flex-area-in.suport_uhf-table-area_3{
  width: 31%;
}
.flex-area-in.suport_uhf-table-area_2 table,
.flex-area-in.suport_uhf-table-area_3 table{
    border: solid 1px;
  margin: 1em 0;
    
}
.flex-area-in.suport_uhf-table-area_2:nth-of-type(1){
    margin-right: 5%;
}
.flex-area-in.suport_uhf-table-area_3:nth-of-type(1),
.flex-area-in.suport_uhf-table-area_3:nth-of-type(2){
    margin-right: 3.5%;
}
.flex-area-in.suport_uhf-table-area_2 th,
.flex-area-in.suport_uhf-table-area_2 td,
.flex-area-in.suport_uhf-table-area_3 th,
.flex-area-in.suport_uhf-table-area_3 td{
    border: solid 1px #000000;
    padding: 0.5em 1em;
}
.flex-area-in.suport_uhf-table-area_2 th,
.flex-area-in.suport_uhf-table-area_3 th{
    text-align: center;
    background: #d0ecfa;
    font-weight: 700;
}
.flex-area-in.suport_uhf-table-area_2 td:nth-of-type(1),
.flex-area-in.suport_uhf-table-area_3 td:nth-of-type(1){
    width: 50%;
    border: none;
}


/*end 地上デジタル放送について*/
/*START 機器の特徴と使用方法について*/
.library.full-area .chart_btn-area a img{
    width: 16%;
}
.library.full-area .chart_btn-area a {
    margin-right: 4.5%;
    
}

.library.full-area .chart_btn-area a:nth-child(5){
    margin-right: 0;
}
.bg-light_blue {
    background: #38beef29;
    padding: 1em;
}
.library h3.guide_sub_ttl-03.booster-h3{
    margin-top: 1em;
    border-left: none;
    color: #ffffff;
    border-radius: 3px;
    /* padding: 0.5em; */
  border-bottom: unset;
}
.library h3.guide_sub_ttl-03.booster-h3#takujo01 {
    background: #0068b7;
}
.library h3.guide_sub_ttl-03.booster-h3#okugai01 {
    background: #44b43c;
}
.library h3.guide_sub_ttl-03.booster-h3#kanrisya01 {
    background: #f08200;
}
.library h3.guide_sub_ttl-03.booster-h3#catv01 {
    background: #814d9c;
}

.library h3.guide_sub_ttl-03.booster-h3#takujo01::before {
   content: "A";
    margin-right: 0.5em
}
.library h3.guide_sub_ttl-03.booster-h3#okugai01::before {
    content: "B";
    margin-right: 0.5em
}
.library h3.guide_sub_ttl-03.booster-h3#kanrisya01::before {
    content: "C";
    margin-right: 0.5em
}
.library h3.guide_sub_ttl-03.booster-h3#catv01::before {
    content: "D";
    margin-right: 0.5em
}
.library h4.guide_sub_ttl-03.bd-44b43c{
  margin: 1em 0;
  padding: 0.5em;
  font-weight: 700;
  border-bottom: none;
  font-size: 1.2em;
  border-left: #44b43c solid 5px;
  background: #ededed;
  border-radius: 0 3px 3px 0;
  border-bottom: dotted 1px #cccccc;
}
.add_anker-area {
    margin: 1em 0;
    text-align: center;
  width:100%;
}
.add_anker-area a{
    display: inline-block;
    border-bottom: solid 1.5px;
    font-weight: 600;
    margin-right: 0.5em;
    
}

.add_anker-area a::after{
    content: "▼";
}
@media screen and (max-width: 480px) {
.library.full-area .chart_btn-area a {
	margin-right: 3.3%;
    
}
.txt_img_flex-area.eight_twenty .txt-area{
    width: 100%;
    margin-right: 0;
}
.txt_img_flex-area.eight_twenty .img-area{
    width: 100%;
    padding: 1em;
}
	.txt_img_flex-area.eightyfive_fifteen .txt-area{
    width: 100%;
    margin-right: 0;
}
.txt_img_flex-area.eightyfive_fifteen .img-area{
    width: 100%;
    padding: 1em;
}
.txt_img_flex-area.fifty_fifty .txt-area {
  width: 100%;
  margin-right: unset;
}
.txt_img_flex-area.fifty_fifty .img-area {
  width: 100%;
}

}

/*END 機器の特徴と使用方法について*/


/*end guideTV*/

/* start guide-detail */

.guide-detail .guide-tit:before {
  background: url(../img/guide/user_guide_icon.png) no-repeat left center;
}

.guide-detail .guide-block.member-info {
  margin-bottom: 35px;
}

.guide-detail .first-term-users {
  margin-bottom: 35px;
}

.guide-detail .about-shopping {
  margin-bottom: 35px;
}

.guide-detail .guide-tit.first-term-users-tit {
  margin-bottom: 14px;
}

.guide-detail .guide-tit.first-term-users-tit:before {
  background: url(../img/guide/first_time_user_tit_icon.png) no-repeat left center
}

.guide-detail .guide-tit.about-shopping-tit {
  padding-left: 35px;
}

.guide-detail .guide-tit.about-shopping-tit:before {
  width: 33px;
  background: url(../img/guide/about_shopping_tit_icon.png) no-repeat left center
}

.guide-detail .guide-detail-block {
  display: block;
  margin-top: 20px;
  background-color: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.guide-detail .guide-detail-box {
  padding: 9px 45px 14px 18px;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}

.guide-detail .guide-detail-box:last-child {
  border-bottom: none;
}

.guide-detail .guide-detail-txt {
  margin-top: 10px;
  line-height: 1.7;
}

.guide-detail .guide-detail-row {
  margin: 20px -10px;
}

.guide-detail .guide-img-list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.guide-detail .guide-img-list li {
  width: 40%;
  margin-right: 2.5%;
}

.guide-detail .guide-img-list li:nth-child(2n) {
  margin-right: 0;
}

.guide-detail .guide-img-list li img {
  width: 100%;
}

.guide-detail .guide-detail-line {
  position: relative;
}

.guide-detail .guide-detail-line:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 8px;
  background: url(../img/guide/btm_line_small.png) repeat-x center bottom;
  bottom: 30px;
  left: 0px;
}

.guide-detail .guide-detail-box.guide-detail-line-box {
  padding-bottom: 30px;
}


/* end guide-detail */


/* start guide faq */

.guide-faq {
  margin-bottom: 20px;
}

.guide-container a.user-guide-top {
  float: right;
  color: #222222;
  text-decoration: underline;
  font-weight: 700;
  margin-top: 4px;
  margin-right: 15px;
}

.guide-container .faq-block {
  padding: 20px;
  border-bottom: 1px solid #CCCCCC;
}

.guide-faq .guide-tit {
  padding-left: 34px;
}

.guide-faq .guide-tit:before {
  width: 34px;
  height: 34px;
  background: url(../img/guide/guide_faq_tit_icon.png) no-repeat left center;
}

.guide-faq .guide-block .guide-sub-tit01 {
  margin-bottom: 15px;
  color: #ffffff;
  background: #167ac6;
  padding: 0.5em 0 0.5em 0.5em;
  border-radius: 5px;
}
.guide-faq .guide-block .guide-sub-tit01.ttl-lbl-04{
  margin-bottom: 15px;
  color: #000000;
  background: #ffffff;
  padding: 0.5em 0 0.5em 0.5em;
  border-radius: 5px 5px 0 0;
  border-bottom:solid 2px #167ac6;
  font-size: 1.2em;
  
}
.guide-faq-sub-tit03.ttl-lbl-05{
  background: #cdd3e5;
  padding: 0.3em 0.5em;
  border-radius: 5px;
}
.guide-faq-sub-tit03{
    font-size: 1em;
    font-weight: 700;
  padding: 0 0 0 0.5em;

    margin-bottom: 0.5em;
}
.guide-faq-sub-tit03.ttl-lbl-03 {
    background: #ffffff;
    padding: 0.3em;
    border-radius: 0 5px 5px 0;
    border-left: 5px solid #167ac6;
    border-bottom: dotted 1px #e1e1e1;
    font-size: 1.2em;
}


.guide-faq .guide-block .guide-faq-block-in {
  padding: 15px 15px 10px 15px;
  box-sizing: border-box;
  display: block;
  background: #fff;
  border: 1px solid #CCCCCC;
  border-bottom: none;
}
.bottom-hr{
    padding-top: 15px;
    border-top: 1px solid #cccccc;

}

.guide-faq .guide-block .guide-faq-block-in:last-child {
  border-bottom: 1px solid #CCCCCC;
}

.guide-faq .guide-block .guide-list {
  width: 47%;
  float: left;
  margin-right: 2%;
}

.guide-faq .guide-block .guide-list:last-child {
  margin-right: 0;
}

.guide-faq .guide-question {
  position: relative;
  margin-bottom: 10px;
  /* padding-bottom: 18px; */
  font-weight: 700;
  /* border-bottom: 1px dotted #999999; */
  padding-left: 33px;
  letter-spacing: -1.5px;
  box-sizing: border-box;
  /* margin-top: -70px; */
  /* padding-top: 70px; */
}

.guide-faq .guide-question:before {
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(../img/guide/guide_question_icon.png) no-repeat left top;
}

.guide-faq .guide-answer {
  position: relative;
  padding-left: 33px;
  box-sizing: border-box;
word-break: break-all;
}

.guide-faq .guide-answer:before {
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(../img/guide/guide_answer_icon.png) no-repeat left top;
}
 .q-anker-area {
    display: flex;
    font-size: 0.5em;
    margin-bottom: 20px;
    background: #ffffff;
    border: solid 2px #377db0;
    border-radius: 7px;
    padding: 1em;
    
}
.q-anker-area .q-anker-childe a{
    display: inline-block;
    border-bottom: solid 1px;
    margin-bottom :0.6em;
    
}
.q-anker-area .q-anker-childe a::after{
    content:"▼";
	font-size: 0.5em;
    
}
	 .q-anker-childe:nth-child(1) {
    margin-right: 1em;
}
summary::marker {
  content: none;
  content: "";
  
}
/*IOS用*/
summary::-webkit-details-marker {
  display:none;
  
}

	 summary{
		 cursor: pointer;
	 }
.arrow::after {
	content: "";
	cursor: pointer;
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #377db0;
	border-right: 2px solid #377db0;
	transform: rotate(45deg);
	transition: all 0.3s;
	margin-left: 0.5em;
	}

.arrow.rotate::after  {
	transform: rotate(135deg);
	}
.guide_img-area.flex-area:nth-childe(2) {
    display: flex;
}
.guide_img-area.flex-area img{
    width: 45%;
   margin: 1em 1em 0 1em;
}
	.guide_img-area{
		max-width: 723px;
      padding: 1em;
	}
.guide_img-area img{
		width: 100%;
	}
.guide_img-area img.smaller-img{
		width: 60%;
	}
img.txin_img {
    height: 2em;
}

.guide-faq .guide-answer a {
    color: #003780;
}


.guide-faq .guide-answer ul {


  margin-top: 10px;
}

.guide-faq .guide-answer ul.faq-list-circle {
  margin-top: 0;
  margin-left: 20px;
}

.guide-faq .guide-answer ul.faq-list-circle li {
  text-indent: -12px;
}

.anchor {
  display: block;
  height: 65px;
  margin-top: -65px;
  visibility: hidden;
}

a[href^="tel:"] {
  display: block;
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

a.foot-tel {
  font-weight: 700;
  color: #E43C00;
}

.guide-answer table td.file_list {
    width: auto;
    padding: 2px 10px;
    border: 1px solid #cccccc;
    background-color: #f2f2f2;
}
.guide-answer table td.download {
    width: auto;
    padding: 2px 20px;
    border: 1px solid #cccccc;
}

/* end guide faq */

@media screen and (max-width: 1100px) {
  #header .h-inner {
    max-width: 100%!important;
  }
  #header .h-nav .logo {
    /* width: 16%; */
    /* margin-right: 2%; */
  }
  #header .h-nav .h-nav-list {
    /* width: 80%; */
    /* justify-content: flex-end; */
  }
  #header .sub-menu-parent {
    width: 116px !important;
  }
  #header .h-nav-list li.font .switch {
    width: 26px;
    height: 15px;
  }
  #header .h-nav-list li.font .slider:before {
    height: 11px;
    width: 11px;
    left: 2px;
  }
  #header .h-nav-list li.font .slider.round {
    padding: 7px;
  }
  /* footer */
  .block-copyright {
    padding: 0;
    border-top: none;
  }
  .block-copyright>.container {
    padding: 12px 0;
    background: #18003B;
    border-top: 1px solid #ffffff;
  }
  /* guide */
  .guide-line-wrap {
    width: 1100px;
  }
}

@media screen and (max-width: 1100px) and (min-width: 769px) {
   /* .container {
    padding: 0 10px;
    box-sizing: border-box;
  }
  #footer .container {
    padding: 0;
  }
  #footer .block-copyright>.container {
    padding: 12px 0;
  }
  .block-footer {
    padding: 32px 7px 25px 10px;
  }
  #guide #main {
    max-width: 832px;
    width: 75%;
  }
  #guide #aside {
    max-width: 250px;
    width: 23%;
  }*/
}

@media screen and (max-width: 768px) {
  /* header */
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  a[href^="tel:"] {
    display: block;
    color: inherit;
    pointer-events: auto;
  }
  .header-pc {
    display: none !important;
  }
  #guide #main {
    width: 100%;
    float: none;
  }
  #guide #aside {
    width: 100%;
    float: none;
  }
  .guide-top .anchor-area a {
    width: 48%;
}
  
  .container {
    width: 100%;
    padding: 70px 2% 0;
    box-sizing: border-box;
  }
  #breadcrumbs .navitopicpath_ {
    margin-left: 0;    
  }
  body {
    font-family:'Ubuntu','Hiragino Kaku Gothic Pro','Meiryo','MS PGothic','Pro W3','ヒラギノ角ゴ','メイリオ','ＭＳ Ｐゴシック',sans-serif;
  }
  div {
    max-width: initial;
  }
  .clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }
  .wrapper {
    overflow: hidden;
  }
  .txt_img_flex-area {
    width: 100%;
    display: block;
    margin-bottom: 1em;
}
  .library.full-area .w-fifty img {
    display: inline-block;
    width: 100%;
}
.txt_img_flex-area.eight_twenty .txt-area{
    width: 100%;
    margin-right: 0;
}
.txt_img_flex-area.eight_twenty img{
  width: 80%;
  padding: 0;
  margin: 1em 10%;
}
  .txt_img_flex-area.sixty_fory .img-area {
    width: 100%;
}
  .border_ttl-04 {
    width: 100%;
}
  .flex-area{
    display: block;
  }
  .flex-area.fifty_fifty .flex-child {
    width: 100%;
    margin-right: 0;
}


  /* aside */
  #guide #aside {
    margin-bottom: 20px;
  }
  #guide #aside .aside-BN01 {
    text-align: center;
  }
  #guide #aside .aside-BN02 {
    text-align: center;
  }
  /* footer */
    #footer .container {
    padding: 0 15px;
  }
  .left_menu-if.qa-area {
    margin: 0 auto;
}
  
  .block-footer {
    padding: 32px 0 10px 0;
    background: #18003B;
  }
  .block-footer-left {
    float: none;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .block-footer-right {
    float: none;
    width: 100%;
  }
  .block-footer-box {
    float: left;
    width: 48%;
    margin-right: 0;
    margin-bottom: 40px;
    padding-left: 0;
    box-sizing: border-box;
  }
  .block-footer .block-footer-box:nth-child(even) {
    float: right;
    padding-left: 10px;
    box-sizing: border-box;
  }
  .block-footer p {
    font-size: 15px;
    font-weight: 600;

    line-height: 1.5;
  }
  .block-footer ul li a {
    color: #fff;
    font-size: 13px;
  }
  .block-footer-box ul li {
    padding-bottom: 0;
  }
  .block-footer-right ul {
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
  }
  .block-footer-right p:last-child {
    font-size: 33px;
  }
  a.foot-tel {
    color: #E43C00;
  }
  .copyright-item {
    float: none;
    display: block;
    margin-bottom: 15px;
    font-size: 12px;
  }
  .copyright-item ul {
    text-align: center;
  }
  .copyright-right {
    float: none;
    margin-left: 0;
    font-size: 11px;
    text-align: center;
  }
  /* start guide */
  .mt70 {
    margin-top: 70px;
  }
  #guide .container.mt90 {
    margin: 75px auto 0;
  }
  .guide-container {
    margin-top: 0;
  }
  .guide-block.btm-line {
    position: relative;
    padding-bottom: 30px;
  }
  .guide-block.btm-line:before {
    content: "";
    position: absolute;
    width: 108%;
    height: 8px;
    background: url(../img/guide/btm_line_small_sp.png) repeat-x center bottom;
    bottom: 17px;
    left: -10px;
  }
  .guide-line-wrap {
    width: 100%;
    background: none;
  }
  .guide-block {
    padding: 13px;
  }
    
  .guide-tit {
    display: block;
    margin-bottom: 20px;
    box-sizing: border-box;
    font-size: 20px;
    text-align: center;
  }
  .guide-tit:before {
    top: 55%;
    transform: translateY(-50%);
    left: inherit;
  }
  .guide-top .guide-tit:before {
    margin-left: -20px;
    width: 17px;
    height: 23px;
    background: url(../img/guide/user_guide_icon.png) no-repeat left center;
    margin-left: -20px;
    background-size: contain;
  }
  .guide-detail .guide-tit:before {
    width: 17px;
    height: 23px;
    background: url(../img/guide/user_guide_icon.png) no-repeat left center;
    margin-left: -20px;
    background-size: contain;
    left: inherit;
  }
  .guide-block .guide-sub-tit01 {
    text-align: left;
  }
  .guide-block .guide-sub-tit02 {
    text-align: left;
    cursor: pointer;
  }   
  .guide-block .guide-sub-tit02:after {
      content: "▼";
      position: absolute;
      right: 40px;
  }
    .guide-block .guide-sub-tit02:before {
        display: none;
    }
    
  .guide-block .guide-block-in {
    display: block;
    margin-top: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-sizing: border-box;
  }
    
  .guide-block .guide-sub-block {
    width: 100%;
    padding: 15px;
    /*border-right: none;
    border-bottom: 1px solid #ccc;*/
  }
  
  
  .guide-block .guide-sub-block:nth-child(1n) , .guide-block .guide-sub-block:nth-child(2n){
  border-top: none;
}

  
  .guide-block .guide-sub-block:last-child {
   /* border-bottom: none; */
  }
  .guide-block .guide-list li {
    margin-bottom: 10px;
  }
  .guide-block .guide-list li a {
    font-size: 13px;
  }
  .guide-block .guide-list-block {
    width: 100%;
  }
  .guide-container figure {
    padding: 0;
  }
  .guide-category-list li {
    /* padding: 7px; */
    height: initial;
  }
  .guide-category-list li:last-child {
    margin-right: 0;
  }
  .guide-category-list li figure {
    width: 60%;
    margin: 0.6em auto;
  }
  .guide-category-list li p {
    padding: 0.6em;
    font-size: 11px;
    line-height: 1.2;
  }
  .guide-category-list li:first-child figure img {
    margin-top: 0;
  }
  .guide-contact-sec {
    margin-bottom: 20px;
  }
  .guide-contact-sec p {
    text-align: left;
    font-size: 14px;
  }
  #aside .aside-category.guide-aside-category {
    padding: 15px;
  }
  #aside .guide-aside-category .aside-tit {
    text-align: center;
    padding-bottom: 12px;
      font-weight: bold;
      font-size: 16px;
  }
  #aside .guide-aside-category .aside-category-sec {
    display: block;
  }
  #aside .aside-category.guide-aside-category .toggle-last {
    padding: 5px 0 5px 25px;
  }
  #aside .aside-category.guide-aside-category ul.nav-category-list .inner.toggle-last li {
    border-top: none;
    line-height: 2;
    font-size: 13px;
  }
  #aside .aside-category.guide-aside-category .nav-cat-tit {
    font-size: 14px;
  }
  #aside .aside-category.guide-aside-category a.toggle-in {
    font-size: 13px;
    font-weight: 700;
  }
  #aside .guide-aside-category .aside-tit a.toggle-in {
    font-size: 16px;
  }
  /* end guide */
  /* start guide-detail */
  .guide-detail .guide-tit {
    display: block;
    margin-bottom: 5px;
  }
  .guide-detail .guide-tit.first-term-users-tit {
    margin-bottom: 18px;
  }
  .guide-detail .guide-tit.first-term-users-tit:before {
    margin-left: -28px;
    width: 25px;
    height: 27px;
    background: url(../img/guide/first_time_user_tit_icon.png) no-repeat left center;
    background-size: contain;
  }
  .guide-detail .guide-tit.about-shopping-tit {
    margin-bottom: 18px;
  }
  .guide-detail .guide-tit.about-shopping-tit:before {
    width: 30px;
    height: 27px;
    margin-left: -35px;
    background: url(../img/guide/about_shopping_tit_icon.png) no-repeat left center;
    background-size: contain;
  }
  .guide-detail .guide-detail-block {
    margin-top: 15px;
  }
  .guide-detail .guide-detail-box {
    padding: 15px 15px 35px;
  }
  .guide-detail .guide-detail-txt {
    font-size: 13px;
  }
  .guide-detail .guide-detail-row {
    margin: 0;
  }
  .guide-detail .guide-img-list {
    display: block;
    margin: 35px 0 0;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .guide-detail .guide-img-list li {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    margin-right: 0;
  }
  .guide-detail .guide-img-list li:last-child {
    margin-bottom: 0;
  }
  .guide-detail .guide-block.member-info {
    margin-bottom: 40px;
  }
  .guide-detail .first-term-users {
    margin-bottom: 40px;
  }
  .guide-detail .about-shopping {
    margin-bottom: 0;
  }
  .guide-detail .guide-detail-line {
    position: relative;
  }
  .guide-detail .guide-detail-line:before {
    width: 130%;
    background: url(../img/guide/btm_line_small_sp.png) repeat-x center bottom;
    bottom: 20px;
    left: -25px;
  }
  .guide-detail .guide-detail-line.detail-line-txt {
    padding-bottom: 20px;
  }
  .guide-detail .guide-detail-line.detail-line-txt:before {
    bottom: 12px;
  }
  /*start TVbasic*/
  .anchor-area.underlayer {
    background: #f6f7fa;
    padding: 1em;
    border-radius: 7px;
    display:  none;
}
  .anchor-area.underlayer a {
    display: inline-block;
    width: 100%;
    margin-bottom: 1em;
    text-align: center;
  }
  .first-industry.first-industry-top h2 {
    font-size: 18px;
  }
  .library h3{
    font-size: 14px;
  }
  .library.flex-area p {
    width: 100%;
}
  .library.flex-area img {
    width: 100%;
}
  .library img.ff-img {
    width: 45%;
    margin-right: 8%;
}
  .library img.ff-img:nth-last-child(1) {
    width: 45%;
    margin-right: 0;
}
  .library img.half-img {
    width: 100%;
}
  .txt_img_flex-area.seven_thirty .txt-area {
    width: 100%;
    margin-right: 0;
}
  .txt_img_flex-area.seven_thirty .img-area {
    width: 100%;
}
  .txt_img_flex-area.sixty_fory .txt-area {
    width: 100%;
    margin-right: 0;
}
  .suport_uhf_tbl-area table{
    position: relative;
  }

  .suport_uhf_tbl-area th {
    position: absolute;
    display: block;
    width: 100%;
    left:0;
    
}
  .suport_uhf_tbl-area th::after{
    content: "";
    display: block;
    padding-top: 1%;
    
}
  .suport_uhf_tbl-area td{
    display: flex;
    
  }
  .suport_uhf_tbl-area td:nth-child(2n){
    margin-top: 2.5em;
    border-bottom: 0;
    
  }
  .suport_uhf_tbl-area td+td{
    margin-bottom: 1em;
    
  }

  .library.full-area .suport_uhf_tbl-area img {
    width: 45%;
    margin: 0 auto;
}

  .flex-area-in.suport_uhf-table-area_2,
  .flex-area-in.suport_uhf-table-area_3{
    width: 100%;
}
  .flex-area-in.suport_uhf-table-area_2:nth-of-type(1),
  .flex-area-in.suport_uhf-table-area_3:nth-of-type(1) {
    margin-right: 0;
}
  /* end guide-detail */
  /* start guide faq */
  .guide-faq .guide-tit {
    margin-bottom: 5px;
    padding-left: 0;
  }
  .guide-faq .guide-tit:before {
    width: 30px;
    height: 30px;
    background: url(../img/guide/guide_faq_tit_icon.png) no-repeat left center;
    background-size: contain;
    margin-left: -38px;
  }
  .guide-container a.user-guide-top {
    float: none;
    display: block;
    width: 115px;
    margin: 0 auto 20px;
    font-size: 12px;
    text-align: center;
  }
  .guide-container .faq-block {
    padding: 15px;
  }
  .guide-faq .guide-block .guide-faq-block-in {
    padding: 15px;
  }
  .guide-faq .guide-block .guide-list {
    width: 100%;
    float: none;
    margin: 0;
    padding: 10px 0 0 15px;
    box-sizing: border-box;
  }
  .guide-faq .guide-block .guide-list:last-child {
    padding-top: 0;
  }
  .guide-faq .guide-question {
    padding-bottom: 15px;
    font-size: 15px;
    padding-left: 30px;
  }
  .guide-faq .guide-question:before {
    background: url(../img/guide/guide_question_icon.png) no-repeat left top;
    background-size: 85%;
  }
  .guide-faq .guide-answer {
    padding-left: 30px;
    font-size: 13px;
    word-break: break-all;
  }
  .guide-faq .guide-answer:before {
    background: url(../img/guide/guide_answer_icon.png) no-repeat left top;
    background-size: 85%;
  }
  /* end guide faq */
    
    #aside .aside-category ul.nav-category-list .inner.show li {
        display: grid;
    }
  .guide_img-area.flex-area img{
    width: 100%;
   margin: 0.5em 0;
}
}

*:focus {
outline: none;
}



 /************** add **************/
 .guide-sub-tit02{
	pointer-events: none;
}

.guide-block .pc-close{
display: block;
}




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

.guide-sub-tit02{
	pointer-events: all;
}

.guide-block .pc-close{
display: none;
}

.guide-container {
   /* padding: 70px 10px 0;*/
    padding: 0px 10px 0;
}

.catalog-area-box .catalog-group {
    width: 90%;
    margin-bottom: 10px;
}

}




/********　商品サポートTOP　**********/
.support_tit{
	position: relative;
    display: inline-block;
    margin-bottom: 25px;
    font-weight: 700;
    box-sizing: border-box;
}
a.support_category{
  display: inline-block;
  width: 85%;
}
.guide_top-ttl-02{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0.5em;
}

.support_category-block.item-flex{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 900px;
}
			  
.support_category-block{
    /* padding: 25px 0px 0px 0px; */
    border-radius: 7px;
}
.support_category-block .item{
	text-align: center;
	width: 32%;
	margin: 0 2% 20px 0;
	background: #ffffff;
	padding: 0 0 1em 0;
	border-radius: 10px;
	box-shadow: 0 0 10px rgb(0 0 0 / 15%);
	box-sizing: border-box;
	border: solid 2px #cdd3e5;
}
.support_category-block .item:nth-of-type(3n){
  margin: 0 0 20px 0;
  
}
	
.support_category-block .item p{
		margin-top: 10px;
}
	
.support_category-block .item span{
	font-size: 20px;
}
	
.support_category-block .item ul{
	margin-left: 20px;
 }
			  
.support_category-block .item ul li{
	/* float: left; */
	text-align: left;
	list-style: none;
	line-height: 26px;
	margin-right: 20px;
}
.support_category-block .item ul li a {
    color: #003780;
    text-decoration: none;
}
p.support_category.item-ttl {
    padding: 5px 0;
    border-radius: 7px 7px 0 0;
    background: #cdd3e5;
    text-align: center;
    font-weight: bold;
    margin: 0 0 0.5em 0;
    color: #000000;
    /* border: solid 1px #bdd1e0; */
}
a.support_category{
    padding: 0.5em 1em;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    border-radius: 7px;
    background: #377DB0;
    text-align: center;
    font-weight: bold;
    margin: 0.5em 0 0.5em 0;
    color: #ffffff;
}
li.line_2 a span.chotai {
    font-size: 0.9em;
    display: inline-block;
    line-height: 1em;
    transform: scale(0.6,1);
    transform-origin: top left;
    min-width: 24em;
    padding-left: 1em;
}
.chotai {
    font-size: 0.9em;
    display: inline-block;
    line-height: 1em;
    transform: scale(0.6,1);
    transform-origin: top left;
    min-width: 24em;
}

.support_category-block .item ul li.line_2 {
    line-height: 1.2em;
    margin-bottom: 0.7em;
}

.support_contact_sec {
    margin-bottom: 30px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 7px;
    text-align: center;
    display: inline-block;
    background-color: #CDD3E5;
	width: 100%;
}
			  
.support_contact_sec .footer_customer {
    width: 660px;
    display: block;
    margin: 0 auto;
    float: inherit;
}
	
.support_contact_sec .footer_ec{
	float: right;
    padding-top: 0;
    width: 123px;
}
.support_contact_sec .footer_customer h3{
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}
.support_contact_sec .footer_customer ul{
	margin: 0;
	display: block ;
	overflow: hidden;
    list-style: none;
}
.support_contact_sec .footer_customer ul li{
	float: left;
	font-weight: normal;
	color: #222222;
	margin-right: 10px;
}
	
.support_contact_sec .footer_customer_cont {
    text-align: left;
    border-radius: 7px;
    padding: 10px 0 10px 20px;
    display: inline-block;
    float: left;
    line-height: 1.7em;
    color: #222222;
    background-color: #CDD3E5;
}
	
.support_contact_sec .footer_customer_cont span{
	color: #222222 !important;
	font-weight: normal;
	font-size: 12px;
}
	
.support_contact_sec .footer_customer_cont .footer_tel1{
	font-size: 24px;
	font-weight: bold;
	color: #25408B;
	padding: 6px 0 0 10px;
}

.support_contact_sec .footer_customer_cont .footer_tel1 img{
	vertical-align: middle;
}
.support_contact_sec .footer_customer_cont .footer_tel2{
	font-size: 16px; font-weight: bold; color: #E43C00;
}
.support_contact_sec .footer_customer_cont .footer_tel2 img{
	vertical-align: inherit;
}

/******** mailmaga**********/
.customer_.mailmaga_page{
margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

/************sp************/
@media screen and (max-width: 480px) {
#footer .container:nth-child(2n) {
    display: none;
}


#aside {
    margin: 20px 0;
    padding: 0px;
}


.support_tit{
	font-size: 121%;
    color: #222;
    margin-bottom: 0px;
    width: auto;
    font-weight: bold;
    line-height: 130%;
    display: inline-block;
}

.support_contact_sec {
    margin-bottom: 0px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 7px;
    text-align: center;
    display: inline-block;
    background-color: #CDD3E5;
	width: 100%;
}

.support_category-block.item-flex {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: auto;
}

.support_category-block {
    padding: 10px 0px 0px 0px;
    border-radius: 7px;
}
	
.support_category-block .item {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    margin: 0 0 20px 0;
}
	
.support_category {
    display: inline-block;
    width: 100%;
    padding: 10px;
    margin: 0 5px 10px 5px;
}
.support_contact_sec .footer_customer {
    width: auto;
    display: block;
    margin: 0 auto;
}

.support_contact_sec .footer_customer_cont {
    text-align: left;
    border-radius: 7px;
    padding: 0px;
    display: inline-block;
    float: left;
    line-height: 1.7em;
    color: #222222;
}
	
.support_contact_sec .footer_ec{
	display: none;
}
	

}

 /************** ���i�ʃT�|�[�g�A�v�� **************/
 
.support_app {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.support_app .app_img {
text-align: left;
    width: 16%;
margin-bottom: 10px;
}

.support_app .app_img img {
    width: 85%;
}

.support_app .app_txt {
    text-align: left;
    width: 84%;
margin-bottom: 10px;
}

.support_app .app_txt p{
margin-bottom: 10px;
}
.support_app .app_qr {
    text-align: left;
    width: 50%;
}

.pc_only_qr {
    display: initial;
}
.if_movie-area iframe{
    display: inline-block;
    width: 530px;
    height: 300px;
    margin: 1em 0;
    
}

.support_movie {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    background-color: #eeeeee;
    padding: 20px;
    border-radius: 7px;
}

.support_movie .movie_img {
    text-align: left;
    width: 40%;
}

.support_movie .movie_txt {
	text-align: left;
	width: 60%;
	line-height: 24px;
}

.support_movie .movie_img button {
    width: 250px;
}
.left_menu-if {
    position: relative;
    width: 250px;
    height: 1040px;
}
.left_menu-if iframe{
    position: absolute;
    width: 100%;
    height: 1150px;
}
.left_menu-if.qa-area  {
    position: relative;
    width: 250px;
    height: 1460px;
}
.left_menu-if.qa-area iframe {
    position: relative;
    width: 250px;
    height: 1460px;
}


@media (max-width: 480px){
.support_app .app_img {
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
}

.support_app .app_txt {
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
}

.support_app .app_qr {
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
}

.pc_only_qr {
    display: none;
}

.support_movie .movie_img {
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
}

.support_movie .movie_txt {
	text-align: left;
	width: 100%;
	line-height: 24px;
}

.support_movie .movie_img button {
    width: auto;
}
.guide_img-area img.smaller-img{
		width: 100%;
	}
}


/********カタログから探す**********/

.catalog-area-box {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}
.catalog-area-box .catalog-group h3 {
font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin: 0;
    padding: 0 0 10px 0;
}
.catalog-area-box .catalog-group-sub h3{
    font-size: 17px;
    font-weight: bold;
    text-align: left;
    margin: 0;
    padding: 0 0 10px 0;
    height: 38px;
}
	.catalog-group-sub img {
    width: 92%;
 }
/*リーフリンクボタン*/
.leaf_link-area{
  width: 100%;
  
}
.leaf_link-area a{
  display: inline-block;
  text-align: center;
  padding: 1em 0;
  width: 100%;
  background: #18003b;
  color: #ffffff;
  border-radius: 7px;
}
.leaf_link-area a::after{
  content:"　▶";
  
}

 /*Newアイコン*/
 .catalog-group:first-child::before {
  display: inline-block;
  content : "NEW";
  background : #e43c00;
  color: #ffffff;
  border-radius: 12px;
  font-size : 12px;
  line-height : 1;
  padding : 2px 10px;
  position: absolute;
  left: 0;
  top:-1.5em;
}

.catalog-group-sub.second-area:first-child::before {
  display: inline-block;
  content : "NEW";
  background : #e43c00;
  color: #ffffff;
  border-radius: 12px;
  font-size : 12px;
  line-height : 1;
  padding : 2px 10px;
  position: absolute;
  top: -1.5em;


}

	
.catalog-area-box .catalog-group {
    width: 47%;
    margin-bottom: 30px;
    position: relative;
    margin-right: 1%;
 }
.catalog-area-box .catalog-group-sub {
    width: 23%;
    margin-bottom: 30px;
    margin-right:  1%;
    position: relative;
 }

.mt-40 {
    margin-top: -20px;
	
}
.mb50{
	margin-bottom: 50px;
}
/*用語集サイト内検索iframe START*/
	.site_link-area {
    width: 100%;
}

.site_link-area iframe {
    display: inline-block;
    width: 100%;
    height: 100px;
    /* text-align: left; */
}
.site_serch-area {
    background: #f5edce;
    padding: 1em;
    border-radius: 7px;
    
}
	div#___gcse_0,.gsc-control-cse.gsc-control-cse-ja {
    background-color: unset;
    /*padding: 0 1em 0.5em 1em;*/
    border: 0;
    /*margin-bottom: 1em;*/
    /*border-radius: 0 0 7px 7px;*/
}
	button.gsc-search-button.gsc-search-button-v2 {
    border: none;
    border-radius: 5px;
}
	.gsc-adBlock {
    display: none;
}
	.left_menu-if .site_serch-area {
    height: 100px;
}
sup{
    font-size: 70%;
	vertical-align: top;
	position: relative;
	top: -0.2em;
}


	.glossary.full-area {
    /* border-bottom: dashed 2px #cdd3e5; */
    padding: 0 0 1em 0;
}
.glossary .img-area {
    margin: 1em 0;
}
.glossary .img-area img{
    margin-right: 1em;
    display: inline-block;
	vertical-align: top;
   
}
.glossary .img-area img:nth-last-of-type(1){
    margin-right: 0;
    display: inline-block;
}
.glossary .img-area img.w-forty{
     width: 40%;
	
    
}
/*用語集サイト内検索iframe END*/

@media screen and (max-width: 480px) {	
.catalog-area-box .catalog-group {
    width: 90%;
    margin-bottom: 10px;
}	
	
.catalog-area-box .catalog-group-sub {
    width: 50%;
    margin-bottom: 30px;
}

.catalog-area-box .catalog-group-sub p {
    text-align: center;
}

.catalog-area-box .catalog-group-sub h3 {
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
    text-align: left;
    margin: 0;
    padding: 0 0 10px 0;
    height: 38px;
}	
	.catalog-area-box .catalog-group p.catalog-btn-area{
	margin: 10px 0 20px 0;
}
	.left_menu-if .site_serch-area {
    display:none;
}
	.site_link-area iframe {
    display: inline-block;
    height: 200px;
}
	
}