@charset "utf-8";
.l_main_header {
  background: #FFE05A;
  margin-bottom: 15px;
  margin-top: 15px;
}
.l_main_header .content_center {
  padding: 20px 10px;
  position: relative;
}
@media screen and (min-width: 740px) {
  .l_main_header .content_center {
    padding: 2em 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media print {
  .l_main_header .content_center {
    padding: 2em 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1000px) {
  .l_main_header .content_center {
    padding: 30px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media print {
  .l_main_header .content_center {
    padding: 30px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.l_main_header .l_page_heading {
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (min-width: 740px) {
  .l_main_header .l_page_heading {
    font-size: 32px;
    font-size: 3.2rem;
    max-width: 400px;
  }
}
@media print {
  .l_main_header .l_page_heading {
    font-size: 32px;
    font-size: 3.2rem;
    max-width: 400px;
  }
}
@media screen and (min-width: 1000px) {
  .l_main_header .l_page_heading {
    font-size: 40px;
    font-size: 4rem;
    max-width: 69%;
  }
}
@media print {
  .l_main_header .l_page_heading {
    font-size: 40px;
    font-size: 4rem;
    max-width: 69%;
  }
}
.l_main_header .l_page_sub {
  margin-bottom: .6em;
  line-height: 1.2;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (min-width: 740px) {
  .l_main_header .l_page_sub {
    max-width: 400px;
    font-size: 20px;
    font-size: 2rem;
  }
}
@media print {
  .l_main_header .l_page_sub {
    max-width: 400px;
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 1000px) {
  .l_main_header .l_page_sub {
    font-size: 26px;
    font-size: 2.6rem;
    max-width: 42%;
  }
}
@media print {
  .l_main_header .l_page_sub {
    font-size: 26px;
    font-size: 2.6rem;
    max-width: 42%;
  }
}
.l_main_header .l_page_text {
  margin-bottom: 2em;
}
@media screen and (min-width: 740px) {
  .l_main_header .l_page_text {
    max-width: 400px;
  }
}
@media print {
  .l_main_header .l_page_text {
    max-width: 400px;
  }
}
@media screen and (min-width: 1000px) {
  .l_main_header .l_page_text {
    max-width: 45%;
  }
}
@media print {
  .l_main_header .l_page_text {
    max-width: 45%;
  }
}
.l_main_header ul {
  zoom: 1;
  width: 224px;
  margin: 0 auto 1em;
}
.l_main_header ul:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
}
@media screen and (min-width: 740px) {
  .l_main_header ul {
    width: 100%;
  }
}
@media print {
  .l_main_header ul {
    width: 100%;
  }
}
.l_main_header ul li {
  margin-bottom: 0.7em;
}
@media screen and (min-width: 1000px) {
  .l_main_header ul li {
    float: left;
    margin: 0;
  }
  .l_main_header ul li:first-child {
    margin-right: 28px;
  }
}
@media print {
  .l_main_header ul li {
    float: left;
    margin: 0;
  }
  .l_main_header ul li:first-child {
    margin-right: 28px;
  }
}
.l_main_header figure {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
  max-width: 460px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 740px) {
  .l_main_header figure {
    position: absolute;
    top: 77px;
    right: 10px;
  }
}
@media print {
  .l_main_header figure {
    position: absolute;
    top: 77px;
    right: 10px;
  }
}
@media screen and (min-width: 1000px) {
  .l_main_header figure {
    right: 0px;
  }
}
@media print {
  .l_main_header figure {
    right: 0px;
  }
}

.l_select_title {
  font-weight: bold;
  padding: 1em 0 0.4em;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (min-width: 1000px) {
  .l_select_title {
    padding: 0.5em 0;
    font-size: 30px;
    font-size: 3rem;
  }
}
@media print {
  .l_select_title {
    padding: 0.5em 0;
    font-size: 30px;
    font-size: 3rem;
  }
}

.l_btn_header {
  width: 224px;
  border: 1px solid #DA5E00;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #e8641b;
  background-image: -webkit-linear-gradient(top, #ef8a58 0, #e8641b 50%);
  background-image: linear-gradient(to bottom, #ef8a58 0, #e8641b 50%);
}
.l_btn_header a {
  color: #FFF;
  display: block;
  padding: 20px 30px 20px 10px;
  height: 34px;
  position: relative;
}
.l_btn_header a:hover {
  color: #FFF;
  text-decoration: none;
}

.l_block_access {
  background: #FCE8E8;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.l_block_access ul {
  text-align: center;
}
@media screen and (min-width: 740px) {
  .l_block_access ul {
    text-align: left;
  }
}
@media print {
  .l_block_access ul {
    text-align: left;
  }
}
.l_block_access ul li {
  margin-bottom: 10px;
}
.l_block_access ul li:last-child {
  margin-bottom: 0;
}
.l_block_access__title {
  text-align: center;
  color: #D93600;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}
.l_block_access__inner {
  display: table;
  width: 100%;
  color: #333;
  position: relative;
}
.l_block_access__inner:hover {
  text-decoration: none;
  color: #333;
}
.l_block_access__inner p {
  display: table-cell;
  vertical-align: middle;
  width: 60px;
  padding-right: 10px;
}
.l_block_access__inner h3 {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  line-height: 1.2;
  padding-right: 40px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 740px) {
  .l_block_access__inner h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media print {
  .l_block_access__inner h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.l_block_access__inner i {
  position: absolute;
  background: url(/img/solution/select/top/ico_btn_arrrow_blk.png) no-repeat;
  margin-top: -5px;
  height: 10px;
  width: 16px;
  top: 50%;
  right: 3px;
}
.l_block_access__title {
  background: url(/img/solution/select/top/bg_arrow.png) no-repeat center bottom;
  padding-bottom: 15px;
  font-size: 13px;
  font-size: 1.3rem;
}
@media screen and (min-width: 740px) {
  .l_block_access__title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media print {
  .l_block_access__title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.l_block_usage li {
  background: #CEEFE1;
  margin-bottom: 1em;
}
@media screen and (min-width: 1000px) {
  .l_block_usage li {
    margin-bottom: 27px;
  }
  .l_block_usage li:last-child {
    margin-bottom: 0;
  }
}
@media print {
  .l_block_usage li {
    margin-bottom: 27px;
  }
  .l_block_usage li:last-child {
    margin-bottom: 0;
  }
}
.l_block_usage__wrapper {
  padding: 1em;
  color: #333;
  display: block;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .l_block_usage__wrapper {
    padding: 0 70px 0 30px;
    height: 130px;
  }
}
@media print {
  .l_block_usage__wrapper {
    padding: 0 70px 0 30px;
    height: 130px;
  }
}
.l_block_usage__wrapper:after {
  content: '';
  margin-top: -8px;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 16px;
  display: block;
  background: url(/img/shared/ico_btn_arrow.png) no-repeat 0 0;
}
@media screen and (min-width: 740px) {
  .l_block_usage__wrapper:after {
    right: 5%;
  }
}
@media print {
  .l_block_usage__wrapper:after {
    right: 5%;
  }
}
.l_block_usage__inner {
  display: table;
  width: 100%;
  height: 100%;
}
.l_block_usage__inner p {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.2;
  font-size: 12px;
  font-size: 1.2rem;
}
.l_block_usage__inner p:first-child {
  width: 24%;
  padding-right: 20px;
}
@media screen and (min-width: 740px) {
  .l_block_usage__inner p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media print {
  .l_block_usage__inner p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.l_circle {
  display: block;
  text-align: center;
  border: 1px solid #333;
  margin-top: 0.5em;
  padding: 7px 0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 12px;
  font-size: 1.2rem;
}

.l_block, .l_block--blue, .l_block--white {
  padding: 40px 0;
}
.l_block--blue {
  background: #E0E6F6;
}
.l_block--white {
  background: #fff;
}

.l_page_title {
  background: #0091E6;
  color: #fff;
  line-height: 1.25;
  font-weight: bold;
  padding: 0.3em;
  margin-bottom: 0.5em;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (min-width: 1000px) {
  .l_page_title {
    line-height: 1;
    height: 60px;
    line-height: 60px;
    padding: 0 0 0 15px;
  }
}
@media print {
  .l_page_title {
    line-height: 1;
    height: 60px;
    line-height: 60px;
    padding: 0 0 0 15px;
  }
}

.l_list_btn, .l_list_btn--gray, .l_list_btn--navy {
  position: relative;
  display: block;
}
.l_list_btn:hover, .l_list_btn--gray:hover, .l_list_btn--navy:hover {
  text-decoration: none;
}
.l_list_btn p, .l_list_btn--gray p, .l_list_btn--navy p {
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (min-width: 740px) {
  .l_list_btn p, .l_list_btn--gray p, .l_list_btn--navy p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media print {
  .l_list_btn p, .l_list_btn--gray p, .l_list_btn--navy p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.l_list_btn--gray {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 740px) {
  .l_list_btn--gray {
    margin-bottom: 0;
    height: 79px;
    line-height: 79px;
  }
}
@media print {
  .l_list_btn--gray {
    margin-bottom: 0;
    height: 79px;
    line-height: 79px;
  }
}
.l_list_btn--gray.l_image01 {
  background: url(/img/solution/select/top/ico_selet05.png) no-repeat 0.5em center #ceefe1;
}
.l_list_btn--gray.l_image01 p {
  padding-left: 6.5em;
}
.l_list_btn--gray.l_image02 {
  background: url(/img/solution/select/top/ico_selet06.png) no-repeat 0.5em center #ceefe1;
}
.l_list_btn--gray.l_image02 p {
  padding-left: 8em;
}
.l_list_btn--gray.l_image03 {
  background: url(/img/solution/select/top/ico_selet07.png) no-repeat 0.5em center #ceefe1;
}
.l_list_btn--gray.l_image03 p {
  padding-left: 6.5em;
}
.l_list_btn--gray p {
  padding: .8em 3em .8em 0;
  line-height: 3.5;/*1.4*/
}
.l_list_btn--navy {
  background: url(/img/solution/select/top/ico_selet08.png) no-repeat 0.8em center #0c539c;
  color: #FFF;
}
.l_list_btn--navy p {
  padding: .8em 2.5em .8em 5em;
  line-height: 1.4;
}
.l_list_btn--navy p:hover {
  color: #FFF;
}

.l_btn_icon_arrow, .l_btn_icon_arrow--black, .l_btn_icon_arrow--yellow {
  position: absolute;
  top: 50%;
  right: 1em;
}
.l_btn_icon_arrow--black {
  background: url(/img/shared/ico_btn_arrow.png) no-repeat;
  margin-top: -5px;
  height: 16px;
  width: 10px;
}
.l_btn_icon_arrow--yellow {
  background: url(/img/solution/select/top/ico_btn_arrrow_ylw.png) no-repeat;
  margin-top: -5px;
  height: 10px;
  width: 16px;
}

.l_box_request, .l_box_request--yellow, .l_box_request--green, .l_box_request--red {
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.l_box_request h3, .l_box_request--yellow h3, .l_box_request--green h3, .l_box_request--red h3 {
  font-weight: bold;
  text-align: center;
  padding: 0.2em 0;
  font-size: 22px;
  font-size: 2.2rem;
}
.l_box_request h3 img, .l_box_request--yellow h3 img, .l_box_request--green h3 img, .l_box_request--red h3 img {
  margin-right: 0.3em;
}
.l_box_request--yellow {
  border: 2px solid #F0B434;
}
.l_box_request--yellow h3 {
  background-color: #F0B434;
}
.l_box_request--green {
  border: 2px solid #42C087;
}
.l_box_request--green h3 {
  background-color: #42C087;
}
.l_box_request--red {
  border: 2px solid #E76664;
}
.l_box_request--red h3 {
  background-color: #E76664;
}
.l_box_request__inner {
  padding: 20px;
}
.l_box_request__inner figure {
  margin-bottom: 1em;
}
@media screen and (min-width: 1000px) {
  .l_box_request__inner figure {
    width: 270px;
    height: 313px;
  }
}
@media print {
  .l_box_request__inner figure {
    width: 270px;
    height: 313px;
  }
}
@media print {
  .l_box_request__inner figure {
    width: auto;
    height: auto;
  }
}

.l_box_request hr, .l_box_request--yellow hr, .l_box_request--green hr, .l_box_request--red hr {
  border-top: 1px solid #ddd;
  border-bottom: none;
  border-right: none;
  border-left: none;
  margin: 20px 0;
}

.l_sevice_box {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
.l_sevice_box p {
  display: table-cell;
  width: 60px;
  padding-right: 10px;
  vertical-align: top;
}
.l_sevice_box ul {
  display: table-cell;
  vertical-align: middle;
}
.l_sevice_box ul li {
  line-height: 1.2;
}

.l_service_cost {
  zoom: 1;
  border-bottom: 1px solid #ddd;
  margin-bottom: 2.5em;
}
.l_service_cost:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
}
.l_service_cost p {
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.2;
}
.l_service_cost p.amount {
  float: left;
}
.l_service_cost p.cost {
  float: right;
}

.l_title_navy {
  background: url(/img/solution/select/top/ico_selet08.png) no-repeat 20px center #0c539c;
  color: #fff;
  font-weight: bold;
  padding: 0.8em 0.5em 0.5em 4.5em;
  margin-bottom: 1em;
  line-height: 1.25;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (min-width: 740px) {
  .l_title_navy {
    padding: 0.8em 0.5em 0.5em 3em;
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media print {
  .l_title_navy {
    padding: 0.8em 0.5em 0.5em 3em;
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.l_title_gray {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: .8em .7em .5em;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1.3em;
  font-size: 18px;
  font-size: 1.8rem;
}

.l_item_list {
  position: relative;
  display: inline-block;
  padding-left: 15px;
}
@media screen and (min-width: 1000px) {
  .l_item_list {
    padding-left: 20px;
  }
}
@media print {
  .l_item_list {
    padding-left: 20px;
  }
}
.l_item_list:before {
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  background: url(/img/shared/ico_link_list.png) no-repeat 0 0;
  -webkit-background-size: auto auto;
  background-size: auto auto;
}
@media screen and (min-width: 1000px) {
  .l_item_list:before {
    width: 8px;
    height: 8px;
    -webkit-background-size: 8px auto;
    background-size: 8px auto;
  }
}
@media print {
  .l_item_list:before {
    width: 8px;
    height: 8px;
    -webkit-background-size: 8px auto;
    background-size: 8px auto;
  }
}

.l_arrow {
  text-align: center;
  margin-bottom: 1em;
}

.l_img_c {
  text-align: center;
}

.l_btn, .l_btn--red, .l_btn--blue, .l_btn--blue-s, .l_btn--navy, .l_btn--green, .l_btn--orange, .l_btn--purple {
  font-weight: bold;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.l_btn a, .l_btn--red a, .l_btn--blue a, .l_btn--blue-s a, .l_btn--navy a, .l_btn--green a, .l_btn--orange a, .l_btn--purple a {
  display: block;
  text-align: center;
  color: #fff;
  padding: 20px 0;
  line-height: 1.2;
}
.l_btn a:hover, .l_btn--red a:hover, .l_btn--blue a:hover, .l_btn--blue-s a:hover, .l_btn--navy a:hover, .l_btn--green a:hover, .l_btn--orange a:hover, .l_btn--purple a:hover {
  text-decoration: none;
}
.l_btn--red {
  border: 1px solid #DA5E00;
  background-color: #e8641b;
  background-image: -webkit-linear-gradient(top, #ef8a58 0, #e8641b 50%);
  background-image: linear-gradient(to bottom, #ef8a58 0, #e8641b 50%);
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (min-width: 1000px) {
  .l_btn--red {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media print {
  .l_btn--red {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.l_btn--blue {
  border: 1px solid #2D83D9;
  background-color: #008fe9;
  background-image: -webkit-linear-gradient(top, #53b5f4 0, #008fe9 100%);
  background-image: linear-gradient(to bottom, #53b5f4 0, #008fe9 100%);
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (min-width: 1000px) {
  .l_btn--blue {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media print {
  .l_btn--blue {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.l_btn--blue-s {
  margin: 0 auto;
  border: 1px solid #2D83D9;
  max-width: 420px;
  background-color: #008fe9;
  background-image: -webkit-linear-gradient(top, #53b5f4 0, #008fe9 100%);
  background-image: linear-gradient(to bottom, #53b5f4 0, #008fe9 100%);
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (min-width: 1000px) {
  .l_btn--blue-s {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media print {
  .l_btn--blue-s {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.l_btn--navy {
  margin: 0 auto;
  border: 1px solid #00275D;
  max-width: 420px;
  background-color: #0a3568;
  background-image: -webkit-linear-gradient(top, #41628c 0, #0a3568 100%);
  background-image: linear-gradient(to bottom, #41628c 0, #0a3568 100%);
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (min-width: 1000px) {
  .l_btn--navy {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media print {
  .l_btn--navy {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.l_btn--green {
  margin: 0 auto;
  border: 1px solid #629703;
  max-width: 420px;
  background-color: #6ba900;
  background-image: -webkit-linear-gradient(top, #97c544 0, #6ba900 100%);
  background-image: linear-gradient(to bottom, #97c544 0, #6ba900 100%);
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (min-width: 1000px) {
  .l_btn--green {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media print {
  .l_btn--green {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.l_btn--orange {
  margin: 0 auto;
  border: 1px solid #D26900;
  max-width: 420px;
  background-color: #e87b00;
  background-image: -webkit-linear-gradient(top, #f09f37 0, #e87b00 100%);
  background-image: linear-gradient(to bottom, #f09f37 0, #e87b00 100%);
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (min-width: 1000px) {
  .l_btn--orange {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media print {
  .l_btn--orange {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.l_btn--purple {
  margin: 0 auto;
  border: 1px solid #6525B6;
  max-width: 420px;
  background-color: #7a3dc7;
  background-image: -webkit-linear-gradient(top, #9a66d7 0, #7a3dc7 100%);
  background-image: linear-gradient(to bottom, #9a66d7 0, #7a3dc7 100%);
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (min-width: 1000px) {
  .l_btn--purple {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media print {
  .l_btn--purple {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.l_block_heading {
  text-align: center;
  font-weight: bold;
  margin-bottom: .7em;
  line-height: 1.25;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (min-width: 1000px) {
  .l_block_heading {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media print {
  .l_block_heading {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.l_block_title, .l_block_title--bold, .l_block_title--hpbold {
  margin-bottom: 1em;
  line-height: 1.25;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (min-width: 1000px) {
  .l_block_title, .l_block_title--bold, .l_block_title--hpbold {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media print {
  .l_block_title, .l_block_title--bold, .l_block_title--hpbold {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.l_block_title--bold {
  font-weight: bold;
}
.l_block_title--hpbold {
  font-weight: normal;
}
@media screen and (min-width: 1000px) {
  .l_block_title--hpbold {
    font-weight: bold;
  }
}
@media print {
  .l_block_title--hpbold {
    font-weight: bold;
  }
}

.l_block_list {
  margin-bottom: 40px;
}

.l_mb15 {
  margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
  .l_mb15 {
    margin-bottom: 15px;
  }
}
@media print {
  .l_mb15 {
    margin-bottom: 15px;
  }
}

.l_mb30 {
  margin-bottom: 15px;
}
@media screen and (min-width: 1000px) {
  .l_mb30 {
    margin-bottom: 30px;
  }
}
@media print {
  .l_mb30 {
    margin-bottom: 30px;
  }
}

.l_hr {
  border-top: 1px solid #ccc;
  border-bottom: none;
  border-right: none;
  border-left: none;
  margin: 30px 0 0 0;
}

.l_mb50 {
  margin-bottom: 30px;
}
@media screen and (min-width: 1000px) {
  .l_mb50 {
    margin-bottom: 50px;
  }
}
@media print {
  .l_mb50 {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 740px) {
  .l_btn_fz {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media print {
  .l_btn_fz {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1000px) {
  .l_btn_fz {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media print {
  .l_btn_fz {
    font-size: 20px;
    font-size: 2rem;
  }
}
