@charset "utf-8";
/*====================================================================

INFORMATION
        file name  :common.css
        style info :

====================================================================*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    width: 100%;
    height: 100%;
    font-size: 62.5%;
}
body {

  height: 100%;
  font-size: clamp(12px, 1.4vw, 16px);
  letter-spacing: 1px;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  overflow-x:hidden;
  position: relative;
  -webkit-overflow-scrolling: touch;
  font-feature-settings: "palt";
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,h2,h3,h4,h5,h6,th,td {
  font-size: clamp(14px, 1.4vw, 18px);
  line-height: 1.2;
  margin: 0;
  padding: 0;
}
th,td {
  font-size: clamp(14px, 1.4vw, 14px);
  line-height: 1.8;
}

p {
  margin-bottom: 0;
  font-size: clamp(14px, 1.4vw, 16px);
  line-height: 1.8;
}


li{
   font-size: clamp(14px, 1.4vw, 16px);
   word-break: break-word;
}

a {
  text-decoration: none;
  color: #005EFF;
}

.clearfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;  
  clear: both; 
  visibility:hidden;
}
  
.clearfix{display: inline-block;} 

/* Hides from IE Mac \*/
* html .clearfix {height: 1%;}
.clearfix{display:block;}
/* End Hack */ 

.pt60{
  padding-top: 60px;
}
.pb60{
  padding-bottom: 60px;
}

.bg{
      background: #f9f6f6;
}
.bold{
  font-weight: bold;
}

.mb30{
  margin-bottom: 30px!important;
}

small,.small{
font-size: clamp(12px, 1.2vw, 12px);
}


img{
  max-width: 100%;
}
/* ------------------------------
 bottstrap
 ------------------------------ */
.row {
  margin-right: 0;
  margin-left: 0;
}

.no-gutter {
  padding-right: 0;
  padding-left: 0;
}

.no-gutter > div {
  padding-right: 0;
  padding-left: 0;
}

.img-responsive {
  width: 100%;
}

.pc{display:block;}
.sp{display:none;}




.container{
  max-width: 800px!important;
}


@media (max-width: 768px) {
 .pc{display:none;}
 .sp{display:block;}

   .container{
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}

@media (max-width: 500px) {
	.sp{display:block;}
}




@media (max-width: 768px) {
  .col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
  }
}

.table-responsive{

    /*
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    */
}
.table>thead>tr>th{
  width: 20%;
}
.table>thead>tr>th{
  border-bottom: 1px solid #707070;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 12px 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #707070;
    border-left: 1px solid none;
    border-bottom: 1px solid #707070;
    vertical-align: middle;
    text-align: center;
}

@media (max-width: 768px) {
  .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
      padding: 8px 3px;
  }

}



.h-banner-amazon{
  display: none!important;
}



/* ------------------------------
000: Drawer
 ------------------------------ */
#page-wrapper {
  position: relative;
  z-index: 2;
  left: 0;
  overflow-x: hidden;
}


#drawernav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform-origin: right 50%;
  transform: rotateY(180deg);
  opacity: 0;
  transition: transform 0.6s ease, opacity 0.6s ease;
}

#humberger {
    position: fixed;
    top: 10px;
    right: 15px;
    z-index: 102;
    width: 30px;
    padding: 20px 0px;
    cursor: pointer;
}

#humberger-close {
  width: 100%;
  background-color: #fff;
  height: 50px;
}
body.drawer-opened #humberger {
  position: fixed;
}
.icon-bar {
  height: 3px;
  border-radius: 20px;
  background: #333;
  display: block;
  margin-bottom: 6px;
  -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  -moz-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  -o-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  transition: all 400ms cubic-bezier(1, 0, 0, 1); /* easeInOutExpo */

  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1); /* easeInOutExpo */
}


#huberger-clos {
  background: #3691CC;
}

#drawernav .nav-open ul{
    display: none;
}
#drawernav .nav-open ul {
    padding-left: 15px;
    font-size: 13px;
    padding-top: 0;
}
/**
    * ドロワー開放時のスタイル
**/
@media (max-width: 768px) {
  .drawer-container{
    display: block;
  -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  -moz-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  -o-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  transition: all 400ms cubic-bezier(1, 0, 0, 1); /* easeInOutExpo */

  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1); /* easeInOutExpo */
  }

  body.drawer-opened .drawer-container{
    right: 0;
  }

  body.drawer-opened #drawernav {
    transform: rotate3d(0, 0, 0, 0deg);
    opacity: 1;
    top: 0;
  }
  body.drawer-opened #humberger :nth-child(1) {
    transform: translate(0, 5px) rotate(45deg);
    -webkit-transform: translate(0, 5px) rotate(45deg);
  }
  body.drawer-opened #humberger :nth-child(2) {
    opacity: 0;
  }
  body.drawer-opened #humberger :nth-child(3) {
    transform: translate(0, -13px) rotate(-45deg);
    -webkit-transform: translate(0, -13px) rotate(-45deg);
  }
}


#drawernav p{
  position: absolute;
  top: 18px;
  width: 100%;
  text-align: center;

}

#drawernav p img{
    max-width:180px;
}

#drawernav ul li:last-child img{
  max-width: 40px;
}

html.bookOpen {
    overflow: hidden
}

html.bookOpen #wrapper {
    overflow-y: scroll
}

body {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}


.spheader{
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 102;
}
.spheader_logo{
  max-width: 180px;
  width: 100%;
  margin: 0 auto;
  margin-top: 22px;
}
@media only screen and (max-width: 768px) {

    .spheader__container {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        perspective: 1000px;
        perspective-origin: right center
    }



    .spheader__nav {
        position: fixed;
        width: 100%;
        height: 100lvh;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding-top: 0;
        padding-right: 0;
        box-sizing: border-box;
        transform-origin: right center;
        rotate: y 50deg;
        opacity: 0;
        visibility: hidden;
        transition: all .6s cubic-bezier(0.25, 1, 0.5, 1) 0s;
        transition-property: rotate, opacity, visibility
    }

    .spheader__nav::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 15rem;
        height: 100%;
        background: linear-gradient(90deg, #fff 20%, #e6e6e6 90%);
        z-index: -1
    }

    .spheader__nav-inner {
        display: grid;
        grid-template-columns: 1fr;
        align-content: space-between;
        row-gap: 6.4rem;
        width: 100%;
        height: 100%;
        overflow: auto;
        position: relative;
        padding-top: 3rem;
    }

    .spheader__nav-content {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start
    }

    .spheader__nav-lists {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;

    }
    .spheader__nav-bg {
        display: block;
        width: 100%
    }

    .spheader__subNav {
        display: grid;
        justify-items: flex-start;
        row-gap: 2rem
    }

    .spheader__subNav-link {
        color: #010d15;
        font-weight: 700;
        line-height: 1.21;
        letter-spacing: 0;
        text-decoration: none
    }
    .spheader__nav-list{
      margin-bottom: 15px;
    }

    .spheader__nav-list a{
      display: block;
      line-height: 2;
      text-align: center;
      color: #333;
      font-weight: 700;
      font-size: calc((16 / 390) * 100vw);
    }
    .spheader__nav-list a:hover{
      color: #FF94A6;
    }
    .spheader__nav-list img{
      width: 100%;
      max-width: 40px;
    }

    .spheader__btn {
        touch-action: manipulation;
        display: grid;
        grid-template-columns: 1fr;
        row-gap: .15rem;
        align-content: center;
        justify-items: center;
        width: 3.8rem;
        aspect-ratio: 1/1;
        border: none;
        background-color: rgba(0, 0, 0, 0);
        position: relative;
        padding: 0;
        margin: .8rem 1.3rem 0 0
    }
    .spheader.active .spheader__nav {
        rotate: y 0deg;
        opacity: 1;
        visibility: visible
    }


}



*:has(>.t_hl) {
    display: grid
}


/* ------------------------------
001: Header
 ------------------------------ */

#fix-header-logo {
    float: left;
    padding-top: 4px;
}
#header {
  padding: 100px 0;
  max-width: 100%;
  margin: 0 auto;
  background-image: url(../images/bg-header-support.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#header2 h1 br,
#header h1 br{
    display: none;
}
#header .logo {
  width: 210px;
}



#header h1 {
  font-size: clamp(28px, 2.8vw, 32px);
  font-weight: bold;
  color: #333333;
  margin-bottom: 0;
  line-height: 1.6;
  text-align: center;
}


.support-list-item .button{
  display: block;
  width: 100%;

  margin-bottom: 20px;
  padding-right: 40px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.20);
}


.support-list-item .button:hover{
  color: #fff;
}

.support-list-item p{
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    #header{
      padding: 60px 0;
    }
    #header h1 {

        font-weight: bold;
    }
    #header2 h1 br,
    #header h1 br{
        display: block;
    }

}
