@media screen and (min-width: 768px) {
  body.online main article section.step {
    margin-bottom: 90px;
  }
  body.online main article section.cost .row {
    padding: 50px;
    margin-bottom: 80px;
    border-radius: 20px;
    background: #E8F4F9;
  }
  body.online main article section.cost .row:last-child {
    margin-bottom: 0;
  }
  body.online main article section.cost .row h3 {
    margin-bottom: 30px;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #1377BC;
  }
  body.online main article section.cost .row p.text {
    margin-bottom: 20px;
    line-height: 30px;
    font-size: 16px;
    letter-spacing: .05em;
  }
  body.online main article section.cost .row p.text strong {
    background: linear-gradient(transparent 70%, #ffeb9a 0%);
  }
  body.online main article section.cost .row ul.consultation_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  body.online main article section.cost .row ul.consultation_list li {
    padding: 15px 20px;
    background: #fff;
    border-radius: 10px;
  }
  body.online main article section.cost .row dl {
    background: #fff;
    border-radius: 10px;
  }
  body.online main article section.cost .row dl dt {
    float: left;
    line-height: 34px;
    font-size: 18px;
  }
  body.online main article section.cost .row dl dd.cost {
    float: right;
    text-align: right;
    line-height: 34px;
    font-size: 18px;
    font-weight: 500;
  }
  body.online main article section.cost .row dl dd.cost strong {
    color: #eb6100;
  }
  body.online main article section.cost .row dl dd.cost small {
    margin: -5px 0 0;
    display: block;
    line-height: 16px;
    font-size: 12px;
    color: #939393;
    opacity: .7;
  }
  body.online main article section.cost .row dl dd.description {
    width: 700px;
    padding: 10px 0 5px;
    line-height: 18px;
    font-size: 14px;
    color: #939393;
    clear: both;
  }
  body.online main article section.cost .row div.box {
    padding: 30px 20px 20px;
    border-radius: 10px;
    background: #fff;
  }
  body.online main article section.cost .row div.box h4 {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
  }
  body.online main article section.cost .row div.box div.box_inner {
    display: flex;
  }
  body.online main article section.cost .row div.box div.box_inner ul {
    padding: 20px 0 10px;
    flex: 1;
  }
  body.online main article section.cost .row div.box div.box_inner ul li {
    color: #1377BC;
    display: flex;
    align-items: center;
    padding: 0 0 0 32px;
    position: relative;
    font-size: 18px;
    line-height: 1.8;
  }
  body.online main article section.cost .row div.box div.box_inner ul li::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: block;
    background: #1377BC;
  }
  body.online main article section.cost .row div.box div.box_inner ul li::after {
    content: '';
    width: 8px;
    height: 4px;
    display: block;
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    position: absolute;
    top: 12px;
    left: 3px;
    transform: rotate(-45deg);
  }
  body.online main article section.cost .row div.box div.box_inner span.image {
    width: 140px;
  }
  body.online main article section.cost .note {
    margin: 0 0 40px;
  }
  body.online main article section.cost .note h3 {
		padding: 70px 0 50px 0;
		text-align: center;
		line-height: 26px;
		font-size: 24px;
		font-weight: 500
	}
	body.online main article section.cost .note p.text {
		line-height: 30px;
		font-size: 16px
	}
  body.online main article section.cost .note h4.subtitle {
    line-height: 30px;
		font-size: 16px;
    font-weight: 700;
  }
	body.online main article section.cost p.cv_btn {
		padding: 53px 0 0
	}
	body.online main article section.cost p.cv_btn a {
		margin: 0 auto;
		width: 376px;
		height: 75px;
		display: block;
		box-sizing: border-box;
		border-radius: 37px;
		background: #1377BC;
		text-align: center;
		line-height: 73px;
		font-size: 24px;
		font-weight: 700;
		color: #ffffff;
		opacity: 1;
		transform-style: preserve-3d;
		transition-property: opacity;
		transition-duration: 300ms;
		transition-timing-function: linear;
		transition-delay: 0ms
	}
	body.online main article section.cost p.cv_btn a:hover {
		opacity: .8
	}
  body.online main article section.cost .note p.cv_btn {
    padding: 53px 0 120px 0;
  }
  body.online main article section.doctor .row .image {
    background-image: url(../image/online/img_doctor2_pc.jpg?240614);
  }
  body.online main article section.step p.cv_btn {
		padding: 90px 0 0
	}
	body.online main article section.step p.cv_btn a {
		margin: 0 auto;
		width: 376px;
		height: 75px;
		display: block;
		box-sizing: border-box;
		border-radius: 37px;
		background: #1377BC;
		text-align: center;
		line-height: 73px;
		font-size: 24px;
		font-weight: 700;
		color: #ffffff;
		opacity: 1;
		transform-style: preserve-3d;
		transition-property: opacity;
		transition-duration: 300ms;
		transition-timing-function: linear;
		transition-delay: 0ms
	}
	body.online main article section.step p.cv_btn a:hover {
		opacity: .8
	}

  body.online main article section.symptoms p.cv_btn {
		padding: 0 0 60px
	}
	body.online main article section.symptoms p.cv_btn a {
		margin: 0 auto;
		width: 376px;
		height: 75px;
		display: block;
		box-sizing: border-box;
		border-radius: 37px;
		background: #1377BC;
		text-align: center;
		line-height: 73px;
		font-size: 24px;
		font-weight: 700;
		color: #ffffff;
		opacity: 1;
		transform-style: preserve-3d;
		transition-property: opacity;
		transition-duration: 300ms;
		transition-timing-function: linear;
		transition-delay: 0ms
	}
	body.online main article section.symptoms p.cv_btn a:hover {
		opacity: .8
	}


  .mt-0 {
    margin-top: 0 !important;
  }

  .mb-10px {
    margin-bottom: 10px !important;
  }

  .mb-20px {
    margin-bottom: 20px !important;
  }

  .mb-40px-pc {
    margin-bottom: 40px !important;
  }

  .mb-60px-pc {
    margin-bottom: 60px;
  }
  .mb-80px-pc {
    margin-bottom: 80px !important;
  }
}
@media screen and (max-width: 767px) {
  body.online main article section.step {
    margin-bottom: 25px;
  }
  body.online main article section.cost .row {
    padding: 18px 13px;
    margin-bottom: 40px;
    border-radius: 18px;
    background: #E8F4F9;
  }
  body.online main article section.cost .row:last-child {
    margin-bottom: 0;
  }
  body.online main article section.cost .row h3 {
    margin-bottom: 22px;
    text-align: center;
    line-height: 30px;
    font-size: 22px;
    font-weight: 500;
    color: #1377BC;
  }
  body.online main article section.cost .row p.text {
    margin-bottom: 20px;
    line-height: 24px;
    font-size: 14px;
    letter-spacing: .05em;
  }
  body.online main article section.cost .row p.text strong {
    background: linear-gradient(transparent 70%, #ffeb9a 0%);
  }
  body.online main article section.cost .row ul.consultation_list {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  body.online main article section.cost .row ul.consultation_list li {
    padding: 15px 15px;
    background: #fff;
    border-radius: 8px;
  }
  body.online main article section.cost .row dl {
    background: #fff;
    border-radius: 10px;
  }
  body.online main article section.cost .row dl dt {
    float: left;
    line-height: 20px;
    font-size: 16px;
  }
  body.online main article section.cost .row dl dd.cost {
    float: right;
    text-align: right;
    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
  }
  body.online main article section.cost .row dl dd.cost strong {
    color: #eb6100;
  }
  body.online main article section.cost .row dl dd.cost small {
    display: block;
    line-height: 16px;
    font-size: 12px;
    color: #939393;
    opacity: .7;
  }
  body.online main article section.cost .row dl dd.description {
    clear: both;
    padding: 10px 0 5px;
    line-height: 15px;
    font-size: 12px;
    color: #939393;
  }
  body.online main article section.cost .row div.box {
    padding: 20px 10px 10px;
    border-radius: 10px;
    background: #fff;
  }
  body.online main article section.cost .row div.box h4 {
    font-size: 16px;
    text-align: center;
    font-weight: 500;
  }
  body.online main article section.cost .row div.box div.box_inner {
    display: flex;
  }
  body.online main article section.cost .row div.box div.box_inner ul {
    padding: 20px 0 10px;
    flex: 1;
  }
  body.online main article section.cost .row div.box div.box_inner ul li {
    color: #1377BC;
    display: flex;
    align-items: center;
    padding: 0 0 0 20px;
    position: relative;
    font-size: 14px;
    line-height: 1.8;
  }
  body.online main article section.cost .row div.box div.box_inner ul li::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: block;
    background: #1377BC;
  }
  body.online main article section.cost .row div.box div.box_inner ul li::after {
    content: '';
    width: 6px;
    height: 3px;
    display: block;
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    position: absolute;
    top: 10px;
    left: 3px;
    transform: rotate(-45deg);
  }
  body.online main article section.cost .row div.box div.box_inner span.image {
    width: 20%;
    display: flex;
    align-items: center;
  }
  body.online main article section.cost .row div.box div.box_inner span.image img {
    width: 100%;
  }
  body.online main article section.cost .note {
    margin: 0 0 20px;
  }
  body.online main article section.cost .note img {
    max-width: 100%;
  }
  body.online main article section.cost .note h3 {
		padding: 40px 0 21px 0;
		text-align: center;
		line-height: 25px;
		font-size: 22px;
		font-weight: 500
	}
	body.online main article section.cost .note p.text {
		line-height: 27px;
		font-size: 16px
	}
  body.online main article section.cost .note h4.subtitle {
		line-height: 27px;
		font-size: 16px;
    font-weight: 700;
	}
	body.online main article section.cost p.cv_btn {
		padding: 35px 0 0
	}
	body.online main article section.cost p.cv_btn a {
		margin: 0 auto;
		width: 341px;
    max-width: 100%;
		height: 66px;
		display: block;
		box-sizing: border-box;
		border-radius: 33px;
		background: #1377BC;
		text-align: center;
		line-height: 66px;
		font-size: 22px;
		font-weight: 500;
		color: #ffffff
	}
  body.online main article section.cost .note p.cv_btn {
    padding: 35px 0 70px 0
  }

  body.online main article section.doctor .row .image {
    background-image: url(../image/online/img_doctor2_sp.jpg?240614);
  }

  body.online main article section.step p.cv_btn {
		padding: 70px 0 0
	}
	body.online main article section.step p.cv_btn a {
		margin: 0 auto;
		width: 341px;
    max-width: 100%;
		height: 66px;
		display: block;
		box-sizing: border-box;
		border-radius: 33px;
		background: #1377BC;
		text-align: center;
		line-height: 66px;
		font-size: 22px;
		font-weight: 500;
		color: #ffffff
	}

  body.online main article section.symptoms p.cv_btn {
		padding: 20px 0 40px
	}
	body.online main article section.symptoms p.cv_btn a {
		margin: 0 auto;
		width: 341px;
    max-width: 100%;
		height: 66px;
		display: block;
		box-sizing: border-box;
		border-radius: 33px;
		background: #1377BC;
		text-align: center;
		line-height: 66px;
		font-size: 22px;
		font-weight: 500;
		color: #ffffff
	}

  .mb-10px {
    margin-bottom: 10px !important;
  }

  .mb-20px {
    margin-bottom: 20px !important;
  }

  .mb-20px-sp {
    margin-bottom: 20px !important;
  }

  .mb-30px-sp {
    margin-bottom: 30px;
  }

  .mb-40px-sp {
    margin-bottom: 40px !important;
  }
}

.symptoms_subtitle {
  text-align: center;
  padding: 25px 10px;
  margin-bottom: 20px;
  background: #E8F4F9;
  border-radius: 20px;
  position: relative;
}

.symptoms_subtitle::after {
  content: "";
  width: 0;
  height: 0;
  margin: 0 auto;
  display: inline-block;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #f1f7fc transparent transparent transparent;
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  transform: translate(0, 100%);
}

.symptoms_subtitle_icon {
  width: 20%;
}

.symptoms_subtitle_text {
  color: #1377bc;
  font-size: 16px;
  line-height: 1.5862068966;
  font-weight: 400;
}

.symptoms_box_subtitle {
  width: 80px;
  padding: 5px;
  margin: 0 0 7px;
  color: #fff;
  font-size: 14px;
  line-height: 1.3571428571;
  letter-spacing: 0.08em;
  font-weight: 500;
  text-align: center;
}
.symptoms_box_subtitle.-blue {
  background: #2888bf;
}
.symptoms_box_subtitle.-pink {
  background: #ffacae;
}

.symptoms_list {
  padding: 10px 0;
}

.symptoms_box {
  padding: 15px 0;
  border-bottom: 2px solid #d4d4d4;
}
.symptoms_box:nth-child(1) {
  border-top: 2px solid #d4d4d4;
}

.symptoms_box_title {
  font-size: 16px;
  line-height: 1.5862068966;
  font-weight: 700;
  margin-bottom: 1rem;
}

.symptoms_box_desc {
  font-size: 14px;
  line-height: 1.7;
}

.symptoms_box_head {
  padding: 0 40px 0 0;
  position: relative;
}
.symptoms_box_head::after {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  border-bottom: 1px solid #1377bc;
  border-right: 1px solid #1377bc;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%) rotate(45deg);
}
.symptoms_box_head.is-active::after {
  transform: translate(0, -50%) rotate(-135deg);
}

.symptoms_body {
  padding: 17px 0 5px;
  display: none;
}

.symptoms_data {
  width: 100%;
  border-collapse: collapse;
}

.symptoms_data_item {
  background: #f4f4f4;
}
.symptoms_data_item:nth-child(even) {
  background: #fff;
}

.symptoms_data_title, .symptoms_data_desc {
  padding: 9px 0 9px 20px;
  font-size: 12px;
  line-height: 1.5;
}


.symptoms_data_title {
  width: 32%;
  font-weight: 700;
}

.symptoms_data_desc {
  width: 68%;
}

.fc-blue {
    color: #1377bc !important;
}

.marker-skyBlue {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #d7f8ff));
    background: linear-gradient(transparent 65%, #d7f8ff 65%);
}

.marker-yellow {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #fff100));
    background: linear-gradient(transparent 65%, #fff100 65%);
}

.light-blue-box {
  padding: 7px 10px;
  border-radius: 5px;
  background: #E8F4F9;
  font-size: 12px;
  line-height: 1.7;
}

@media screen and (min-width: 768px) {
  .symptoms_subtitle {
    padding: 50px 20px;
  }
  .symptoms_subtitle::after {
    border-width: 15px 15px 0 15px;
  }
  .symptoms_subtitle_icon {
    width: 96px;
  }
  .symptoms_subtitle_text {
    font-size: 24px;
  }
  .symptoms_list {
    padding: 20px 0;
  }
  .symptoms_box {
    padding: 15px 0;
  }
  .symptoms_box_title {
    font-size: 24px;
  }
  .symptoms_box_subtitle {
    width: 120px;
    padding: 8px;
    margin: 0 0 10px;
    font-size: 20px;
  }
  .symptoms_box_desc {
    font-size: 18px;
  }
  .symptoms_box_head {
    padding: 0 80px 0 0;
  }
  .symptoms_box_head::after {
    width: 20px;
    height: 20px;
    border-bottom: 2px solid #1377bc;
    border-right: 2px solid #1377bc;
    right: 40px;
  }
  .symptoms_body {
    padding: 35px 0 10px;
  }

  .symptoms_data_title, .symptoms_data_desc {
    padding: 15px 0 15px 20px;
    font-size: 16px;
  }
  .light-blue-box {
    padding: 15px 20px;
    border-radius: 10px;
    background: #f1f7fc;
    font-size: 16px;
  }
}


.faq_list {
  padding: 10px 0;
}

.faq_box {
  padding: 22px 0;
  border-bottom: 1px solid #6780b8;
  cursor: pointer;
}
.faq_box:nth-child(1) {
  border-top: 1px solid #6780b8;
}

.faq_box_title {
  font-size: 16px;
  line-height: 1.5862068966;
  font-weight: 700;
}

.faq_box_head {
  padding: 0 40px 0 0;
  position: relative;
}
.faq_box_head::after {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  border-bottom: 1px solid #30529e;
  border-right: 1px solid #30529e;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%) rotate(45deg);
}
.faq_box_head.is-active::after {
  transform: translate(0, -50%) rotate(-135deg);
}

.faq_box_body {
  padding: 17px 0 5px;
  display: none;
}

.faq_data {
  margin-bottom: 20px;
  line-height: 1.7;
}
.faq_data:nth-last-child(1) {
  margin-bottom: 0;
}

.faq_data_title {
  font-weight: 700;
  padding: 10px 10px 10px 37px;
  background: #f1f7fc;
  position: relative;
}
.faq_data_title::before {
  content: "Q";
  color: #30529e;
  font-size: 17px;
  font-weight: 700;
  position: absolute;
  top: 7px;
  left: 7px;
}

.faq_data_desc {
  padding: 10px 10px 10px 37px;
  position: relative;
}
.faq_data_desc::before {
  color: #2abef1;
  content: "A";
  font-size: 17px;
  font-weight: 700;
  position: absolute;
  top: 9px;
  left: 10px;
}

@media screen and (min-width: 768px) {
  .faq_list {
    padding: 20px 0;
  }
  .faq_box {
    padding: 45px 0;
    border-bottom: 2px solid #6780b8;
  }
  .faq_box:nth-child(1) {
    border-top: 2px solid #6780b8;
  }
  .faq_box_title {
    font-size: 24px;
  }
  .faq_box_head {
    padding: 0 80px 0 0;
  }
  .faq_box_head::after {
    width: 20px;
    height: 20px;
    border-bottom: 2px solid #1377bc;
    border-right: 2px solid #1377bc;
    right: 40px;
  }
  .faq_box_body {
    padding: 35px 0 10px;
    display: none;
  }
  .faq_data {
    margin-bottom: 40px;
  }
  
  .faq_data_title {
    padding: 20px 20px 20px 75px;
  }
  .faq_data_title::before {
    font-size: 24px;
    top: 11px;
    left: 15px;
  }
  
  .faq_data_desc {
    padding: 20px 20px 20px 75px;
  }
  .faq_data_desc::before {
    font-size: 24px;
    top: 12px;
    left: 19px;
  }
}

.online_hero,
.online_hero * {
  box-sizing: border-box;
}

.online_hero {
  position: relative;
}

.online_hero .kv_bg img {
  width: 100%;
  height: auto;
}

.online_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 76vw;
}

.online_title img {
  width: 100%;
  height: auto;
}

.online_title_inner {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 27.5% 10% 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.online_title_main {
  margin: 0 0 2vw;
  font-size: 10.26vw;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 700;
  text-align: center;
}

.online_title_main .blue {
  color: #1377bc;
}

.online_title_main .pink {
  color: #f99799;
}

.online_title_sub {
  width: 100%;
  padding: 0 5%;
  margin: 0 0 4vw;
  display: flex;
  align-items: center;
  gap: 1vw;
  color: #1377bc;
  font-size: 5.33vw;
  font-weight: 400;
}

.online_title_sub::before,
.online_title_sub::after {
  content: '';
  height: 1px;
  flex: 1;
  background: #1377bc;
}

.online_title_catch {
  padding: 2vw 4vw;
  border-radius: 50vh;
  background: #38ade1;
  color: #fff;
  font-size: 3.73vw;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .online_title {
    width: 33.6vw;
  }
  .online_title_main {
    font-size: 4vw;
  }
  .online_title_sub {
    margin: 0 0 1.56vw;
    font-size: 2.08vw;
  }
  .online_title_sub::before,
  .online_title_sub::after {
    height: 2px;
  }
  .online_title_catch {
    padding: .625vw 1vw;
    font-size: 1.45vw;
  }
}

.online_point {
  padding: 4.6vw 0;
}

.online_point_list {
  display: flex;
  margin: 0 -.8vw;
}

.online_point_item {
  position: relative;
  width: 25%;
  padding: .8vw .8vw 6vw;
  display: flex;
  flex-direction: column;
}

.online_point_item_icon {
  position: relative;
  z-index: 1;
  width: 8.9vw;
  margin: 0 auto -3.6vw;
  display: block;
}

.online_point_item_icon img {
  width: 100%;
}

.online_point_item_inner {
  padding: 3.9vw .6vw 1vw;
  background-color: #36c3b9;
  border-radius: 2vw;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.online_point_item_text {
  position: relative;
  color: #fff;
  font-size: 3.6vw;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
}

.online_point_item_mark {
  font-size: 3.2vw;
  margin: 0 -.25em;
  transform: scale(.6) translate(0, -.5em);
  display: inline-block;
  vertical-align: top;
}

.online_point_item_text strong {
  color: #fff571;
  font-size: 100%;
}

.online_point_item_text small {
  font-size: 80%;
}

.online_point_item_bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 25%);
}

.online_point_item_notice {
  transform: scale(.5);
  margin: 0 -.25em;
  display: inline-block;
  font-size: 3.73vw;
  line-height: 1.4;
  letter-spacing: 0;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .online_point {
    padding: 40px 0 30px;
  }
  .online_point_list {
    margin: 0 -10px;
  }
  
  .online_point_item {
    padding: 10px 10px 45px;
  }

  .online_point_item_icon {
    width: 67px;
    margin: 0 auto -25px;
  }

  .online_point_item_inner {
    padding: 30px 10px 15px;
    border-radius: 15px;
  }

  .online_point_item_text {
    font-size: 25px;
  }
  .online_point_item_mark {
    transform: scale(1) translate(0, 0);
    margin: 0;
    font-size: 12px;
    vertical-align: top;
  }
  .online_point_item_bottom {
    margin: 0;
    bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  }
  .online_point_item_notice {
    transform: scale(1);
    margin: 0;
    font-size: 14px;
  }
}

body.online main article section.cost .express h3 {
  font-size: 19px;
}
.body.online main article section.cost .express div.box  {
  padding: 10px;
}
.express_list {
  padding: 0 0 25px;
}
.express_item {
  padding: 15px 0;
  border-bottom: 1px solid #696969;
}
.express_item_head {
  position: relative;
  appearance: none;
  background: none;
  width: 100%;
  display: block;
}
.express_item_arrow {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #30529e;
}
.express_item_arrow::before {
  content: '';
  transform: rotate(-135deg) translate(15%, 15%);
  width: 4px;
  height: 4px;
  display: block;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.express_item_head.is-active .express_item_arrow::before {
  transform: rotate(45deg) translate(15%, 15%);
}
body.online main article section.cost .row div.box h4.express_item_title {
  color: #000;
  font-size: 17px;
  text-align: left;
}
.express_item:nth-of-type(n+2) .express_item_body {
  display: none;
}
.express_item_body {
  padding: 15px 0 10px;
}
.express_item_area {
  position: relative;
  padding: 0 0 0 27px;
  margin: 0 0 22px;
  font-size: 13px;
  line-height: 1.8;
}
.express_item_area::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 20px;
  height: 90%;
  background: #3f6eb4;
}
.express_item_area.-aqua::before {
  background-color: #5adcf5;
}
.express_item_area.-babyblue::before {
  background-color: #bde9fc;
}
.express_item_map img {
  max-width: 100%;
  height: auto;
}
.express_item_container {
  margin: 0 -6px 15px;
  display: flex;
  gap: 8px;
}
.express_item_box {
  width: calc(50% - 4px);
}
.express_item_data {
  width: 100%;
  border-collapse: collapse;
}
.express_item_data_head,
.express_item_data_desc {
  border: 6px solid #fff;
  font-size: 12px;
}
.express_item_data_head {
  width: 50%;
  padding: 5px 0 5px 8px;
  background: #f1f7fc;
  color: #30529e;
  letter-spacing: 0;
  font-weight: 400;
}
.express_item_data_desc {
  padding: 5px 0;
}
.express_item_data_row:nth-of-type(1) .express_item_data_desc {
  padding: 15px 0 5px;
}
.express_item_note {
  padding: 10px 9px;
  background: #f1f7fc;
  font-size: 11px;
  line-height: 1.9;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  body.online main article section.cost .express h3 {
    font-size: 24px;
  }
  body.online main article section.cost .express div.box {
    padding: 20px;
  }
  .express_item {
    padding: 41px 0;
  }
  body.online main article section.cost .row div.box h4.express_item_title {
    font-size: 26px;
  }
  .express_item_arrow {
    width: 23px;
    height: 23px;
  }
  .express_item_arrow::before {
    width: 6px;
    height: 6px;
    border-width: 2px;
    transform: rotate(-135deg) translate(20%, 15%);
  }
  .express_item_head.is-active .express_item_arrow::before {
    transform: rotate(45deg) translate(10%, 15%);
  }
  .express_item_body {
    padding: 35px 10px 15px;
  }
  .express_item_body_inner {
    display: flex;
    gap: 20px;
  }
  .express_item_map {
    width: 50.5%;
  }
  .express_item_desc {
    flex: 1;
  }
  .express_item_area {
    padding: 0 0 0 35px;
    font-size: 16px;
  }
  .express_item_area::before {
    width: 25px;
    height: 85%;
  }
  .express_item_container {
    margin: 0 0 15px;
    gap: 10px;
  }
  .express_item_box {
    width: calc(50% - 5px);
  }
  .express_item_data_head,
  .express_item_data_desc {
    border: 7px solid #fff;
    font-size: 16px;
  }
  .express_item_note {
    padding: 15px 8px;
    font-size: 15px;
    letter-spacing: 0;
  }
}


.pt-10px {
  padding-top: 10px !important;
}

.pt-20px {
  padding-top: 20px !important;
}

.pb-10px {
  padding-bottom: 10px !important;
}

.pb-20px {
  padding-bottom: 20px !important;
}

.pl-5px {
  padding-left: 5px !important;
}

.pl-10px {
  padding-left: 10px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5px {
  margin-bottom: 5px;
}

.mb-10px {
  margin-bottom: 10px;
}

.mb-15px {
  margin-bottom: 15px;
}

.fc-pink {
  color: #f18386 !important;
}

.fw-bold {
  font-weight: bold;
}