/* incident_pt MV */
#keyv_inc_pt {
  position: relative;
  padding: 120px 0 160px;
  background: url("/lp/img/img_keyv_inc_pt.jpg") no-repeat 50% 50%;
  background-size: cover;
}

#keyv_inc_pt::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: url("/images/common/bg_gradient.png") repeat-x 50% 100%;
}

#keyv_inc_pt .innerKeyv {
  max-width: 1370px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}

#keyv_inc_pt .ttl {
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
  font-size: 6rem;
  font-weight: 900;
  line-height: 1.2;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}

#keyv_inc_pt .ttl:first-child {
  margin-bottom: 0;
}

#keyv_inc_pt .ttl span {
  display: block;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}

#keyv_inc_pt .ttl.show,
#keyv_inc_pt .ttl.show span {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media only screen and (max-width: 850px) {
  #keyv_inc_pt .ttl {
    font-size: 5.5rem;
  }
}

#keyv_inc_pt .txt_keyv {
  margin-bottom: 16px;
}

#keyv_inc_pt .txt_keyv .pc_block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

#keyv_inc_pt .txt_keyv .sp_block {
  display: none;
}

#keyv_inc_pt .txt_keyv .item {
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding: 1px 0 3px 5px;
  margin-bottom: 5px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #FFF;
}

#keyv_inc_pt .txt_keyv .item:last-child {
  margin-bottom: 0;
}

#keyv_inc_pt .txt_keyv .item::after {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: #262626;
  -webkit-transform: translate(-101%, 0);
          transform: translate(-101%, 0);
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  content: '';
}

#keyv_inc_pt .txt_keyv .item .item_01 {
  position: relative;
  z-index: 2;
  display: block;
  overflow: hidden;
  -webkit-transform: translate(-101%, 0);
          transform: translate(-101%, 0);
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s 0.25s;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s 0.25s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s 0.25s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s 0.25s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s 0.25s;
}

#keyv_inc_pt .txt_keyv .item .item_01 span {
  display: block;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s 0.25s;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s 0.25s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s 0.25s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s 0.25s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s 0.25s;
}

#keyv_inc_pt .txt_keyv .item .item_02 {
  position: relative;
  z-index: 2;
}

#keyv_inc_pt .txt_keyv .item.show::after {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

#keyv_inc_pt .txt_keyv .item.show .item_01 {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

#keyv_inc_pt .txt_keyv .item.show .item_01 .item_02 {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media only screen and (max-width: 1024px) {
  #keyv_inc_pt .ttl {
    font-size: 6.6vw;
  }
}

@media only screen and (max-width: 799px) {
  #keyv_inc_pt {
    padding: 50px 0 60px;
    background-image: url("/lp/img/img_keyv_inc_pt.jpg");
    background-size: contain;
    background-position: 100% 0;
  }
  #keyv_inc_pt::after {
    display: none;
  }
  #keyv_inc_pt .ttl {
    margin-bottom: 13px;
    line-height: 1.3;
  }
  #keyv_inc_pt .txt_keyv {
    margin-bottom: 50px;
  }
  #keyv_inc_pt .txt_keyv .pc_block {
    display: none;
  }
  #keyv_inc_pt .txt_keyv .sp_block {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  #keyv_inc_pt .txt_keyv .item {
    margin-bottom: 2px;
    padding: 1px 5px 2px 3px;
    font-size: 4.8vw;
    font-weight: 700;
    line-height: 1.3;
  }
}
/* End incident_pt MV */

/* SQAT SD MV */
#keyv_web_express {
  position: relative;
  padding: 120px 0 160px;
  background: url("/lp/img/img_keyv_sqat_sd.jpg") no-repeat 50% 50%;
  background-size: cover;
}

#keyv_web_express::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: url("/images/common/bg_gradient.png") repeat-x 50% 100%;
}

#keyv_web_express .innerKeyv {
  max-width: 1370px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}

#keyv_web_express .ttl {
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
  font-size: 6rem;
  font-weight: 900;
  line-height: 1.2;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}

#keyv_web_express .ttl:first-child {
  margin-bottom: 0;
}

#keyv_web_express .ttl span {
  display: block;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}

#keyv_web_express .ttl.show,
#keyv_web_express .ttl.show span {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media only screen and (max-width: 850px) {
  #keyv_web_express .ttl {
    font-size: 5.5rem;
  }
}

#keyv_web_express .txt_keyv {
  margin-bottom: 16px;
}

#keyv_web_express .txt_keyv .pc_block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

#keyv_web_express .txt_keyv .sp_block {
  display: none;
}

#keyv_web_express .txt_keyv .item {
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding: 1px 0 3px 5px;
  margin-bottom: 5px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #FFF;
}

#keyv_web_express .txt_keyv .item:last-child {
  margin-bottom: 0;
}

#keyv_web_express .txt_keyv .item::after {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: #262626;
  -webkit-transform: translate(-101%, 0);
          transform: translate(-101%, 0);
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  content: '';
}

#keyv_web_express .txt_keyv .item .item_01 {
  position: relative;
  z-index: 2;
  display: block;
  overflow: hidden;
  -webkit-transform: translate(-101%, 0);
          transform: translate(-101%, 0);
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s 0.25s;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s 0.25s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s 0.25s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s 0.25s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s 0.25s;
}

#keyv_web_express .txt_keyv .item .item_01 span {
  display: block;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s 0.25s;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s 0.25s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s 0.25s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s 0.25s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s 0.25s;
}

#keyv_web_express .txt_keyv .item .item_02 {
  position: relative;
  z-index: 2;
}

#keyv_web_express .txt_keyv .item.show::after {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

#keyv_web_express .txt_keyv .item.show .item_01 {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

#keyv_web_express .txt_keyv .item.show .item_01 .item_02 {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media only screen and (max-width: 1024px) {
  #keyv_web_express .ttl {
    font-size: 6.6vw;
  }
}

@media only screen and (max-width: 799px) {
  #keyv_web_express {
    padding: 50px 0 60px;
    background-image: url("/lp/img/img_keyv_sqat_sd_sp.jpg");
    background-size: contain;
    background-position: 100% 0;
  }
  #keyv_web_express::after {
    display: none;
  }
  #keyv_web_express .ttl {
    margin-bottom: 13px;
    line-height: 1.3;
  }
  #keyv_web_express .txt_keyv {
    margin-bottom: 50px;
  }
  #keyv_web_express .txt_keyv .pc_block {
    display: none;
  }
  #keyv_web_express .txt_keyv .sp_block {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  #keyv_web_express .txt_keyv .item {
    margin-bottom: 2px;
    padding: 1px 5px 2px 3px;
    font-size: 4.8vw;
    font-weight: 700;
    line-height: 1.3;
  }
}
/* End SQAT SD MV */

/* mail_tra MV */
#keyv_email_tra{
  position: relative;
  padding: 120px 0 160px;
  background: url("/lp/img/img_keyv_mail_tra.jpg") no-repeat 50% 50%;
  background-size: cover;
}

#keyv_email_tra::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: url("/images/common/bg_gradient.png") repeat-x 50% 100%;
}

#keyv_email_tra .innerKeyv {
  max-width: 1370px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}

#keyv_email_tra .ttl {
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
  font-size: 6rem;
  font-weight: 900;
  line-height: 1.2;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}

#keyv_email_tra .ttl:first-child {
  margin-bottom: 0;
}

#keyv_email_tra .ttl span {
  display: block;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}

#keyv_email_tra .ttl.show,
#keyv_email_tra .ttl.show span {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media only screen and (max-width: 850px) {
  #keyv_email_tra .ttl {
    font-size: 5.5rem;
  }
}

#keyv_email_tra .txt_keyv {
  margin-bottom: 16px;
}

#keyv_email_tra .txt_keyv .pc_block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

#keyv_email_tra .txt_keyv .sp_block {
  display: none;
}

#keyv_email_tra .txt_keyv .item {
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding: 1px 0 3px 5px;
  margin-bottom: 5px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #FFF;
}

#keyv_email_tra .txt_keyv .item:last-child {
  margin-bottom: 0;
}

#keyv_email_tra .txt_keyv .item::after {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: #262626;
  -webkit-transform: translate(-101%, 0);
          transform: translate(-101%, 0);
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  content: '';
}

#keyv_email_tra .txt_keyv .item .item_01 {
  position: relative;
  z-index: 2;
  display: block;
  overflow: hidden;
  -webkit-transform: translate(-101%, 0);
          transform: translate(-101%, 0);
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s 0.25s;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s 0.25s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s 0.25s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s 0.25s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s 0.25s;
}

#keyv_email_tra .txt_keyv .item .item_01 span {
  display: block;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s 0.25s;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s 0.25s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s 0.25s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s 0.25s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s 0.25s;
}

#keyv_email_tra .txt_keyv .item .item_02 {
  position: relative;
  z-index: 2;
}

#keyv_email_tra .txt_keyv .item.show::after {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

#keyv_email_tra .txt_keyv .item.show .item_01 {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

#keyv_email_tra .txt_keyv .item.show .item_01 .item_02 {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media only screen and (max-width: 1024px) {
  #keyv_email_tra .ttl {
    font-size: 6.6vw;
  }
}

@media only screen and (max-width: 799px) {
  #keyv_email_tra {
    padding: 50px 0 60px;
    background-image: url("/lp/img/img_keyv_mail_tra_sp.jpg");
    background-size: contain;
    background-position: 100% 0;
  }
  #keyv_email_tra::after {
    display: none;
  }
  #keyv_email_tra .ttl {
    margin-bottom: 13px;
    line-height: 1.3;
  }
  #keyv_email_tra .txt_keyv {
    margin-bottom: 50px;
  }
  #keyv_email_tra .txt_keyv .pc_block {
    display: none;
  }
  #keyv_email_tra .txt_keyv .sp_block {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  #keyv_email_tra .txt_keyv .item {
    margin-bottom: 2px;
    padding: 1px 5px 2px 3px;
    font-size: 4.8vw;
    font-weight: 700;
    line-height: 1.3;
  }
}
/* End mail_tra MV */

/* 表組 */
.basicTbl_lp01,
.basicTbl_lp02 {
  width: 100%;
  margin: 0 0 24px;
}
.basicTbl_lp01 table,
.basicTbl_lp02 table {
	width: 100%;
	border-collapse: separate;
    	border-spacing: 0;
}
.basicTbl_lp01 table thead th,
.basicTbl_lp02 table thead th {
	padding: 8px 16px;
	background-color: #156CA7;
	border: none;
	text-align: left;
	font-weight: normal;
	color: #FFFFFF;
}
.basicTbl_lp01 table tbody th {
	padding: 16px;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	color: #156CA7;
	border-bottom: 1px solid #D4D4D4;
}
.basicTbl_lp02 table tbody th {
	padding: 16px;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	color: #156CA7;
	border-bottom: 1px solid #D4D4D4;
}
.basicTbl_lp01 table tbody td {
	padding: 16px;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: center;
	border-bottom: 1px solid #D4D4D4;
}
.basicTbl_lp02 table tbody td {
	padding: 16px;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #D4D4D4;
}

@media only screen and (max-width: 799px) {
  .basicTbl_lp01,
  .basicTbl_lp02 {
    margin-bottom: 30px;
    font-size: 1.5rem;
  }
  .basicTbl_lp01 tr,
  .basicTbl_lp02 tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 5px 0;
  }
  .basicTbl_lp01 th,
  .basicTbl_lp02 th,
  .basicTbl_lp01 td,
  .basicTbl_lp02 td {
    width: auto !important;
    border: 0;
    padding: 0;
  }
  .basicTbl_lp01 th,
  .basicTbl_lp02 th {
    margin-bottom: 8px;
    font-size: 1.6rem;
  }
  .basicTbl_lp01 td,
  .basicTbl_lp02 td {
    font-size: 1.6rem;
  }
}


/* End 表組 */

/* 共通 */

.document_btn_lp1 {
  background: #002C58 url(/images/svg/icon_arrow_08.svg) no-repeat right 22px center/9px;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 9px 63px 12px 42px;
  text-decoration: none;
}

.font_normal_07 {
	font-weight: normal;
	font-size: 0.7em;
  }
  
.font_large_14 {
	font-size: 1.4em;
  }
.font_bold_09 {
	font-weight: bold;
	font-size: 0.9em;
  }
.font_normal_sup {
	font-weight: normal;
	font-size: 0.4em;
	vertical-align: top;
  }

.text_red {
 color: #C83051;
}
.text_red02 {
 color: #EA0D19;
}
.text_blue {
 color: #0070C0 ;
}
.text_white {
 color: #fff ;
}

.item_lp01 {
  background: #0071C5;
  width: calc((100% - 70px) / 3);
  max-width: auto;
  margin: auto;
  padding: 15px;
  border-radius: 7px;
  text-align: center;
  color: #fff;
}
.ttl_lp01{
  font-size: 1.8em;
}
.text_lp01{
  font-size: 1.2em;
}

@media screen and (max-width: 799px) {
  .item_lp01 {
    width: 100%;
    max-width: auto;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
.ttl_lp01{
  font-size: 1.3em;
}
.text_lp01{
  font-size: 1em;
}

/*# sourceMappingURL=style_v2.css.map */