@charset "UTF-8";
/* ======================================================================
 setting
====================================================================== */
/* ======================================================================
 p_line
====================================================================== */

.ui-menu {
    max-height: 15em;
    overflow-y: auto;
    overflow-x: scroll;
}
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  height: 30px;
  padding: 0 20px;
  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;
}

/* リスト全体の背景 */
.ui-widget-content {
  border: 1px solid #666 !important;
  color: #333 !important;
  font-size: 14px;
}

/* リスト hover 時のカラー */
.ui-state-active {
  border: 1px solid #67969c !important;
  font-weight: bold !important;
  color: #ffffff;
}

.p_line .l_container_top > .l_main_visual_1 > .inner {
  background-image: url(../img/line/mv.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right 0;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_main_visual_1 > .inner {
    background-image: url(../img/line/sp/mv.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right 0;
  }
}
.p_line .l_container_top .anc {
  position: absolute;
  top: -100px;
}
.p_line .l_container_top > .box {
  width: 1160px;
  margin: 80px auto 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .box {
    width: 100%;
    padding: 0 4.6875%;
    text-align: left;
    margin: 30px auto 0;
  }
}
.p_line .l_container_top > .box > .wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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_line .l_container_top > .box > .wrap > .img {
  width: 140px;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .box > .wrap > .img {
    width: 240px;
  }
}
.p_line .l_container_top > .box > .wrap > .img:not(:first-child) {
  margin: 0 30px 0 20px;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .box > .wrap > .img:not(:first-child) {
    margin: 0 0 15px;
  }
}
.p_line .l_container_top > .box > .wrap > .lead {
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .box > .wrap > .lead {
    width: 100%;
    text-align: left;
  }
}
.p_line .l_container_top > .box > .wrap > .lead .red {
  color: #D36C6C;
  font-weight: bold;
}
.p_line .l_container_top > .box > .wrap > .lead .red > a {
  color: #D36C6C;
  text-decoration: underline;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.p_line .l_container_top > .box > .wrap > .lead .red > a:hover {
  opacity: .7;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .box > .wrap > .lead .red > a:hover {
    text-decoration: underline;
  }
}
.p_line .l_container_top > .box > .linkbox {
  margin: 80px 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .box > .linkbox {
    margin: 30px 0 0;
    display: block;
    text-align: left;
  }
}
.p_line .l_container_top > .box > .linkbox > a {
  display: inline-block;
  color: #1AA5AA;
  position: relative;
  padding: 0 18px 0 0;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .box > .linkbox > a {
    font-size: 12px;
  }
}
.p_line .l_container_top > .box > .linkbox > a:not(:first-child) {
  margin: 0 0 0 32px;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .box > .linkbox > a:not(:first-child) {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .box > .linkbox > a:first-child {
    margin: 0 30px 15px 0;
  }
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .box > .linkbox > a:nth-of-type(2) {
    margin: 0 30px 15px 0;
  }
}
.p_line .l_container_top > .box > .linkbox > a:before {
  content: '';
  position: absolute;
  right: 0;
  top: 43%;
  display: block;
  width: 7px;
  height: 7px;
  border-top: solid 1px #1AA5AA;
  border-right: solid 1px #1AA5AA;
  -moz-transform: translateY(-50%) rotate(135deg);
  -ms-transform: translateY(-50%) rotate(135deg);
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}
.p_line .l_container_top > .l_content {
  padding: 0 0 120px;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content {
    padding: 0 0 80px;
  }
}
.p_line .l_container_top > .l_content > .l_main .sec {
  margin: 110px auto 0;
  width: 1160px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec {
    margin: 80px auto 0;
    width: 100%;
  }
}
.p_line .l_container_top > .l_content > .l_main .sec:before {
  content: url(../img/common/blue_ico.svg);
  position: absolute;
  top: -30px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec:before {
    content: '';
    top: -20px;
    background: url(../img/common/blue_ico.svg);
    width: 146px;
    height: 70px;
    background-size: cover;
  }
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_1 {
  background: #CFEBEF;
  border-radius: 30px;
  padding: 95px 50px 50px;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec.sec_1 {
    margin: 50px auto 0;
    width: 100%;
    border-radius: 0;
    padding: 70px 4.6875% 60px;
  }
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .c_ttl_1 > .u_txt_1 {
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .c_ttl_1 > .u_txt_1 {
    text-align: left;
    margin: 20px 0 0;
  }
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .c_ttl_1 > .u_txt_1.second {
  margin: 15px 0 0;
  color: #D36C6C;
  font-weight: bold;
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .u_txt_1 {
  margin: 40px 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .u_txt_1 {
    margin: 30px 0 0;
    text-align: left;
  }
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .u_txt_1 > span {
  font-weight: bold;
  color: #D36C6C;
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap {
  background: #fff;
  border-radius: 30px;
  padding: 40px 130px 50px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap {
    width: 100%;
    padding: 20px 0 35px 0;
    display: block;
    border-radius: 20px;
    margin: 25px auto 0;
  }
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .txtbox {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .txtbox {
    padding: 0 20px;
  }
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .txtbox > .u_txt_1 {
  text-align: center;
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .txtbox > .u_txt_1.second {
  font-weight: bold;
  color: #D36C6C;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .txtbox > .u_txt_1.second {
    text-align: left;
  }
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .txtbox > img {
  margin: 20px 0 30px;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .txtbox > img {
    width: 250px;
  }
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .flex {
  position: relative;
  margin: 50px 0 0;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .flex {
    margin: 10px 0 0;
    width: 100%;
    padding: 0 20px 0 30px;
    display: block;
    border-radius: 20px;
  }
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .flex > .ttl {
  padding: 16px 0 0;
  border-top: 2px dashed #1AA5AA;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .flex > .ttl {
    padding: 0;
    border: none;
  }
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .flex > .ttl:before {
  content: '';
  background: #1AA5AA;
  height: 2px;
  position: absolute;
  top: -2px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: -moz-calc(100% - 350px);
  width: -o-calc(100% - 350px);
  width: -webkit-calc(100% - 350px);
  width: calc(100% - 350px);
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .flex > .ttl > .item {
  width: 380px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .flex > .ttl > .item {
    text-align: left;
    padding: 25px 0 0 30px;
    border-left: 2px dashed #1AA5AA;
  }
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .flex > .ttl > .item:nth-child(1):after {
    content: '';
    width: 2px;
    height: calc(100% - 30px);
    background: #1AA5AA;
    position: absolute;
    top: 52px;
    left: -2px;
  }
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .flex > .ttl > .item:before {
  content: url(../img/line/ico-2.svg);
  position: absolute;
  top: -30px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .flex > .ttl > .item:before {
    display: none;
  }
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .flex > .ttl > .item > .u_txt_2 {
  color: #1AA5AA;
  font-weight: bold;
  letter-spacing: .05em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .flex > .ttl > .item > .u_txt_2:before {
    content: url(../img/line/ico-2.svg);
    position: absolute;
    top: 0;
    left: -31px;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .flex > .ttl > .item > .u_txt_2 > img {
  margin: 0 5px 0 0;
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .flex > .ttl > .item > .station {
  width: 100%;
  margin: 15px 0 0;
  position: relative;
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .flex > .ttl > .item > .station:before {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  top: 14px;
  right: 10px;
  pointer-events: none;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .flex > .ttl > .item > .station:before {
    right: 15px;
  }
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .flex > .ttl > .item > .station .child_railway > select {
  color: #333;
  border: 1px solid #707070;
  border-radius: 10px;
  height: 40px;
  width: 100%;
  font-size: 14px;
  padding: 0 0 0 20px;
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .flex > .ttl > .item > .station .child_railway > select:placeholder-shown {
  color: #333;
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .flex > .ttl > .item > .station .child_railway > select::-webkit-input-placeholder {
  color: #333;
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .flex > .ttl > .item > .station .child_railway > select:-moz-placeholder {
  color: #333;
  opacity: 1;
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .flex > .ttl > .item > .station .child_railway > select::-moz-placeholder {
  color: #333;
  opacity: 1;
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .flex > .ttl > .item > .station .child_railway > select:-ms-input-placeholder {
  color: #333;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .flex > .ttl > .item > .station .child_railway > select {
    line-height: 1.3;
    padding: 0 30px 0 20px;
    white-space: normal;
  }
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .flex > .ttl > .item > .station > p {
  margin: 10px 0 0;
  display: flex;
  font-size:16px;
  line-height:3;
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .flex > .ttl > .item > .station > p > span {
  display: none;
  text-align: left;
  color: #333;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .flex > .ttl > .item > .station > p > span {
    font-size: 13px;
  }
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .flex > .ttl > .item > .station > p > input {
  width: 100%;
  background: #F3F3F3;
  color: #333;
  border-radius: 10px;
  margin: 5px 0 0;
  padding: 0 20px;
  height: 40px;
  font-size: 14px;
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .flex > .ttl > .item > .station > p > input:placeholder-shown {
  color: #B9B9B9;
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .flex > .ttl > .item > .station > p > input::-webkit-input-placeholder {
  color: #B9B9B9;
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .flex > .ttl > .item > .station > p > input:-moz-placeholder {
  color: #B9B9B9;
  opacity: 1;
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .flex > .ttl > .item > .station > p > input::-moz-placeholder {
  color: #B9B9B9;
  opacity: 1;
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .flex > .ttl > .item > .station > p > input:-ms-input-placeholder {
  color: #B9B9B9;
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .u_txt_1{
    margin:2em 0;
}
@media screen and (max-width: 768px) {
    .p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .u_txt_1{
        margin:2em;
        font-size:0.9em
    }
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .u_txt_1 .red{
    font-weight: bold;
    color: #D36C6C;
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .error {
  display: none;
  margin: 40px 0 0;
  width: 100%;
  padding: 30px;
  background: #FFDDDD;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .error {
    padding: 20px;
    border-radius: 20px;
    margin: 40px 20px 0;
    width: -moz-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
  }
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .error._active {
  display: block;
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .error > .u_txt_10 {
  text-align: center;
  font-weight: bold;
  color: #D36C6C;
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .error > .u_txt_10 > img{
  height: 1.4em;
  vertical-align: middle;
  display: inline-block;
  margin-right: 0.3em;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .error > .u_txt_10 {
    line-height: 1.5;
  }
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .error > .txt {
  margin: 20px 0 0;
  background: #fff;
  border-radius: 30px;
  padding: 30px 0 30px 40px;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .error > .txt {
    border-radius: 20px;
    padding: 19px;
  }
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .error > .txt > .u_txt_1 {
    font-size: 12px;
    letter-spacing: .05em;
  }
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .error > .txt > .center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .error > .txt > .center {
    text-align: left;
  }
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .error > .txt > .second {
  margin: 30px 0 10px;
  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;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .error > .txt > .second {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin: 15px 0;
  }
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .error > .txt > .second > img {
  margin: 0 5px 0 0;
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .error > .txt > .red {
  font-weight: bold;
  color: #D36C6C;
  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;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .error > .txt > .red {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .error > .txt > .red > img {
  margin: 0 5px 0 0;
}


.p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .notice {
    display: none;
    margin: 40px 0 0;
    width: 100%;
    padding: 30px;
    background: #FCE9A6;
    border-radius: 30px;
  }
  @media screen and (max-width: 768px) {
    .p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .notice {
      padding: 20px;
      border-radius: 20px;
      margin: 40px 20px 0;
      width: -moz-calc(100% - 40px);
      width: -o-calc(100% - 40px);
      width: -webkit-calc(100% - 40px);
      width: calc(100% - 40px);
    }
  }
  .p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .notice._active {
    display: block;
  }
  .p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .notice > .u_txt_10 {
    text-align: center;
    font-weight: bold;
  }
  .p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .notice > .u_txt_10 > img{
    height: 1.4em;
    vertical-align: middle;
    display: inline-block;
    margin-right: 0.3em;
  }
  @media screen and (max-width: 768px) {
    .p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .notice > .u_txt_10 {
      line-height: 1.5;
    }
  }
  .p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .notice > .txt {
    margin: 20px 0 0;
    background: #fff;
    border-radius: 30px;
    padding: 30px 0 30px 40px;
  }
  @media screen and (max-width: 768px) {
    .p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .notice > .txt {
      border-radius: 20px;
      padding: 19px;
    }
  }
  @media screen and (max-width: 768px) {
    .p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .notice > .txt > .u_txt_1 {
      font-size: 12px;
      letter-spacing: .05em;
    }
  }
  .p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .notice > .txt > .center {
    text-align: center;
  }
  @media screen and (max-width: 768px) {
    .p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .notice > .txt > .center {
      text-align: left;
    }
  }
  .p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .notice > .txt > .second {
    margin: 30px 0 10px;
    display: -webkit-box;
    display: -moz-box;
    text-indent: -2.4em;
    margin-left: 2.4em;
    /*
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    */
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  @media screen and (max-width: 768px) {
    .p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .notice > .txt > .second {
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      align-items: flex-start;
      /* margin: 15px 0; */
    }
  }
  .p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .notice > .txt > .second > img {
    margin: 0 5px 0 0;
    vertical-align: middle;
  }
  .p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .notice > .txt > .red {
    font-weight: bold;
    color: #D36C6C;
    display: -webkit-box;
    display: -moz-box;
    text-indent: -2.4em;
    margin-left: 2.4em;
    /*
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    */
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  @media screen and (max-width: 768px) {
    .p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .notice > .txt > .red {
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      align-items: flex-start;
    }
  }
  .p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .notice > .txt > .red > img {
    margin: 0 5px 0 0;
    vertical-align: middle;
  }



.p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .true {
  display: none;
  margin: 40px 0 0;
  width: 100%;
  padding: 30px;
  background: #CFEBEF;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .true {
    margin: 40px 20px 0;
    padding: 20px;
    border-radius: 20px;
    width: -moz-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
  }
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .true._active {
  display: block;
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .true > .u_txt_10 {
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .true > .u_txt_10 {
    line-height: 1.5;
  }
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .true > .txt {
  margin: 20px 0 0;
  background: #fff;
  border-radius: 30px;
  padding: 20px;
  position: relative;
  display: flex;
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .true > .txt > div {
    margin-top:3em;
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .true > .txt > img {
    flex: 0 0 90px;
}
@media screen and (max-width: 768px) {
    .p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .true > .txt > div {
        margin-top:0;
    }
    .p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .true > .txt > img {
        position: absolute;
        bottom: -2em;
        right: -3.5em;
        width: 8.5em
    }
    .p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .true > .txt > img:first-child {
        right: 0;
        left:-5.5em;
        width: 8.5em
    }
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .true > .txt  .c_btn_4 {
    margin:1.5em auto;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .true > .txt {
    border-radius: 20px;
    padding: 19px;
  }
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .true > .txt > .u_txt_1 {
    font-size: 12px;
    letter-spacing: .05em;
  }
}

.p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .true > .txt > .c_btn_4 {
    margin:1em auto;
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .true > .txt > .second {
  margin: 30px 0 10px;
  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;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .true > .txt > .second {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin: 15px 0;
  }
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .true > .txt > .second > img {
  margin: 0 5px 0 0;
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .true > .txt > .red {
  font-weight: bold;
  color: #D36C6C;
  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;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .true > .txt > .red {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .true > .txt > .red > img {
  margin: 0 5px 0 0;
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .c_btn_2 {
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec.sec_1 > .wrap > .c_btn_2 {
    margin: 35px auto 0;
  }
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_2 {
  padding: 95px 0 0;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec.sec_2 {
    padding: 60px 4.6875% 0;
    margin: 90px auto 0;
  }
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_2:before {
  content: url(../img/common/yellow_ico.svg);
  position: absolute;
  top: -30px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec.sec_2:before {
    content: '';
    background: url(../img/common/sp/yellow_ico.svg);
    background-size: cover;
    position: absolute;
    width: 245px;
    height: 62px;
    top: -30px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_2 > .lead {
  text-align: center;
  margin: 35px 0 0;
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_2 .flex {
  margin: 40px auto 0;
  position: relative;
  background: #F3F3F3;
  border-radius: 30px;
  padding: 0 0 15px;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec.sec_2 .flex {
    width: 100%;
    display: block;
    border-radius: 20px;
    margin: 25px auto 0;
  }
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_2 .flex > .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec.sec_2 .flex > .item {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_2 .flex > .item > .btnwrap {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec.sec_2 .flex > .item > .btnwrap {
    width: 100%;
    padding: 0 20px;
  }
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_2 .flex > .item > .btnwrap > .item {
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec.sec_2 .flex > .item > .btnwrap > .item {
    margin: 30px 0 0;
    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;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec.sec_2 .flex > .item > .btnwrap > .item:nth-child(2) {
    margin: 20px 0 0;
  }
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_2 .flex > .item > .btnwrap > .item > .u_txt_1 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec.sec_2 .flex > .item > .btnwrap > .item > .u_txt_1 {
    text-align: left;
    padding: 0 10px 0 0;
  }
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_2 .flex > .item > .btnwrap > .item > .select {
  width: 250px;
  height: 50px;
  margin: 5px auto;
  border: 1px solid #333;
  background: #fff;
  border-radius: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec.sec_2 .flex > .item > .btnwrap > .item > .select {
    margin: 0;
    width: 205px;
  }
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_2 .flex > .item > .btnwrap > .item > .select:before {
  content: '+';
  pointer-events: none;
  position: absolute;
  top: 48%;
  font-size: 22px;
  color: #333;
  right: 20px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_2 .flex > .item > .btnwrap > .item > .select > select {
  width: 250px;
  height: 50px;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec.sec_2 .flex > .item > .btnwrap > .item > .select > select {
    width: 205px;
    padding: 0 40px 0 15px;
    white-space: normal;
  }
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec.sec_2 .flex > .item > .btnwrap > .item > .select > select.u_txt_1 {
    line-height: 1.4;
  }
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_2 .flex > .item > .btnwrap > img {
  max-width: 100%;
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_2 .flex > .item > .svgwrap {
  position: relative;
  height: 460px;
  background: #fff;
  border-top: 2px solid #F3F3F3;
  border-right: 2px solid #F3F3F3;
  border-radius: 0 30px 0 0;
  overflow: hidden;
  width: -moz-calc(100% - 260px);
  width: -o-calc(100% - 260px);
  width: -webkit-calc(100% - 260px);
  width: calc(100% - 260px);
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec.sec_2 .flex > .item > .svgwrap {
    height: 260px;
    margin: 15px 20px 0;
    border-radius: 0;
    width: -moz-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
  }
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_2 .flex > .item > .svgwrap .white_layer {
  display: none;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_2 .flex > .item > .svgwrap > .wrap {
  width: 1500px;
  height: 1500px;
  position: absolute;
  top: -360px;
  left: -400px;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec.sec_2 .flex > .item > .svgwrap > .wrap {
    transform: scale(0.5);
    top: -550px;
    left: -630px;
  }
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_2 .flex > .item > .svgwrap > .wrap > .relative {
  position: relative;
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_2 .flex > .item > .svgwrap > .wrap > .relative .white_layer {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_2 .flex > .item > .svgwrap > .wrap > .relative > .svg {
  position: absolute;
  top: 0;
  left: 0;
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_2 .flex > .item > .svgwrap > .wrap > .relative > .svg._active {
  z-index: 2;
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_2 .flex > .item > .svgwrap > .btn_lists {
  background: #E5E5E5;
  border-radius: 10px;
  width: 105px;
  height: 56px;
  position: absolute;
  bottom: 13px;
  right: 13px;
  padding: 0 8px;
  z-index: 15;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec.sec_2 .flex > .item > .svgwrap > .btn_lists {
    right: 5px;
    bottom: 5px;
  }
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_2 .flex > .item > .svgwrap > .btn_lists > ul {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_2 .flex > .item > .svgwrap > .btn_lists > ul > li > img {
  pointer-events: all;
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_2 .flex > .item > .svgwrap > .u_txt_10 {
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec.sec_2 .flex > .item > .svgwrap > .u_txt_10 {
    font-size: 18px;
    text-align: center;
  }
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_2 .flex > .item > .svgwrap > .u_txt_1 {
  margin: 20px 0 50px;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec.sec_2 .flex > .item > .svgwrap > .u_txt_1 {
    margin: 10px 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec.sec_2 .flex > .item > .svgwrap > .c_btn_2 {
    width: 100%;
  }
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_2 .flex > .item > .svgwrap > .c_btn_2:before {
  width: 55%;
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_2 .flex > .item > .svgwrap > .c_btn_2:after {
  left: -moz-calc(55% - 15px);
  left: -o-calc(55% - 15px);
  left: -webkit-calc(55% - 15px);
  left: calc(55% - 15px);
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_2 .flex > .station_txt {
  display: none;
  margin: 15px auto 0;
  padding: 30px;
  border-radius: 30px;
  background: #fff;
  width: -moz-calc(100% - 30px);
  width: -o-calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec.sec_2 .flex > .station_txt {
    padding: 20px;
    border-radius: 20px;
  }
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_2 > .btn_wrap {
  margin: 0 auto;
  width: 680px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec.sec_2 > .btn_wrap {
    display: block;
    width: 100%;
  }
  .p_line .l_container_top > .l_content > .l_main .sec.sec_2 > .btn_wrap > a:nth-child(2) {
    margin: 20px auto 0;
  }
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_2 .c_btn_2 {
  width: 300px;
  margin: 40px auto 0;
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_2 .c_btn_2:before {
  width: 160px;
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_2 .c_btn_2:after {
  left: 145px;
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_2 .c_btn_2 .u_txt_1 {
  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;
}
.p_line .l_container_top > .l_content > .l_main .sec.sec_2 .c_btn_2 .u_txt_1 > img {
  margin: 0 5px 0 0;
}
.p_line .l_container_top > .l_content > .l_main .sec_4 {
  background: #FFDDDD;
  border-radius: 30px;
  margin: 80px auto 0;
  padding: 80px 180px 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec_4 {
    margin: 60px 0 0;
    width: 100%;
    border-radius: 0;
    padding: 30px 20px 60px;
  }
}
.p_line .l_container_top > .l_content > .l_main .sec_4 > .maxwrap {
  width: 100%;
  margin: 0 0 30px;
  text-align: center;
}
.p_line .l_container_top > .l_content > .l_main .sec_4 > .maxwrap > .u_txt_1 {
  margin: 30px 0 0;
}
.p_line .l_container_top > .l_content > .l_main .sec_4 > .u_txt_1 {
  margin: 40px 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec_4 > .u_txt_1 {
    margin: 30px 0 0;
    text-align: left;
  }
}
.p_line .l_container_top > .l_content > .l_main .sec_4 > .u_txt_1 > span {
  font-weight: bold;
  color: #D36C6C;
}
.p_line .l_container_top > .l_content > .l_main .sec_4 .flex {
  position: relative;
  background: #fff;
  border-radius: 30px;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec_4 .flex {
    display: block;
    padding: 25px 20px;
    border-radius: 20px;
    margin: 25px auto 0;
  }
}
.p_line .l_container_top > .l_content > .l_main .sec_4 .flex > .u_txt_4 {
  color: #D36C6C;
  text-align: center;
  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;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec_4 .flex > .u_txt_4 {
    text-align: left;
    margin: 0 0 15px;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
.p_line .l_container_top > .l_content > .l_main .sec_4 .flex > .u_txt_4 > img {
  margin: 0 10px 0 0;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec_4 .flex > .u_txt_4 > img {
    margin: 3px 10px 0 0;
  }
}
.p_line .l_container_top > .l_content > .l_main .sec_4 .flex > .company {
  height: 35px;
  width: 100%;
  background: #D36C6C;
  padding: 0 0 0 20px;
  margin: 30px 0 0;
  color: #fff;
  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;
}
.p_line .l_container_top > .l_content > .l_main .sec_4 .flex > .column {
  border-bottom: 1px dashed #333333;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec_4 .flex > .column {
    display: block;
  }
  .p_line .l_container_top > .l_content > .l_main .sec_4 .flex > .column._active {
    padding: 0 0 10px;
  }
}
.p_line .l_container_top > .l_content > .l_main .sec_4 .flex > .column.first {
  background: #E5E5E5;
  border: none;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec_4 .flex > .column.first {
    display: none;
  }
}
.p_line .l_container_top > .l_content > .l_main .sec_4 .flex > .column.first > .ttl {
  height: 35px;
  background: #E5E5E5;
  padding: 0 0 0 20px;
  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;
}
.p_line .l_container_top > .l_content > .l_main .sec_4 .flex > .column.first > .item {
  min-height: auto;
}
.p_line .l_container_top > .l_content > .l_main .sec_4 .flex > .column.first > .item > .cell {
  height: 35px;
  background: #E5E5E5;
  padding: 0 0 0 20px;
  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;
}
.p_line .l_container_top > .l_content > .l_main .sec_4 .flex > .column > .ttl {
  width: 100px;
  background: #F3F3F3;
  padding: 20px 0 20px 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec_4 .flex > .column > .ttl {
    width: 100%;
    padding: 15px 0 13px 15px;
    background: transparent;
  }
}
.p_line .l_container_top > .l_content > .l_main .sec_4 .flex > .column > .ttl._active:before {
  top: 54%;
  -moz-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
.p_line .l_container_top > .l_content > .l_main .sec_4 .flex > .column > .ttl._active:after {
  background: #808080;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec_4 .flex > .column > .ttl:before {
    content: '';
    position: absolute;
    right: 6px;
    top: 47%;
    display: block;
    width: 7px;
    height: 7px;
    z-index: 1;
    border-top: solid 1px #FFFFFF;
    border-right: solid 1px #FFFFFF;
    -moz-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    -moz-transform: translateY(-50%) rotate(135deg);
    -ms-transform: translateY(-50%) rotate(135deg);
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
  }
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec_4 .flex > .column > .ttl:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 30px;
    background: #1AA5AA;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.p_line .l_container_top > .l_content > .l_main .sec_4 .flex > .column > .item {
  min-height: 60px;
  width: -moz-calc(100% - 100px);
  width: -o-calc(100% - 100px);
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec_4 .flex > .column > .item {
    width: 100%;
    min-height: initial;
    display: none;
    background: #F3F3F3;
    border-radius: 10px;
  }
}
.p_line .l_container_top > .l_content > .l_main .sec_4 .flex > .column > .item > .cell {
  border-left: 1px dashed #333;
  width: 300px;
  padding: 20px 0 20px 20px;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec_4 .flex > .column > .item > .cell {
    width: 100%;
    padding: 20px 10px 10px 15px;
    border-left: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec_4 .flex > .column > .item > .cell:nth-of-type(2) {
    padding: 0 10px 20px 15px;
  }
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec_4 .flex > .column > .item > .cell > .u_txt_1 {
    letter-spacing: .05em;
  }
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec_4 .flex > .column > .item > .cell > .u_txt_1:nth-of-type(2) {
    width: -moz-calc(100% - 60px);
    width: -o-calc(100% - 60px);
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
  }
}
.p_line .l_container_top > .l_content > .l_main .sec_4 .flex > .column > .item > .cell .u_sp {
  width: 60px;
}
.p_line .l_container_top > .l_content > .l_main .sec_4 .flex > .item {
  margin: 60px 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec_4 .flex > .item {
    display: block;
    margin: 40px 0 0;
  }
}
.p_line .l_container_top > .l_content > .l_main .sec_4 .flex > .item > .imgwrap {
  width: 360px;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec_4 .flex > .item > .imgwrap {
    width: 100%;
    margin: 0 0 10px;
  }
}
.p_line .l_container_top > .l_content > .l_main .sec_4 .flex > .item > .imgwrap > .u_txt_10 {
  display: none;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec_4 .flex > .item > .imgwrap > .u_txt_10 {
    font-size: 20px;
    color: #D36C6C;
    margin: 0 0 20px;
    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;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  .p_line .l_container_top > .l_content > .l_main .sec_4 .flex > .item > .imgwrap > .u_txt_10 > img {
    margin: 0 10px 0 0;
  }
}
.p_line .l_container_top > .l_content > .l_main .sec_4 .flex > .item > .imgwrap > img {
  max-width: 100%;
}
.p_line .l_container_top > .l_content > .l_main .sec_4 .flex > .item > .txtwrap {
  padding: 0 0 0 30px;
  width: -moz-calc(100% - 360px);
  width: -o-calc(100% - 360px);
  width: -webkit-calc(100% - 360px);
  width: calc(100% - 360px);
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec_4 .flex > .item > .txtwrap {
    width: 100%;
    padding: 0;
  }
}
.p_line .l_container_top > .l_content > .l_main .sec_4 .flex > .item > .txtwrap > .u_txt_10 {
  color: #D36C6C;
  margin: 0 0 20px;
  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;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec_4 .flex > .item > .txtwrap > .u_txt_10 {
    display: none;
  }
}
.p_line .l_container_top > .l_content > .l_main .sec_4 .flex > .item > .txtwrap > .u_txt_10 > img {
  margin: 0 10px 0 0;
}
.p_line .l_container_top > .l_content > .l_main .sec_4 .flex > .item > .txtwrap > .second {
  margin: 10px 0 0;
}
.p_line .l_container_top > .l_content > .l_main .sec_4 .flex > .center {
  color: #D36C6C;
  margin: 60px 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -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_line .l_container_top > .l_content > .l_main .sec_4 .flex > .center {
    font-size: 20px;
    width: 245px;
    margin: 40px auto 0;
    line-height: 1.4;
    letter-spacing: .05em;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
.p_line .l_container_top > .l_content > .l_main .sec_4 .flex > .center > img {
  margin: 0 10px 0 0;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec_4 .flex > .center > img {
    margin: 3px 10px 0 0;
  }
}
.p_line .l_container_top > .l_content > .l_main .sec_4 .flex .gray {
  margin: 20px 0 0;
  padding: 20px;
  background: #F3F3F3;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec_4 .flex .gray {
    padding: 15px;
  }
}
.p_line .l_container_top > .l_content > .l_main .sec_5 {
  width: 800px;
  border-radius: 30px;
  margin: 120px auto 0;
  padding: 50px;
  border: 1px solid #333;
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec_5 {
    margin: 80px 0 0;
    width: 100%;
    border-radius: 0;
    padding: 30px 4.6875%;
    border: 1px solid #e5e5e5;
    border-left: none;
    border-right: none;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec_5 > .u_txt_10 {
    font-size: 20px;
    text-align: center;
  }
}
.p_line .l_container_top > .l_content > .l_main .sec_5 > .u_txt_1 {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec_5 > .u_txt_1 {
    text-align: left;
  }
}
.p_line .l_container_top > .l_content > .l_main .sec_5 > .u_txt_1.u_bold {
  margin: 20px 0 35px;
  color: #D36C6C;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main .sec_5 > .u_txt_1.u_bold {
    text-align: center;
    margin: 20px 0 25px;
  }
}
.p_line .l_container_top > .l_content > .l_main .sec_5 > .u_txt_1 > img {
  width: 14px;
}
.p_line .l_container_top > .l_content > .l_main > .btnwrap {
  margin: 120px 0 0;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main > .btnwrap {
    margin: 80px 0 0;
    width: 100%;
    padding: 0 4.6875%;
  }
}
.p_line .l_container_top > .l_content > .l_main > .btnwrap > .inner ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main > .btnwrap > .inner ul {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main > .btnwrap > .inner ul > li {
    width: -moz-calc(50% - 6px);
    width: -o-calc(50% - 6px);
    width: -webkit-calc(50% - 6px);
    width: calc(50% - 6px);
  }
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main > .btnwrap > .inner ul > li:nth-child(3), .p_line .l_container_top > .l_content > .l_main > .btnwrap > .inner ul > li:nth-child(4) {
    margin: 9px 0 0;
  }
}
.p_line .l_container_top > .l_content > .l_main > .btnwrap > .inner ul > li .c_btn_3 {
  width: 275px;
  height: 100px;
  padding: 0 0 0 70px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main > .btnwrap > .inner ul > li .c_btn_3 {
    width: 100%;
    height: 60px;
    border-radius: 10px;
    padding: 0 0 0 26%;
  }
}
.p_line .l_container_top > .l_content > .l_main > .btnwrap > .inner ul > li .c_btn_3 > .img {
  width: 40px;
  left: 20px;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main > .btnwrap > .inner ul > li .c_btn_3 > .img {
    width: 28px;
    left: 5%;
  }
}
.p_line .l_container_top > .l_content > .l_main > .btnwrap > .inner ul > li .c_btn_3:before {
  width: 160px;
  height: 88px;
  left: 5px;
  border-radius: 20px 0 0 20px;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main > .btnwrap > .inner ul > li .c_btn_3:before {
    height: 54px;
    left: 3px;
    border-radius: 10px 0 0 10px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main > .btnwrap > .inner ul > li .c_btn_3:before {
    width: -moz-calc(50% + 3px);
    width: -o-calc(50% + 3px);
    width: -webkit-calc(50% + 3px);
    width: calc(50% + 3px);
  }
}

.p_line .l_container_top > .l_content > .l_main > .btnwrap > .inner ul > li .c_btn_3:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30px 88px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  top: 5px;
  left: 135px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main > .btnwrap > .inner ul > li .c_btn_3:after {
    border-width: 0 20px 54px 0;
    top: 2px;
    left: -moz-calc(50% - 14px);
    left: -o-calc(50% - 14px);
    left: -webkit-calc(50% - 14px);
    left: calc(50% - 14px);
  }
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main > .btnwrap > .inner ul > li .c_btn_3 > .u_txt_4 {
    font-size: 1.4em;
    letter-spacing: inherit;
  }
}
.p_line .l_container_top > .l_content > .l_main > .btnwrap > .inner ul > li .c_btn_3 .c_ico_2 {
  width: 23px;
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main > .btnwrap > .inner ul > li .c_btn_3 .c_ico_2 {
    width: 12px;
  }
}
@media screen and (max-width: 768px) {
  .p_line .l_container_top > .l_content > .l_main > .btnwrap > .inner ul > li .c_btn_3 .c_ico_2 > .circle {
    width: 5px;
    height: 5px;
  }
}

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