@charset "UTF-8";

/*�������C�A�E�g�ł�����*/
#wrap-container #contents:first-child:before {
  content: none;
}

/*header�ӏ�*/
#pocketHead {background-color: #00146e;}
#pocketHeadInner{
  position: relative;
  padding: 20px;
}

@media print,screen and (max-width:768px) {
  #pocketHeadInner {
    padding: 10px 20px 15px;
  }
}

.pocket_head_logo {
  position: absolute;
  width: 150px;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

@media print,screen and (max-width:768px) {
  .pocket_head_logo {
    position: inherit;
    display: block;
    margin: 10px auto 0;
    text-align: center;
  }
}

.cp-container-parents {
  padding: 0;
  background: #fff;
}

/*-------------------------------
common
-------------------------------*/

.inner {
  max-width: 1200px;
  margin: auto;
}

._mt10 {
  margin-top: 10px !important;
}

._mb10 {
  margin-bottom: 10px !important;
}

._ml10 {
  margin-left: 10px !important;
}

._mr10 {
  margin-right: 10px !important;
}

._mt20 {
  margin-top: 20px !important;
}

._mb20 {
  margin-bottom: 20px !important;
}

._ml20 {
  margin-left: 20px !important;
}

._mr20 {
  margin-right: 20px !important;
}

._mt30 {
  margin-top: 30px !important;
}

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

._ml30 {
  margin-left: 30px !important;
}

._mr30 {
  margin-right: 30px !important;
}

._mt40 {
  margin-top: 40px !important;
}

._mb40 {
  margin-bottom: 40px !important;
}

._ml40 {
  margin-left: 40px !important;
}

._mr40 {
  margin-right: 40px !important;
}

._mt50 {
  margin-top: 50px !important;
}

._mb50 {
  margin-bottom: 50px !important;
}

._ml50 {
  margin-left: 50px !important;
}

._mr50 {
  margin-right: 50px !important;
}

._mt60 {
  margin-top: 60px !important;
}

._mb60 {
  margin-bottom: 60px !important;
}

._ml60 {
  margin-left: 60px !important;
}

._mr60 {
  margin-right: 60px !important;
}

._mt70 {
  margin-top: 70px !important;
}

._mb70 {
  margin-bottom: 70px !important;
}

._ml70 {
  margin-left: 70px !important;
}

._mr70 {
  margin-right: 70px !important;
}

._mt80 {
  margin-top: 80px !important;
}

._mb80 {
  margin-bottom: 80px !important;
}

._ml80 {
  margin-left: 80px !important;
}

._mr80 {
  margin-right: 80px !important;
}

._mt90 {
  margin-top: 90px !important;
}

._mb90 {
  margin-bottom: 90px !important;
}

._ml90 {
  margin-left: 90px !important;
}

._mr90 {
  margin-right: 90px !important;
}

._mt100 {
  margin-top: 100px !important;
}

._mb100 {
  margin-bottom: 100px !important;
}

._ml100 {
  margin-left: 100px !important;
}

._mr100 {
  margin-right: 100px !important;
}

@media screen and (min-width: 768px) {
  ._pc-none {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  ._sp-none {
    display: none !important;
  }
}


/*-------------------------------
mv
-------------------------------*/

.mv-block {
  background: #fff;
}

@media screen and (min-width: 768px) {
  .mv-block {
    padding: 60px 0;
  }
}

@media screen and (max-width: 767px) {
  .mv-block {
    padding: 0 0 20px;
  }
}

.mv-header {
  background-image: url(/serviceinfo/ana-pocket/partner/images/mv_header_bg.png);
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (min-width: 768px) {
  .mv-header {
    background-size: 1400px auto;
    height: 500px;
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .mv-header {
    background-position: top right;
    background-size: 200% auto;
    padding: 40vw 20px 0;
  }
}

.mv-box {
  background: #fff;
}

@media screen and (min-width: 768px) {
  .mv-box {
    border-radius: 0 15px 15px 0;
    display: flex;
    align-items: center;
    width: 50%;
    justify-content: flex-end;
    box-shadow: 3px 0 3px rgba(0, 0, 0, 0.14);
  }
  .mv-boxInner {
    padding: 95px 50px;
  }
}

@media screen and (max-width: 767px) {
  .mv-box {
    border-radius: 15px;
    padding: 40px 30px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.18);
  }
}

.mv-ttl {
  color: #00146E;
  font-weight: bold;
  font-size: 38px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .mv-ttl {
    font-size: 26px;
  }
}

.mv-txt {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .mv-txt {
    font-size: 16px;
  }
}


/*-------------------------------
benefits
-------------------------------*/

.benefits-block {
  background: #EDF9FE;
}

@media screen and (min-width: 768px) {
  .benefits-block {
    padding: 100px 0;
  }
}

@media screen and (max-width: 767px) {
  .benefits-block {
    padding: 80px 0;
  }
}

.benefits-header {
  margin-bottom: 70px;
}

.benefits-headerTtl {
  text-align: center;
  color: #00146E;
  font-size: 45px;
  margin-bottom: 10px;
}

.benefits-headerTxt {
  text-align: center;
  font-size: 22px;
}

@media screen and (min-width: 768px) {
  .benefits-list {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .benefits-list {
    padding: 0 20px;
  }
}

.benefits-item {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}

@media screen and (min-width: 768px) {
  .benefits-item {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    padding: 55px 40px;
    width: calc( (100% / 3) - 25px);
  }
}

@media screen and (max-width: 767px) {
  .benefits-item {
    padding: 30px 20px;
  }
  .benefits-item+.benefits-item {
    margin-top: 50px;
  }
}

.benefits-itemInner {
  width: 100%;
}

.benefits-itemNum {
  position: absolute;
  top: -15px;
  left: 40px;
}

@media screen and (max-width: 767px) {
  .benefits-itemNum {
    left: 20px;
  }
}

.benefits-itemNum>img {
  height: 42px;
  width: auto;
}

.benefits-itemImg {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .benefits-itemImg {
    line-height: 115px;
    vertical-align: middle;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .benefits-itemImg {
    margin-bottom: 30px;
  }
}

.benefits-itemImg>img {
  margin: auto;
  display: inline;
  vertical-align: middle;
}

.benefits-itemImg>.type-01 {
  width: 123px;
}

.benefits-itemImg>.type-02 {
  width: 124px;
}

.benefits-itemImg>.type-03 {
  width: 112px;
}

.benefits-itemTxtBox {
  width: 100%;
}

.benefits-itemTtl {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

.benefits-itemTxt {
  font-size: 16px;
}

a.linkBtn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
  padding: 15px 35px;
  border: 2px solid #254DAE;
  border-radius: 30px;
  text-align: center;
  text-decoration: none;
  color: #00146E;
}

a.linkBtn:before {
  content: "";
  position: absolute;
  right: 35px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #254dae;
  border-right: 3px solid #254dae;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s ease-out;
}

a.linkBtn:hover {
  background: #254dae;
  color: #fff;
}

a.linkBtn:hover:before {
  right: 25px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

a.linkBtn.grad_Blue {
  max-width: 600px;
  margin-top: 60px;
  padding: 18px 20px;
  background: linear-gradient(90deg, rgba(37,77,174,1), rgba(96,104,198,1));
  border: none;
  color: #fff;
}

a.linkBtn.grad_Blue:before {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

a.linkBtn.grad_Blue:hover {
  background: linear-gradient(90deg, rgba(37,77,174,1), rgba(0,20,110,1));
}

@media print,screen and (max-width:768px) {
  a.linkBtn.grad_Blue {
    width: 100%;
    margin-top: 40px;
  }
}

@media print,screen and (max-width:768px) {
  .fromArea {
    padding: 0 20px;
  }
}

#footer {
  width: 100%;
  background: #1f1f1f;
  color: #fff;
}
#footer .res-wrap-inner {
  display: flex;
  width: 1200px;
  background: #1f1f1f;
  margin: 0 auto;
  padding: 30px 0;
}

.footer_List, 
#footer .copyright {
  width: 50%;
  font-size: 87.5%;
}

.footer_List a, 
#footer .copyright a {
  color: #fff;
}

.footer_List li {
  display: inline;
  border-left: 1px solid #fff;
}

.footer_List li a {
  padding: 0 15px;
}

.footer_List li:last-of-type {
  border-right: 1px solid #fff;
}

#footer .copyright {
  margin: 0;
  text-align: right;
}

@media print,screen and (max-width:768px) {
  #footer .res-wrap-inner {
    flex-direction: column;
    width: 100%;
  }
  .footer_List {
    width: auto;
    margin: 0 auto 10px;
  }
  #footer .copyright {
    width: auto;
    text-align: center;
  }
}