@font-face {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Roboto-Bold.ttf);
}

.container {
  width: 95%;
  max-width: 1200px;
  padding-left: 6px;
  padding-right: 6px;
}

.limited * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.text_blue {
  color: #056dae;
}

.item_box {
  height: 230px;
  border: 3px solid #056dae;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 30px 35px;
}

.item_box.first {
  width: calc(50% - 15px);
  margin-right: 15px;
}

.item_box.second {
  width: calc(50% - 15px);
  margin-left: 15px;
}

/* -------------- top -------------- */

.top {
  margin-top: 80px;
  margin-bottom: 60px;
  padding-left: 130px;
  padding-right: 130px;
}

.top .gift {
  width: 29%;
  vertical-align: bottom;
}

.top .info {
  width: 70%;
  max-width: 680px;
}

.gift,
.info {
  display: inline-block;
}

.text_con {
  text-align: center;
  font-size: 23px;
}

.text_con .big {
  font-size: 36px;
  font-weight: bolder;
}

.text_con .small {
  font-size: 18px;
}

.top .notice {
  margin-top: 20px;
  padding: 15px;
  background-color: #e7f8ff;
  color: #002a54;
  font-size: 16px;
  text-align: justify;
}

/* -------------- mid -------------- */

.reward {
  margin-top: 30px;
}

.left {
  display: inline-block;
  position: relative;
  padding-left: 15px;
  padding-right: 30px;
  border-right: 1px solid #d2d2d2;
  height: 100%;
}

.left img,
.right .text {
  /*  margin-top: 40px;*/
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.right {
  display: inline-block;
  height: 100%;
  padding-left: 22px;
  vertical-align: top;
}

.right h2 {
  display: inline-block;
  font-size: 36px;
  margin-bottom: 22px;
}

.right p {
  font-size: 24px;
}

/* -------------- bottom -------------- */

.bottom {
  text-align: center;
}

.bottom p {
  font-size: 21px;
  /*  font-weight: bolder;*/
  margin-top: 20px;
  margin-bottom: 50px;
}

.bottom a {
  display: inline-block;
  margin: 50px auto;
  padding: 12px 80px;
  border-radius: 5px;
  background-color: #002753;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0px;

}

/* ---------- > 1200px ---------- */

@media (min-width: 1200px) {}

/* ---------- 768px - 1199px ---------- */

@media (max-width: 1199px) {
  .container {
    width: 97%;
  }
  .item_box {
    /*    padding: 3% 0;*/
    height: 190px;
  }
  .item_box.first,
  .item_box.second {
    width: calc(50% - 10px);
  }
  .item_box.first {
    margin-right: 10px;
  }
  .item_box.second {
    margin-left: 10px;
  }
  .top {
    padding-left: 0;
    padding-right: 0;
  }
  .left {
    padding-left: 0;
    padding-right: 15px;
  }
  .right {
    padding-left: 10px;
  }
  .right p {
    font-size: 18px;
  }
}

/*
@media (max-width: 1024px) {
  .container {
    width: 95% !important;
  }
}
*/

@media (min-width: 768px) and (max-width: 979px) {
  .container {
    width: 95%;
  }
  .item_box.first,
  .item_box.second {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .top {
    margin-top: 50px;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .top .gift,
  .top .info {
    display: block;
  }
  .top .gift {
    width: 50%;
    margin: 0 auto;
  }
  .gift img {
    width: 100%;
    margin: 0 auto;
  }
  .top .info {
    width: 85%;
    max-width: unset;
    margin-left: auto;
    margin-right: auto;
  }
  .text_con {
    margin-top: 15px;
    text-align: center;
    font-size: 20px;
  }
  .text_con .big {
    font-size: 30px;
  }

  .text_con .small {
    font-size: 14px;
  }
  .reward {
    width: 85%;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: auto;
    margin-right: auto;
  }
  .item_box {
    height: 160px;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 10%;
  }
  .left {
    padding-right: 5%;
  }
  .right {
    padding-left: 5%;
  }
  .right h2 {
    font-size: 30px;
  }
  .right p {
    font-size: 18px;
  }
}

/* ---------- < 767 ---------- */

@media (max-width: 767px) {
  .logo {
    height: auto;
  }
  .logo table img.kvh {
    height: 70px;
  }
  .item_box.first,
  .item_box.second {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .top {
    margin-top: 50px;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .top .gift,
  .top .info {
    display: block;
  }
  .top .gift {
    width: 50%;
    margin: 0 auto;
  }
  .gift img {
    width: 100%;
    margin: 0 auto;
  }
  .top .info {
    width: 100%;
  }
  .text_con {
    margin-top: 15px;
    text-align: center;
    font-size: 18px;
  }
  .text_con .big {
    font-size: 24px;
  }

  .text_con .small {
    font-size: 12px;
  }
  .reward {
    padding-left: 25px;
    padding-right: 25px;
  }
  .item_box {
    height: 160px;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: unset;
    padding-right: unset;
  }
  .left {
    padding-right: 15px;
  }
  .right {
    padding-left: 10px;
  }
  .right h2 {
    font-size: 30px;
  }
  .right p {
    font-size: 18px;
  }
  .bottom p {
    margin-bottom: 30px;
    font-size: 18px;
  }
}

/* ---------- < 510 ---------- */

@media (max-width: 510px) {
  .br {
    display: block;
  }
}

/* ---------- < 480 ---------- */

@media (max-width: 480px) {
  .container {
    width: 100%;
  }
  .top {
    padding: 0;
  }
  .reward {
    padding-left: 3%;
    padding-right: 3%;
  }
  .item_box.first,
  .item_box.second {
    padding-right: 8px;
    padding-left: 8px;
  }
  .left {
    padding-right: 0;
  }
  .left img {
    width: 80%;
  }
  .right {
    padding-left: 5px;
  }
  .right p {
    font-size: 16px;
  }
  .br {
    display: block;
  }
  .text_con {
    font-size: 16px;
  }
  .bottom p {
    font-size: 16px;
  }
}

/* ---------- < 370 ---------- */

@media (max-width: 370px) {
  .top {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .top .notice {
    margin-top: 15px;
    padding: 10px;
    font-size: 15px;
  }
  .reward {
    margin-top: 20px;
  }
  .item_box {
    height: 140px;
  }
  .right p {
    font-size: 15px;
  }
  .br-370 {
    display: block;
  }
}

/* ---------- < 320 ---------- */

@media (max-width: 320px) {
  .br-320 {
    display: block;
  }
  .right p {
    font-size: 14px;
  }
  .text_con .big {
    font-size: 22px;
  }
  .top .notice {
    font-size: 14px;
  }
}


/* 20200515 add */
.font-linepoint{
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
/* linecard */
.linecard{
  padding: 60px 0;
}
.linecard-main{
  display: none;
}
.linecard-text{
  font-size: 24px;
  text-align: center;
  line-height:44px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  color: #056dae;
}
.linecard-text--xs{
  font-size: 16px;
}
.text_green{
  color:#07b53b;
}
.linecard-text--highlight{
  font-size: 44px;
  font-weight: bold;
}
.linecard-title{
  font-size: 44px;
  text-align: center;
  font-weight: bold;
  margin-top: 80px;
}
.linecard-title p{
  position: relative;
  /* border: 3px solid #056dae; */
  padding: 10px 15px;
  border-radius: 8px;
  background: #e8f5fd;
}
.linecard-title p::before{
  content: "";
  display: block;
  width: 4px;
  height: 30px;
  background: #056dae;
  position: absolute;
  top: -55px;
  left: calc(50% - 5px);
}
.linecard-title p::after{
  content: "";
  display: block;
  width: 4px;
  height: 30px;
  background: #056dae;
  position: absolute;
  top: -55px;
  left: calc(50% + 5px);
}
.linecard-block{
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 40px;
  position: relative;
}
.linecard-item{
  /* border: 3px solid #056dae; */
  border-radius: 8px;
  padding: 30px 35px;
  width: 45%;
  /* IE11 not support */
  /* display: flex; */ 
  display: inline-block;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  background: #e8f5fd;
}

.linecard-item-adj1{
  margin-right: 5%;
}
.linecard-item-adj2{
  margin-left: 5%;
}

.linecard-item__text{
  font-size: 24px;
  font-weight: normal;
  /* 20200515 */
  text-align: center;
  color: #056dae;
}
.linecard-item__text--xs{
  font-size: 16px;
}
.linecard-item__text--highlight{
  font-size: 44px;
  font-weight: bold;
}
.linecard-block::before{
  content: "";
  display: block;
  width: 30px;
  height: 4px;
  background: #056dae;
  position: absolute;
  top: calc(50% - 0px);
  right: calc(50% - 15px);
  z-index: 1;
}
.linecard-block::after{
  content: "";
  display: block;
  width: 30px;
  height: 4px;
  background: #056dae;
  position: absolute;
  top: calc(50% - 0px);
  right: calc(50% - 15px);
  z-index: 1;
  transform: rotate(90deg);
}
.linecard-btn{
  display: inline-flex;
  width: 100%;
  justify-content: center;
  margin-top: 40px;
}
.linecard-btn__item{
  display: inline-block;
  padding: 12px 80px;
  border-radius: 5px;
  background-color: #002753;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0px;
  margin-left: 40px;
}
.linecard-btn__item:first-child{
  margin-left: 0;
}
.linecard-notice{
  font-size: 14px;
  margin-top: 30px;
  color: #888888;
  line-height: 1.6;
}
.linecard-notice--highlight{
  text-decoration: underline;
  font-weight: 700;
}

@media (max-width: 980px) {
  .linecard-text{
    width: 100%;
  }
}
@media (max-width: 767px) {
  .linecard-text{
    font-size: 16px;
    text-align: center;
  }
  .linecard-text--xs{
    font-size: 12px;
  }
  .linecard-text--highlight{
    font-size: 40px;
  }
  .linecard-title{
    font-size: 28px;
  }
  .linecard-item__text{
    font-size: 16px;
  }
  .linecard-item__text--xs{
    font-size: 12px;
  }
  .linecard-item__text--highlight{
    font-size: 40px;
  }
  .linecard-block{
    flex-wrap: wrap;
  }
  .linecard-item{
    width: 100%;
    margin-top: 60px;
    position: relative;
    padding: 30px 22px;
  }
  .linecard-item:first-child{
    margin-top: 0;
  }
  .linecard-block::before,.linecard-block::after,
  .linecard-item:first-child::before,.linecard-item:first-child::after
  {
    display: none;
  }
  .linecard-item::before{
    content: "";
    display: block;
    width: 30px;
    height: 4px;
    background: #056dae;
    position: absolute;
    top: -34px;
    right: calc(50% - 15px);
    z-index: 1;
  }
  .linecard-item::after{
    content: "";
    display: block;
    width: 30px;
    height: 4px;
    background: #056dae;
    position: absolute;
    top: -34px;
    right: calc(50% - 15px);
    z-index: 1;
    transform: rotate(90deg);
  }
  .linecard-btn__item{
    padding: 12px 30px;
    font-size: 20px;
    margin-left: 20px;
  }

  .linecard-item-adj1{
    margin-right: 0%;
  }
  .linecard-item-adj2{
    margin-left: 0%;
  }
  
}
@media (max-width: 374px) {
  .linecard-btn__item{
    padding: 12px 20px;
    font-size: 18px;
  }
  .linecard-title{
    font-size: 24px;
  }
}

/* faq */
.faq{
  padding-bottom: 60px;
}
.faq-title{
  font-size: 24px;
  text-align: center;
  font-weight: 700;
}
.faq-block{
  margin-top: 30px;
}
.faq-item{
  list-style: none;
  margin-top: 10px;
}
.faq-item:first-child{
  margin-top: 0;
}
.faq-item__title{
  font-size: 16px;
}
.faq-item__head{
  /* border: 3px solid #ddd; */
  padding: 10px 40px 10px 15px;
  display: inline-flex;
  width: 100%;
  position: relative;
  cursor: pointer;
  font-weight: 700;
  background: #e8f5fd;
}
.faq-item__head::before{
  content: "Q：";
  font-weight: 700;
  min-width: 30px;
  font-size: 16px;
}
.faq-item--active .faq-item__icon::after{ 
  transform: rotate(0deg);
}
.faq-item__icon::before{
  content: "";
  width: 20px;
  height: 3px;
  background: #056dae;
  position: absolute;
  right: 15px;
  top: calc(50% - 1.5px);
}
.faq-item__icon::after{
  content: "";
  width: 20px;
  height: 3px;
  background: #056dae;
  position: absolute;
  right: 15px;
  top: calc(50% - 1.5px);
  transform: rotate(-90deg);
  transition: all 0.3s ease;
}
.faq-item__body{
  border-left: 3px solid #e8f5fd;
  border-right: 3px solid #e8f5fd;
  border-bottom: 3px solid #e8f5fd;
  padding: 10px 15px;
  font-size: 16px;
  display: inline-flex;
  width: 100%;
  display: none;
  line-height: 1.8;
  color: #333;
}
.faq-item__body::before{
  content: "Ａ：";
  min-width: 30px;
}

@media (max-width: 767px) {
  .faq-title{
    font-size: 20px;
  }
  .faq-item__head,.faq-item__text{
    font-size: 16px;
  }
}
/* notice */
.notice{
  padding-left: 15px;
  padding-right: 15px;
}
.notice a{
  word-break: break-all;
}
.notice-list{
  padding-left: 10px;
}
.notice-list--black{
  list-style: disc;
  padding-left: 17px;
}
.notice-list--no{
  list-style: none;
  counter-reset: list;
  padding-left: 0;
  margin-left: 0px;
}
.notice-list--no li{
  display: inline-flex;
  width: 100%;
}
.notice-list--no li::before{
  content: " ("counter(list) ") ";
  counter-increment: list;
  min-width: 20px;
}
.notice-list--no li p{
  margin-top: 0;
  margin-bottom: 0;
}
.pointtable{
  border-collapse: collapse;
}
.pointtable table,.pointtable tr,.pointtable  th,.pointtable  td{
  border: 1px solid #ddd;
}

.pointtable td,.pointtable th{
  /* 20200515 */
  padding: 10px 14px;
}
.pointtable--gray{
  background: #eee;
}
.pointtable--fixed{
  max-width: 100%;
  overflow-x: auto;
}
.pointtable--fixed table{
  overflow-x: scroll;
  
}

/* 20200515 */
.img_set{
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

.img_line_point{
  width: 125px;
  display: inline-block;
  transform: translateY(7px);
  -ms-transform: translateY(7px);        
  -webkit-transform: translateY(7px);    
  -o-transform: translateY(7px);        
  -moz-transform: translateY(7px);      
  margin-right: 3px;
}

.img_line_point_big{
  width: 135px;
  display: inline-block;
  transform: translateY(8px);
  -ms-transform: translateY(8px);        
  -webkit-transform: translateY(8px);    
  -o-transform: translateY(8px);        
  -moz-transform: translateY(8px);   
  margin-right: 8px;
}


@media (max-width: 767px) {
  .img_line_point{
    width: 120px;
    /* transform: translateY(3px); */
  }
  .img_line_point_big{
    width: 120px;
    /* transform: translateY(3px); */
  }
}
/* 20200515 */

@media (max-width: 480px) {
  .m480_hide{
    display: none;
  }
}
