@charset "UTF-8";
/*----------------------------------------------------------

setting

----------------------------------------------------------*/
/*----------------------------------------------------------

mixin

----------------------------------------------------------*/
.pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

/* common_label  */
.common_label {
  background-color: #EFEFEF;
  padding: 36px 50px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .common_label {
    padding: 27px 35px;
  }
}
.common_label_container {
  max-width: 710px;
  width: 100%;
  margin-inline: auto;
}
.common_label_btnLists {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .common_label_btnLists {
    flex-direction: column;
  }
}
.common_label_btnList {
  width: 280px;
  max-width: 100%;
  display: flex;
  flex-direction: column-reverse;
}
@media only screen and (max-width: 768px) {
  .common_label_btnList {
    width: 360px;
    margin-inline: auto;
  }
}
.common_label_btnList:last-child {
  margin-left: 30px;
}
@media only screen and (max-width: 768px) {
  .common_label_btnList:last-child {
    margin-top: 25px;
    margin-left: 0;
    margin-inline: auto;
  }
}
.common_label_btnLabel {
  width: 90px;
  max-width: 100%;
  margin-left: 25%;
  height: 100%;
  position: relative;
  z-index: 2;
  aspect-ratio: 90/28;
  transition: all 0.3s ease 0s;
}
.common_label_btnLabel img {
  height: auto;
}
.common_label_btnLink {
  color: #0E9352;
  font-weight: 700;
  margin-top: -18px;
  background-color: #FFF;
  padding: 10px;
  display: block;
  transition: all 0.3s ease 0s;
}
.common_label_btnLink:hover {
  box-shadow: 0 2px 0 #0A6D3D;
  transform: translateY(2px);
}
.common_label_btnLink:hover + .common_label_btnLabel {
  transform: translateY(2px);
}
.common_label_btnLink::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: solid 1px #FFF;
  border-right: solid 1px #FFF;
  right: 23px;
  transform: rotate(135deg) translateY(-50%);
  transform-origin: top;
  top: 47%;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .common_label_btnLink::before {
    right: 18px;
  }
}
.common_label_btnLink::after {
  content: "";
  position: absolute;
  background: #0E9352;
  border-radius: 23px;
  width: 23px;
  height: 23px;
  right: 15px;
  transform: translateY(-50%);
  transform-origin: top;
  top: 50%;
  z-index: 0;
}
@media only screen and (max-width: 1024px) {
  .common_label_btnLink::after {
    right: 10px;
  }
}

/*----------------------------------------------------------

LINEでお問い合わせ

----------------------------------------------------------*/
/* 見出し */
/* ============================================ */
.mv {
  width: 100%;
  max-width: 1080px;
  padding: 40px;
  margin-inline: auto;
}
.mv h2 {
  display: flex;
}
.mv_wrap > span {
  background-color: #000;
  color: #fff;
}

.kv {
  background-color: #EFF7F2;
  background-image: url("/assets/img/line_kaitori/line_kv_pc.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .kv {
    background-image: url("/assets/img/line_kaitori/line_kv_sp.webp");
    background-position: center right;
  }
}

.line_explanation {
  padding: 80px 8.33%;
}
@media only screen and (max-width: 768px) {
  .line_explanation {
    padding: 30px 0;
  }
}
.line_explanation_body {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .line_explanation_body {
    display: block;
  }
}
.line_explanation_bodyLeft {
  width: 68.7%;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .line_explanation_bodyLeft {
    width: 100%;
  }
}
.line_explanation_lead {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .line_explanation_lead {
    justify-content: start;
  }
}
.line_explanation_left {
  font-size: min(8.2142857143vw, 115px);
  color: #4CC764;
}
@media only screen and (max-width: 768px) {
  .line_explanation_left {
    font-size: 18.1333333333vw;
  }
}
.line_explanation_right {
  padding-left: min(1.7857142857vw, 25px);
}
@media only screen and (max-width: 768px) {
  .line_explanation_right {
    padding-left: 0;
  }
}
.line_explanation_labels {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .line_explanation_labels {
    justify-content: start;
  }
}
.line_explanation_label {
  background-color: #000;
  color: #FFF;
  padding-block: 6px;
  width: min(14.2857142857vw, 200px);
  max-width: 100%;
  font-size: min(1.2857142857vw, 18px);
  text-align: center;
  white-space: nowrap;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .line_explanation_label {
    width: 49%;
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .line_explanation_labels-pc {
    display: none;
  }
}
.line_explanation_labels-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .line_explanation_labels-sp {
    display: flex;
    margin-top: 17px;
  }
}
.line_explanation_label:last-child {
  margin-left: min(1.2857142857vw, 18px);
}
@media only screen and (max-width: 768px) {
  .line_explanation_label:last-child {
    margin-left: 2.6666666667vw;
  }
}
.line_explanation_text {
  margin-top: 20px;
  font-size: min(2.2857142857vw, 32px);
  line-height: 1.4375;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .line_explanation_text {
    font-size: 5.0666666667vw;
    margin-top: 0;
    margin-left: 10px;
    line-height: 1.4210526316;
  }
}
.line_explanation_text > span {
  background-color: #0E9352;
  color: #FFF;
  padding: 0 2px;
  line-height: 1;
  margin-right: 2px;
  margin-left: 1px;
}
.line_explanation_head {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(1.2857142857vw, 18px);
  line-height: 1;
  text-transform: uppercase;
  margin-top: 43px;
  color: #0E9352;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .line_explanation_head {
    font-size: 4.2666666667vw;
    margin-top: 20px;
    line-height: 1.625;
  }
}
.line_explanation_head::before, .line_explanation_head::after {
  content: "";
  width: 1px;
  height: 32px;
  background: #0E9352;
}
@media only screen and (max-width: 768px) {
  .line_explanation_head::before, .line_explanation_head::after {
    height: 56px;
  }
}
.line_explanation_head::before {
  margin-right: min(1.3571428571vw, 19px);
  transform: rotate(-15deg);
}
@media only screen and (max-width: 768px) {
  .line_explanation_head::before {
    margin-right: 13px;
  }
}
.line_explanation_head::after {
  margin-left: min(1.3571428571vw, 19px);
  transform: rotate(15deg);
}
@media only screen and (max-width: 768px) {
  .line_explanation_head::after {
    margin-left: 3.4666666667vw;
    margin-left: 13px;
  }
}
.line_explanation_itemImg {
  margin-top: 25px;
  width: min(45.9285714286vw, 648px);
  max-width: 643px;
  position: relative;
  height: auto;
  aspect-ratio: 643/260;
}
@media only screen and (max-width: 768px) {
  .line_explanation_itemImg {
    aspect-ratio: 335/320;
    margin-top: 20px;
    width: 100%;
  }
}
.line_explanation_itemImg img {
  height: 100%;
}
.line_explanation_bodyRight {
  margin-left: 7.7%;
}
@media only screen and (max-width: 768px) {
  .line_explanation_bodyRight {
    margin-left: 0;
  }
}
.line_explanation_rightImg {
  width: min(15.7142857143vw, 220px);
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .line_explanation_rightImg {
    width: 43%;
    margin-left: auto;
    margin-top: -15px;
    z-index: 2;
    position: relative;
  }
}
.line_explanation_rightImg img {
  height: 100%;
}

.line_flow {
  padding: 100px 0;
}
@media only screen and (max-width: 768px) {
  .line_flow {
    padding: 80px 0 0;
  }
}
.line_flow_list:not(:first-child) {
  margin-top: 120px;
}
@media only screen and (max-width: 768px) {
  .line_flow_list:not(:first-child) {
    margin-top: 80px;
  }
}
.line_flow_listTitle {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.line_flow_listStep {
  width: min(10.4285714286vw, 146px);
  aspect-ratio: 146/46;
  margin-left: -30px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .line_flow_listStep {
    width: min(38.9333333333vw, 146px);
    margin-left: 0;
    margin-inline: auto;
  }
}
.line_flow_listText {
  font-size: min(2.5714285714vw, 36px);
  line-height: 1.0555555556;
  text-align: center;
  display: block;
}
@media only screen and (max-width: 768px) {
  .line_flow_listText {
    font-size: min(7.4666666667vw, 28px);
    line-height: 1.3571428571;
    font-weight: 700;
  }
}
.line_flow_lead {
  margin-top: 60px;
  font-size: min(1.7142857143vw, 24px);
  line-height: 1.5833333333;
  font-weight: 700;
  text-align: center;
  background-color: #0E9352;
  height: 56px;
  border-radius: 100px;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .line_flow_lead {
    margin-top: 30px;
    font-size: 18px;
    height: 46px;
  }
}
.line_flow_leadSp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .line_flow_leadSp {
    display: flex;
  }
}
.line_flow_items {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .line_flow_items {
    margin-top: 20px;
    max-width: 600px;
    width: 100%;
    margin-inline: auto;
  }
}
.line_flow_items_top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px 2.5%;
}
@media only screen and (max-width: 768px) {
  .line_flow_items_top {
    grid-template-columns: repeat(1, 1fr);
  }
}
.line_flow_itemsSp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .line_flow_itemsSp {
    display: grid;
  }
}
.line_flow_item {
  background-color: #EFF7F2;
  padding: 25px 30px 28px;
  border-radius: 6px;
  position: relative;
}
.line_flow_item_top:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 15px solid #0E9352;
  border-right: 0;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
}
@media only screen and (max-width: 768px) {
  .line_flow_item_top:not(:last-child)::after {
    border-right: 16px solid transparent;
    border-left: 16px solid transparent;
    border-top: 15px solid #0E9352;
    border-bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: -17px;
    top: auto;
  }
}
.line_flow_item_bottom:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  border-top: 15px solid #0E9352;
  border-bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: -17px;
}
.line_flow_item_bottom:not(:first-child) {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .line_flow_item:not(:last-child)::after {
    left: 50%;
    transform: translateX(-50%);
    bottom: -17px;
  }
}
.line_flow_itemTitle {
  display: flex;
  align-items: center;
}
.line_flow_itemNumber {
  width: min(3.5714285714vw, 50px);
  height: min(3.5714285714vw, 50px);
  color: #FFF;
  background-color: #0E9352;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: min(1.7142857143vw, 24px);
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .line_flow_itemNumber {
    font-size: 24px;
    width: 50px;
    height: 50px;
  }
}
.line_flow_itemLead {
  margin-left: 20px;
  font-size: min(1.2857142857vw, 18px);
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .line_flow_itemLead {
    font-size: 18px;
  }
}
.line_flow_itemBtn_link {
  margin-top: 40px;
  background-color: #0E9352;
  color: #FFF;
  font-weight: 700;
  font-size: 18px;
  box-shadow: 0 4px 0 #0A6D3D;
  position: relative;
  padding: 12px 0;
  margin-bottom: 32px;
  max-width: 400px;
  width: 100%;
  margin-inline: auto;
}
.line_flow_itemBtn_link::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: solid 1px #0E9352;
  border-right: solid 1px #0E9352;
  right: 23px;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: top;
  top: 50%;
  z-index: 1;
  right: 19px;
}
.line_flow_itemBtn_link::after {
  content: "";
  position: absolute;
  background: #FFF;
  border-radius: 23px;
  width: 23px;
  height: 23px;
  transform: translateY(-50%);
  transform-origin: top;
  top: 50%;
  z-index: 0;
  right: 10px;
}
.line_flow_itemImg {
  margin-top: 20px;
  aspect-ratio: 320/292;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .line_flow_itemImg {
    margin-inline: auto;
    max-width: 400px;
    width: 100%;
    margin-inline: auto;
  }
}
.line_flow_itemImg img {
  width: 100%;
  height: 100%;
}
.line_flow_items_bottom {
  width: min(68.5714285714vw, 960px);
  max-width: 100%;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .line_flow_items_bottom {
    max-width: 600px;
    width: 100%;
    margin-inline: auto;
  }
}
@media only screen and (max-width: 768px) {
  .line_flow_item_bottom {
    padding: 30px 20px 40px;
  }
}
.line_flow_imgWrapper {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  .line_flow_imgWrapper {
    margin-inline: auto;
    margin-top: 18px;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
  }
}
@media (max-width: 550px) {
  .line_flow_imgWrapper {
    max-width: 400px;
    width: 100%;
  }
}
.line_flow_imgBox {
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  .line_flow_imgBox {
    margin-top: 15px;
  }
}
.line_flow_imgBox img {
  width: 100%;
}
.line_flow_imgBox p {
  font-size: min(1.0714285714vw, 15px);
  font-weight: 700;
  margin-top: 10px;
  text-align: center;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .line_flow_imgBox p {
    margin-top: 5px;
    font-size: 16px;
  }
}
.line_flow_imgBox:not(:first-child) {
  margin-left: 7px;
}
@media (max-width: 550px) {
  .line_flow_imgBox:not(:first-child) {
    margin-left: 0;
  }
}
@media (max-width: 550px) {
  .line_flow_imgBox:nth-child(even) {
    margin-left: 6px;
  }
}
.line_flow_itemImg_bottom {
  width: min(12vw, 168px);
  max-width: 100%;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .line_flow_itemImg_bottom {
    width: min(40.8vw, 153px);
  }
}
.line_flow_item_bottomBox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  .line_flow_item_bottomBox {
    flex-direction: column;
    margin-top: 21px;
  }
}
.line_flow_bottomBox_img {
  width: min(10.7142857143vw, 150px);
}
@media only screen and (max-width: 768px) {
  .line_flow_bottomBox_img {
    width: 150px;
  }
}
.line_flow_item_bottomBox_content {
  width: min(42.8571428571vw, 600px);
  margin-left: min(3.9285714286vw, 55px);
}
@media only screen and (max-width: 768px) {
  .line_flow_item_bottomBox_content {
    margin-left: 0;
    margin-top: 20px;
    max-width: 500px;
    width: 100%;
    margin-inline: auto;
  }
}
.line_flow_item_bottomLists {
  background-color: #FFF;
  padding: 30px;
  padding-left: min(3.7857142857vw, 53px);
}
@media only screen and (max-width: 768px) {
  .line_flow_item_bottomLists {
    padding: 20px;
    padding-left: 43px;
  }
}
.line_flow_item_bottomList {
  position: relative;
  font-size: min(1.0714285714vw, 15px);
  font-weight: 700;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .line_flow_item_bottomList {
    font-size: 16px;
  }
}
.line_flow_item_bottomList::before {
  content: "";
  position: absolute;
  content: "";
  border-radius: 50%;
  border: 2px solid #0E9352;
  width: 8px;
  height: 8px;
  display: inline-block;
  left: min(-1.4285714286vw, -20px);
  top: 7px;
}
@media only screen and (max-width: 768px) {
  .line_flow_item_bottomList::before {
    left: -23px;
    top: 10px;
  }
}
.line_flow .lsit_flow_item_bottomText {
  margin-top: 15px;
  font-size: min(0.9285714286vw, 13px);
  line-height: 1.5384615385;
  font-weight: 500;
  padding-left: 20px;
  position: relative;
  margin-left: 20px;
  padding-right: 15px;
}
@media only screen and (max-width: 768px) {
  .line_flow .lsit_flow_item_bottomText {
    font-size: 13px;
    margin-left: 0;
  }
}
.line_flow .lsit_flow_item_bottomText::before {
  content: "※";
  position: absolute;
  width: 13px;
  height: 13px;
  top: 0;
  left: 0;
}
.line_flow_bottomBody {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .line_flow_bottomBody {
    max-width: 500px;
    width: 100%;
    margin-inline: auto;
  }
}
.line_flow_bottomBody_label {
  background-color: #FFF;
  border-radius: 100px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
}
.line_flow_bottomBody_items {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px 15px;
}
@media only screen and (max-width: 768px) {
  .line_flow_bottomBody_items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.line_flow_bottomBody_item p {
  font-size: 15px;
  font-weight: 700;
}
.line_flow_bottomBox_itemImg {
  margin-top: 10px;
  aspect-ratio: 280/606;
  height: auto;
}
.line_flow_bottomBox_itemImg img {
  width: 100%;
  height: 100%;
}

.common_visit {
  width: 78%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .common_visit {
    width: 100%;
  }
}
.common_visit_nav {
  display: flex;
  margin: 0 auto;
  padding: 50px;
  border: 1px solid #0E9352;
  border-radius: 30px;
  width: 80%;
  margin-bottom: 140px;
}
@media only screen and (max-width: 768px) {
  .common_visit_nav {
    flex-direction: column;
  }
}
.common_visit_nav .common_visit_navBlock {
  display: flex;
  flex-direction: column;
  flex-basis: 50%;
}
@media only screen and (max-width: 768px) {
  .common_visit_nav .common_visit_navBlock {
    display: block;
    width: 100%;
  }
}
.common_visit_nav .common_visit_navBlock:first-child {
  padding-right: 50px;
  border-right: 1px solid #0E9352;
}
@media only screen and (max-width: 768px) {
  .common_visit_nav .common_visit_navBlock:first-child {
    padding-right: 0;
    padding-bottom: 50px;
    border-right: none;
    border-bottom: 1px solid #0E9352;
  }
}
.common_visit_nav .common_visit_navBlock:last-child {
  padding-left: 50px;
}
@media only screen and (max-width: 768px) {
  .common_visit_nav .common_visit_navBlock:last-child {
    padding-left: 0;
    padding-top: 50px;
  }
}
.common_visit_nav .common_visit_navBlockTxt {
  flex-grow: 1;
  font-size: 18px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .common_visit_nav .common_visit_navBlockTxt {
    font-weight: 700;
  }
}
.common_visit_nav .common_visit_navBlockBtn {
  position: relative;
  display: block;
  width: 100%;
  box-shadow: 0 4px 0 #0A6D3D;
  border: 1px solid #0E9352;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .common_visit_nav .common_visit_navBlockBtn {
    width: 100%;
  }
}
.common_visit_nav .common_visit_navBlockBtn.btn_white {
  background-color: #FFFFFF;
  color: #0E9352;
}
.common_visit_nav .common_visit_navBlockBtn.btn_green {
  background-color: #0E9352;
  color: #FFFFFF;
}
.common_visit_nav .common_visit_navBlockBtn.btn_grey {
  background-color: #CCC;
  border-color: #CCC;
  box-shadow: 0 3px 0 #AAA;
  color: #FFFFFF;
}
.common_visit_nav .common_visit_navBlockBtn.btn_no_shadow {
  box-shadow: none;
}
.common_visit_nav .common_visit_navBlockBtn_link {
  line-height: 58px;
  letter-spacing: 0.1em;
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .common_visit_nav .common_visit_navBlockBtn_link {
    line-height: 58px;
    font-size: 18px;
  }
}
.common_visit_nav .common_visit_navBlockBtn_link .btn_icon,
.common_visit_nav .common_visit_navBlockBtn_link .btn_text {
  vertical-align: middle;
}
.common_visit_nav .common_visit_navBlockBtn_link .btn_icon {
  aspect-ratio: auto 1/1;
  margin-right: 7px;
  width: 20px;
  height: 20px;
}
.common_visit_nav .common_visit_navBlockBtn .btn_arrow {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
.common_visit_nav .common_visit_navBlockBtn:hover {
  box-shadow: 0 2px 0 #0A6D3D;
  transform: translateY(2px);
}
.common_visit_nav .common_visit_navBlockBtn.btn_grey:hover {
  box-shadow: 0 2px 0 #AAA;
}
.common_visit_nav.common_visit_3col {
  flex-basis: 33.3333333333%;
  justify-content: space-between;
}
.common_visit_nav.common_visit_3col .common_visit_block:first-child {
  padding-right: 25px;
  padding-left: 25px;
}
@media only screen and (max-width: 768px) {
  .common_visit_nav.common_visit_3col .common_visit_block:first-child {
    padding-right: 0;
    padding-left: 0;
  }
}
.common_visit_nav.common_visit_3col .common_visit_block:nth-child(2) {
  padding-left: 25px;
  padding-right: 25px;
  border-right: 1px solid #0E9352;
}
@media only screen and (max-width: 768px) {
  .common_visit_nav.common_visit_3col .common_visit_block:nth-child(2) {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 50px;
    padding-top: 50px;
    border-right: none;
    border-bottom: 1px solid #0E9352;
  }
}
.common_visit_nav.common_visit_3col .common_visit_block:last-child {
  padding-left: 25px;
  padding-right: 25px;
}
@media only screen and (max-width: 768px) {
  .common_visit_nav.common_visit_3col .common_visit_block:last-child {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .common_visit_nav {
    width: 100%;
    margin-top: 80px;
    margin-bottom: 80px;
  }
}/*# sourceMappingURL=line.css.map */