@charset "UTF-8";
/* ======================================================================
 setting
====================================================================== */
/* 文字 */
/* 背景 */
/* 背景 */
/* 枠 */
/* ボタン */
/* ボタン */
/* ======================================================================
 p_usage
====================================================================== */
.p_usage .l_content .l_main > .inner .read .inner {
  padding: 92px 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner .read .inner {
    padding: 50px 4.6875%;
  }
}
.p_usage .l_content .l_main > .inner > .content {
  background: #e5f6ff;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner > .content {
    padding: 50px 0;
  }
}
.p_usage .l_content .l_main > .inner > .content + .content {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner > .content + .content {
    padding-top: 0;
  }
}
.p_usage .l_content .l_main > .inner > .content > .inner {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner > .content > .inner {
    background: #e5f6ff;
  }
}
.p_usage .l_content .l_main > .inner > .content > .inner > .ttl {
  background: #e5f6ff;
}
.p_usage .l_content .l_main > .inner > .content > .inner > .txt {
  margin: 0 auto;
  padding: 50px 100px;
  background: #e5f6ff;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner > .content > .inner > .txt {
    padding: 50px 0 40px;
  }
}
.p_usage .l_content .l_main > .inner > .content > .inner .menu {
  width: 100%;
}
.p_usage .l_content .l_main > .inner > .content > .inner .menu > .inner .alllist .list {
  height: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.p_usage .l_content .l_main > .inner > .content > .inner .menu > .inner .alllist .list .item {
  width: 100%;
  height: 100%;
  border-right: 1px solid #fff;
}
.p_usage .l_content .l_main > .inner > .content > .inner .menu > .inner .alllist .list .item:last-child {
  border-right: none;
}
.p_usage .l_content .l_main > .inner > .content > .inner .menu > .inner .alllist .list .item .link {
  width: 100%;
  height: 100%;
  display: block;
  background: #009fe8;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  flex-grow: 1;
  color: #fff;
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
}
.p_usage .l_content .l_main > .inner > .content > .inner .menu > .inner .alllist .list .item .link:hover {
  opacity: 0.5;
}
.p_usage .l_content .l_main > .inner > .content > .inner .menu > .inner .alllist .list .item .link._current {
  color: #009fe8;
  background: #fff;
  cursor: auto;
}
.p_usage .l_content .l_main > .inner > .content > .inner .menu > .inner .alllist .list .item .link._current:hover {
  opacity: 1;
}
.p_usage .l_content .l_main > .inner > .content > .inner .menu > .inner .alllist .list .item .link > .inner .txt {
  display: inline-block;
  position: relative;
  left: 20px;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner > .content > .inner .menu > .inner .alllist .list .item .link > .inner .txt {
    left: 14px;
  }
}
.p_usage .l_content .l_main > .inner > .content > .inner .menu > .inner .alllist .list .item .link > .inner .txt:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -26px;
}
.p_usage .l_content .l_main > .inner > .content > .inner .menu > .inner .alllist .list .item .link > .inner .txt:after {
  content: "";
  width: 4px;
  height: 4px;
  border-top: 2px solid #009fe8;
  border-right: 2px solid #009fe8;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 12px;
  left: -19px;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner > .content > .inner .menu > .inner .alllist .list .item .link > .inner .txt:after {
    top: 10px;
  }
}
.p_usage .l_content .l_main > .inner > .content > .inner .contentwrap {
  background: #fff;
  width: 100%;
  padding: 10px 50px 50px;
  overflow: hidden;
}
.p_usage .l_content .l_main > .inner > .content > .inner .contentwrap ._hidden {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner > .content > .inner .contentwrap {
    padding: 0 20px 20px;
  }
}
.p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .img_item {
  width: 100%;
  height: 200px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .img_item {
    height: 85px;
    display: block;
  }
}
.p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .img_item .wrap {
  width: 50%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .img_item .wrap {
    width: 100%;
  }
}
.p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .img_item .wrap._txt {
  background: #f5f5f5;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .img_item .wrap._txt {
    padding: 15px;
  }
}
.p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .img_item .wrap._txt > .imgwrap {
  margin: 0 30px 0 0;
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .img_item .wrap._txt > .imgwrap {
    margin: 0 15px 0 0;
    width: 50px;
    height: 50px;
  }
}
.p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .img_item .wrap._txt > .imgwrap .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .img_item .wrap._txt > .txtwrap > .icon .inner {
    height: 25px;
    padding: 0 12px;
    border: 1px solid #fff;
  }
}
.p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .img_item .wrap._txt > .txtwrap > .icon .inner > .txt {
  color: #fff;
}
.p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .img_item .wrap._txt > .txtwrap > .txt {
  margin: 15px 0 0;
  color: #323232;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .img_item .wrap._txt > .txtwrap > .txt {
    margin: 6px 0 0;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .img_item .wrap._img {
    display: none;
  }
}
.p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  min-height: 140px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow {
    display: block;
    min-height: 0;
    padding: 24px 0 24px 55px;
    border-bottom: dotted 1px #e6e6e6;
  }
}
.p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow.h100 {
  height: 100px;
  min-height: 140px;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow.h100 {
    height: auto;
    min-height: 0;
  }
}
.p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow._last .tdata._3 {
  border-bottom: 2px solid #009fe8;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow._last .tdata._3 {
    border-bottom: none;
  }
}
.p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow:before {
  content: "";
  background: #f5f5f5;
  width: 10px;
  height: calc(100% + 1px);
  position: absolute;
  top: 0;
  left: 105px;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow:before {
    width: 5px;
    left: 23px;
  }
}
.p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow .thead._1 {
  width: 280px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow .thead._1 {
    width: 100%;
    padding: 0;
  }
}
.p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow .thead._1 .txt {
  height: 40px;
  background: #fff;
  color: #c8c8c8;
  position: absolute;
  bottom: 8px;
  left: 110px;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow .thead._1 .txt {
    transform: none;
    display: block;
    position: static;
    font-size: 1.4em;
  }
}
.p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow .thead._2, .p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow .thead._3 {
  width: 410px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow .thead._2, .p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow .thead._3 {
    width: 100%;
    padding: 0;
  }
}
.p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow .thead._2 .inner, .p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow .thead._3 .inner {
  height: 46px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow .thead._2 .inner {
  background: #f5f5f5;
  color: #323232;
}
.p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow .thead._3 .inner {
  background: #e5f6ff;
  color: #009fe8;
  border: 2px solid #009fe8;
  border-bottom: none;
}
.p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow .tdiv {
  border-bottom: dotted 1px #e6e6e6;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow .tdiv {
    border-bottom: none;
  }
}
.p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow .tdiv._1 {
  width: 280px;
  position: relative;
  height: 140px;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow .tdiv._1 {
    width: 100%;
    padding: 0;
    height: auto;
  }
}
.p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow .tdiv._1 .txt {
  background: #fff;
  color: #c8c8c8;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 40px;
  position: absolute;
  left: 110px;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow .tdiv._1 .txt {
    height: auto;
    position: static;
    left: auto;
    transform: none;
    display: block;
    font-size: 1.4em;
  }
}
.p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow .tdiv._2, .p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow .tdiv._3 {
  width: 410px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow .tdiv._2, .p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow .tdiv._3 {
    width: 100%;
    padding: 0;
  }
}
.p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow .tdiv._3 {
  position: relative;
}
.p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow .tdiv._3:before {
  content: "";
  width: 2px;
  height: calc(100% + 1px);
  background: #009fe8;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow .tdiv._3:before {
    content: none;
  }
}
.p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow .tdiv._3:after {
  content: "";
  width: 2px;
  height: calc(100% + 1px);
  background: #009fe8;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow .tdiv._3:after {
    content: none;
  }
}
.p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow .tdata {
  border-bottom: dotted 1px #e6e6e6;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow .tdata {
    border-bottom: none;
  }
}
.p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow .tdata._1 {
  width: 280px;
  position: relative;
  padding: 54px 0 0 135px;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow .tdata._1 {
    width: 100%;
    padding: 0;
  }
}
.p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow .tdata._1 .txt {
  background: #fff;
  color: #f29d00;
  position: relative;
  font-size: 1.6em;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow .tdata._1 .txt {
    font-size: 1.5em;
    margin: 0 0 5px;
  }
}
.p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow .tdata._1 .txt.small {
  font-size: 1.5em;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow .tdata._1 .txt {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    -webkit-justify-content: left;
    -moz-justify-content: left;
    -ms-justify-content: left;
    justify-content: left;
    -ms-flex-pack: left;
  }
}
.p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow .tdata._1 .txt:before {
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: -50px;
  top: -14px;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow .tdata._1 .txt:before {
    left: -55px;
    top: -14px;
  }
}
.p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow .tdata._1 .txt:after {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #f29d00;
  position: absolute;
  left: -40px;
  top: -4px;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow .tdata._1 .txt:after {
    left: -45px;
    top: -4px;
  }
}
.p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow .tdata._1 .subtxt {
  font-size: 1.6em;
  line-height: 1.5;
  position: relative;
  color: #f29d00;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow .tdata._1 .subtxt {
    position: relative;
    font-size: 1.5em;
    top: 0;
    left: 0;
  }
}
.p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow .tdata._2, .p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow .tdata._3 {
  width: 410px;
  padding: 50px 30px;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow .tdata._2, .p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow .tdata._3 {
    width: 100%;
    padding: 0;
  }
}
.p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow .tdata._2 .catch, .p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow .tdata._3 .catch {
  width: 100%;
  height: 33px;
  margin: 0 0 20px;
  display: none;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow .tdata._2 .catch, .p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow .tdata._3 .catch {
    margin: 15px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow .tdata._2 .ttl, .p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow .tdata._3 .ttl {
  position: relative;
  color: #323232;
  left: 17px;
  color: #f29d00;
}
.p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow .tdata._2 .ttl:before, .p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow .tdata._3 .ttl:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #f29d00;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -17px;
}
.p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow .tdata._2 {
  position: relative;
}
.p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow .tdata._2 .catch {
  background: #f5f5f5;
  color: #323232;
}
.p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow .tdata._3 {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow .tdata._3 {
    margin: 20px 0 0;
    border: 2px solid #009fe8;
  }
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow .tdata._3.noline {
    border: none;
    margin: 0;
  }
}
.p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow .tdata._3 .catch {
  background: #e5f6ff;
  color: #009fe8;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow .tdata._3 .catch {
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow .tdata._3 .ttl {
    left: 35px;
  }
}
.p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow .tdata._3:before {
  content: "";
  width: 2px;
  height: calc(100% + 1px);
  background: #009fe8;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow .tdata._3:before {
    content: none;
  }
}
.p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow .tdata._3:after {
  content: "";
  width: 2px;
  height: calc(100% + 1px);
  background: #009fe8;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow .tdata._3:after {
    content: none;
  }
}
.p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow .tdata._3 .txtwrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow .tdata._3 .txtwrap {
    padding: 0 20px 20px;
  }
}
.p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow .tdata._3 .txtwrap .imgwrap {
  width: 50px;
  margin: 0 20px 0 0;
  min-width: 50px;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow .tdata._3 .txtwrap .imgwrap {
    margin: 6px 10px 0 0;
  }
}
.p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow .tdata._3 .txtwrap .imgwrap .image {
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 0 10px;
}
.p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .table_time .trow .tdata._3 .txtwrap .txt {
  color: #009fe8;
}
.p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .ttl_1 {
  position: relative;
  padding: 40px 0 30px 52px;
  font-size: 26px;
  color: #f29d00;
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .ttl_1 {
    padding: 25px 0 20px 20px;
    font-size: 20px;
    line-height: 32px;
  }
}
.p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .ttl_1:before {
  position: absolute;
  left: 10px;
  content: "";
  display: block;
  width: 10px;
  height: 125%;
  background: #f5f5f5;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .ttl_1:before {
    top: 35px;
    left: -1px;
    width: 5px;
  }
}
.p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .ttl_1:after {
  position: absolute;
  z-index: 1;
  top: 37px;
  left: 0;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #f29d00;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .ttl_1:after {
    top: 30px;
    left: -9px;
    width: 20px;
    height: 20px;
  }
}
.p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .box {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 52px;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .box {
    flex-direction: column;
    padding: 0 0 0 20px;
  }
}
.p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .box:before {
  position: absolute;
  left: 10px;
  content: "";
  display: block;
  width: 10px;
  height: 150%;
  background: #f5f5f5;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .box:before {
    left: -1px;
    width: 5px;
  }
}
.p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .box + .box {
  margin: 20px 0 0;
  padding: 30px 0 0 52px;
  background: linear-gradient(180deg, #f5f5f5, #f5f5f5 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0));
  background-size: calc(100% - 53px);
  background-repeat: no-repeat;
  background-position: right;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .box + .box {
    padding: 25px 0 0 20px;
    background-size: calc(100% - 20px);
  }
}
.p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .box .ttl_2 {
  padding: 0 0 20px;
  line-height: 32px;
  font-size: 20px;
  color: #009fe8;
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .box .ttl_2 {
    padding: 16px 0 12px;
    font-size: 18px;
    line-height: 28px;
  }
}
.p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .box .list .item {
  display: flex;
  gap: 5px;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .box .list .item {
    font-size: 14px;
    line-height: 28px;
  }
}
.p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .box .list .item:before {
  content: "・";
}
.p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .box .notes {
  display: flex;
  margin: 15px 0 0;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .box .notes {
    font-size: 12px;
    line-height: 24px;
  }
}
.p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .box .notes:before {
  content: "※";
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .box .txt {
    order: 2;
  }
}
.p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .box .img {
  margin: 0 0 0 30px;
  width: 402px;
  height: 202px;
  border: solid 1px #f5f5f5;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .box .img {
    order: 1;
    margin: 0;
    width: 100%;
    height: auto;
  }
}
.p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .box .btn {
  width: fit-content;
  border: solid 1px;
  margin: 41px 0 0;
  padding: 13px 18px;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #c8c8c8;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .box .btn {
    margin: 30px 0 5px;
    width: 100%;
    padding: 10px;
    font-size: 20px;
  }
}
.p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .plus {
  position: relative;
  height: 25px;
  margin: 30px 0 40px;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .plus {
    margin: 20px 0;
  }
}
.p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .plus:before {
  position: absolute;
  top: calc(50% - 1.5px);
  left: calc(50% - 12.5px);
  display: block;
  content: "";
  width: 25px;
  height: 3px;
  background: #c8c8c8;
}
.p_usage .l_content .l_main > .inner > .content > .inner .contentwrap .plus:after {
  position: absolute;
  top: calc(50% - 12.5px);
  left: calc(50% - 1.5px);
  display: block;
  content: "";
  width: 3px;
  height: 25px;
  background: #c8c8c8;
}
.p_usage .l_content .l_main > .inner > .content > .inner .footer {
  position: relative;
  z-index: 1;
  height: 100px;
  display: flex;
  align-items: center;
  padding: 0 0 0 230px;
  background: #009fe8;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner > .content > .inner .footer {
    height: auto;
    padding: 14px 20px;
  }
}
.p_usage .l_content .l_main > .inner > .content > .inner .footer .img {
  width: 80px;
  height: 80px;
  border-radius: 80px;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner > .content > .inner .footer .img {
    width: 60px;
    height: 60px;
    margin: 0 20px 20px 0;
  }
}
.p_usage .l_content .l_main > .inner > .content > .inner .footer .txt {
  margin: 0 60px 0 20px;
  font-size: 20px;
  letter-spacing: 0.08em;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner > .content > .inner .footer .txt {
    margin: 0;
    font-size: 18px;
    line-height: 30px;
  }
}
.p_usage .l_content .l_main > .inner .section > .inner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner .section > .inner {
    width: 100%;
    padding: 0 4.6875%;
  }
}
.p_usage .l_content .l_main > .inner .section > .inner .banner_area {
  width: 720px;
  position: relative;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner .section > .inner .banner_area {
    width: 100%;
    margin: auto;
    padding: 25px 40px;
  }
}
.p_usage .l_content .l_main > .inner .section > .inner .banner_area > .banner {
  display: block;
  width: 350px;
}
.p_usage .l_content .l_main > .inner .section > .inner .banner_area > .banner > img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p_usage .l_content .l_main > .inner .section > .inner .banner_area > .banner:nth-child(n + 3) {
    margin: 20px 0 0;
  }
}
.p_usage .l_content .l_main > .inner .section > .inner .banner_area .slick-list {
  margin: 0 -10px;
}
.p_usage .l_content .l_main > .inner .section > .inner .banner_area .slick-slide {
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner .section > .inner .banner_area .slick-slide .fit {
    width: 100%;
  }
}
.p_usage .l_content .l_main > .inner .section > .inner .banner_area .slick-next {
  right: 10px;
}
.p_usage .l_content .l_main > .inner .section > .inner .banner_area .slick-next:before {
  content: '>';
  color: #009fe8;
}
.p_usage .l_content .l_main > .inner .section > .inner .banner_area .slick-prev {
  left: 10px;
}
.p_usage .l_content .l_main > .inner .section > .inner .banner_area .slick-prev:before {
  content: '<';
  color: #009fe8;
}
.p_usage .l_content .l_main > .inner .section.sec_3 {
  padding: 0 0 100px;
}
.p_usage .l_content .l_main > .inner .section.sec_3 .ttl_1 {
  line-height: 1.5;
  margin: 85px 0 0;
  font-size: 28px;
  position: relative;
  padding: 0 0 23px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner .section.sec_3 .ttl_1 {
    font-size: 20px;
    margin: 50px 0 0;
  }
}
.p_usage .l_content .l_main > .inner .section.sec_3 .ttl_1:before {
  content: '';
  width: 50px;
  height: 5px;
  background: #009fe8;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p_usage .l_content .l_main > .inner .section.sec_3 .ttl_4 {
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
  overflow: hidden;
  position: relative;
  line-height: 1.6em;
  max-height: 3.2em;
  text-align: justify;
}
.p_usage .l_content .l_main > .inner .section.sec_3 .ttl_4::before {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 6px;
  background-color: #fff;
  width: 1em;
}
.p_usage .l_content .l_main > .inner .section.sec_3 .ttl_4::after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1.6em;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner .section.sec_3 .ttl_4 {
    font-weight: normal;
  }
}
.p_usage .l_content .l_main > .inner .section.sec_3 .txt_1 {
  font-size: 16px;
  line-height: 2;
}
.p_usage .l_content .l_main > .inner .section.sec_3 .txt_1.textover {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  text-overflow: ellipsis;
}
.p_usage .l_content .l_main > .inner .section.sec_3 .txt_1.textover_2row {
  overflow: hidden;
  position: relative;
  line-height: 2;
  max-height: 4em;
  text-align: justify;
}
.p_usage .l_content .l_main > .inner .section.sec_3 .txt_1.textover_2row::before {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 5px;
  background-color: #fff;
  width: 1em;
}
.p_usage .l_content .l_main > .inner .section.sec_3 .txt_1.textover_2row::after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 2em;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner .section.sec_3 .txt_1 {
    font-size: 14px;
    line-height: 1.9;
  }
}
.p_usage .l_content .l_main > .inner .section.sec_3 .btn1 {
  width: 360px;
  height: 60px;
  border-radius: 30px;
  border: 3px solid #009fe8;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all .2s linear;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner .section.sec_3 .btn1 {
    width: 235px;
    height: 45px;
    border: 1px solid #009fe8;
  }
}
.p_usage .l_content .l_main > .inner .section.sec_3 .btn1:hover {
  background: #e5f6ff;
  opacity: 1;
  box-shadow: 0 15px 20px -4px rgba(0, 0, 0, 0.1);
}
.p_usage .l_content .l_main > .inner .section.sec_3 .btn1 > p {
  color: #009fe8;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner .section.sec_3 .btn1 > p {
    font-size: 14px;
  }
}
.p_usage .l_content .l_main > .inner .section.sec_3 .btn1 .position {
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 1;
  transform: translateY(-50%);
}
.p_usage .l_content .l_main > .inner .section.sec_3 .btn1 .position .wrap {
  position: relative;
  background: #009fe8;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner .section.sec_3 .btn1 .position .wrap {
    width: 20px;
    height: 20px;
  }
}
.p_usage .l_content .l_main > .inner .section.sec_3 .btn1 .position .wrap > .vertical,
.p_usage .l_content .l_main > .inner .section.sec_3 .btn1 .position .wrap > .horizontal {
  content: '';
  position: absolute;
  top: 50%;
  left: 48%;
  right: 0;
  bottom: 0;
  margin: 0;
  width: 7px;
  height: 2px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner .section.sec_3 .btn1 .position .wrap > .vertical,
  .p_usage .l_content .l_main > .inner .section.sec_3 .btn1 .position .wrap > .horizontal {
    width: 5px;
    height: 1px;
  }
}
.p_usage .l_content .l_main > .inner .section.sec_3 .btn1 .position .wrap > .vertical {
  transform: translate(-50%, -50%) rotate(40deg);
  transform-origin: right;
}
.p_usage .l_content .l_main > .inner .section.sec_3 .btn1 .position .wrap > .horizontal {
  transform-origin: right;
  transform: translate(-50%, -50%) rotate(-40deg);
}
.p_usage .l_content .l_main > .inner .section.sec_3 > .inner > .column_contents > .inner {
  padding: 0 20px;
}
.p_usage .l_content .l_main > .inner .section.sec_3 > .inner > .column_contents > .inner > .lists {
  margin: 50px auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.p_usage .l_content .l_main > .inner .section.sec_3 > .inner > .column_contents > .inner > .lists .slick-list {
  margin: 0 -14px;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner .section.sec_3 > .inner > .column_contents > .inner > .lists .slick-slide {
    border: 1px solid #e6e6e6;
    margin: 0 10px;
  }
}
.p_usage .l_content .l_main > .inner .section.sec_3 > .inner > .column_contents > .inner > .lists .slick-next:before {
  content: '>';
  color: #009fe8;
}
.p_usage .l_content .l_main > .inner .section.sec_3 > .inner > .column_contents > .inner > .lists .slick-prev:before {
  content: '<';
  color: #009fe8;
}
.p_usage .l_content .l_main > .inner .section.sec_3 > .inner > .column_contents > .inner > .lists .list {
  width: calc(100% / 3);
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  position: relative;
  transition: all .2s linear;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner .section.sec_3 > .inner > .column_contents > .inner > .lists .list {
    outline: none;
    border-left-width: 1px;
  }
}
.p_usage .l_content .l_main > .inner .section.sec_3 > .inner > .column_contents > .inner > .lists .list:nth-child(3n+1) {
  border-left-width: 1px;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner .section.sec_3 > .inner > .column_contents > .inner > .lists .list:nth-child(3n+1) {
    border-left-width: 1px;
  }
}
.p_usage .l_content .l_main > .inner .section.sec_3 > .inner > .column_contents > .inner > .lists .list:nth-child(n+5) {
  border-left-width: 0;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner .section.sec_3 > .inner > .column_contents > .inner > .lists .list:nth-child(n+5) {
    border-left-width: 1px;
  }
}
.p_usage .l_content .l_main > .inner .section.sec_3 > .inner > .column_contents > .inner > .lists .list:hover {
  box-shadow: 0 10px 20px 5px rgba(0, 0, 0, 0.1);
  opacity: 1;
  border-color: transparent;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner .section.sec_3 > .inner > .column_contents > .inner > .lists .list:hover {
    outline: inherit;
    box-shadow: none;
    border-color: #e6e6e6;
  }
}
.p_usage .l_content .l_main > .inner .section.sec_3 > .inner > .column_contents > .inner > .lists .list:hover:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  z-index: 1;
  border: 2px solid #009fe8;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner .section.sec_3 > .inner > .column_contents > .inner > .lists .list:hover:before {
    border: none;
  }
}
.p_usage .l_content .l_main > .inner .section.sec_3 > .inner > .column_contents > .inner > .lists .list > a {
  padding: 30px;
  display: block;
  width: 100%;
  height: 100%;
  color: #323232;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner .section.sec_3 > .inner > .column_contents > .inner > .lists .list > a {
    padding: 20px;
  }
}
.p_usage .l_content .l_main > .inner .section.sec_3 > .inner > .column_contents > .inner > .lists .list > a:hover {
  box-shadow: 0 10px 20px 5px rgba(0, 0, 0, 0.1);
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner .section.sec_3 > .inner > .column_contents > .inner > .lists .list > a:hover {
    outline: inherit;
    box-shadow: none;
  }
}
.p_usage .l_content .l_main > .inner .section.sec_3 > .inner > .column_contents > .inner > .lists .list > a:hover > .imgwrap > img {
  opacity: 1;
}
.p_usage .l_content .l_main > .inner .section.sec_3 > .inner > .column_contents > .inner > .lists .list > a > .imgwrap {
  width: 100%;
  height: 210px;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner .section.sec_3 > .inner > .column_contents > .inner > .lists .list > a > .imgwrap {
    width: 100%;
    height: 100%;
  }
}
.p_usage .l_content .l_main > .inner .section.sec_3 > .inner > .column_contents > .inner > .lists .list > a > .imgwrap > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p_usage .l_content .l_main > .inner .section.sec_3 > .inner > .column_contents > .inner > .lists .list > a .c_ico_3 {
  margin: 15px 0 10px;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner .section.sec_3 > .inner > .column_contents > .inner > .lists .list > a .c_ico_3 {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner .section.sec_3 > .inner > .column_contents > .inner > .lists .list > a .c_ico_3 .inner .u_txt_1 {
    font-size: 12px;
  }
}
.p_usage .l_content .l_main > .inner .section.sec_3 > .inner > .column_contents > .inner > .lists .list > a > .txtwrap > .ttl_4 {
  margin: 0 0 10px;
}
@media screen and (min-width: 769px) {
  .p_usage .l_content .l_main > .inner .section.sec_3 > .inner > .column_contents > .inner > .lists .slick-slide:nth-of-type(n+2) .list {
    border-left: none;
  }
}
.p_usage .l_content .l_main > .inner .section.sec_3 > .inner > .column_contents > .inner > .btnwrap > .btn1 {
  margin: 50px auto 0;
}
.p_usage .l_content .l_main > .inner .section.sec_3 > .inner > .news_contents {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner .section.sec_3 > .inner > .news_contents {
    padding: 50px 0;
  }
}
.p_usage .l_content .l_main > .inner .section.sec_3 > .inner > .news_contents > .ttl_1 {
  margin: 0 0 40px;
}
.p_usage .l_content .l_main > .inner .section.sec_3 > .inner > .news_contents > .txt {
  position: relative;
  font-size: 16px;
  margin: 25px 0 0 175px;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner .section.sec_3 > .inner > .news_contents > .txt {
    padding: 30px 0;
    margin: 0;
    font-size: 14px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
  }
}
.p_usage .l_content .l_main > .inner .section.sec_3 > .inner > .news_contents > .txt.first {
  margin: 0 0 0 175px;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner .section.sec_3 > .inner > .news_contents > .txt.first {
    border-top: none;
    margin: 0;
    padding: 0 0 30px;
  }
}
.p_usage .l_content .l_main > .inner .section.sec_3 > .inner > .news_contents > .txt.first > a {
  position: relative;
}
.p_usage .l_content .l_main > .inner .section.sec_3 > .inner > .news_contents > .txt.first > a > .new {
  content: 'NEW';
  color: #f29d00;
}
.p_usage .l_content .l_main > .inner .section.sec_3 > .inner > .news_contents > .txt:nth-child(2), .p_usage .l_content .l_main > .inner .section.sec_3 > .inner > .news_contents > .txt:nth-child(3) {
  border-bottom: none;
}
.p_usage .l_content .l_main > .inner .section.sec_3 > .inner > .news_contents > .txt > span {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner .section.sec_3 > .inner > .news_contents > .txt > span {
    position: static;
  }
}
.p_usage .l_content .l_main > .inner .section.sec_3 > .inner > .news_contents > .txt > a {
  display: inline-block;
  margin: 0 0 0 140px;
  color: #009fe8;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner .section.sec_3 > .inner > .news_contents > .txt > a {
    padding: 0;
    margin: 5px 0 0;
    line-height: 1.5;
  }
}
.p_usage .l_content .l_main > .inner .section.sec_3 > .inner > .news_contents > .btnwrap > .btn1 {
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  .p_usage .l_content .l_main > .inner .section.sec_3 > .inner > .news_contents > .btnwrap > .btn1 {
    margin: 50px auto 0;
  }
}

/*# sourceMappingURL=p_usage.css.map */
