@charset "utf-8";

.block_editor p {
  margin-bottom: 1rem;
}

.block_editor hr {
  display: block;
  margin: 1rem 0;
  border: 0;
  border-top: 1px solid;
  opacity: .25;
}


.block_editor img {
  max-width: 100%;
  vertical-align: top;
}

.block_editor .text-align-center {
  text-align: center;
}

.block_editor .text-align-right {
  text-align: right;
}

.block_editor h1 {
  font-size: 40px;
  font-weight: 700;
  margin: 60px 0 60px 0;
}

.block_editor h2 {
  font-size: 28px;
  font-weight: 700;
  margin: 80px 0 80px 0;
  text-align: center;
  position: relative;
}

.block_editor h2:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  display: inline-block;
  width: 40px;
  height: 2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #0066CC;
}

.block_editor .counter {
  display:none;
}

.block_editor h3 {
  font-size: 26px;
  font-weight: 700;
}

.block_editor h3.title--level3.type01 {
  font-size: 26px;
  font-weight: 700;
  color: #0066CC;
  margin: 40px 0 40px 0;
}

.block_editor h3.title--level3.type02 {
  font-size: 26px;
  font-weight: 700;
  color: #000;
  margin: 40px 0 40px 0;
  border-left: 3px solid #0066CC;
  padding-left: 10px;
}

.block_editor h3.title--level3.type03 {
  font-size: 26px;
  font-weight: 700;
  color: #000;
  margin: 40px 0 40px 0;
  border-left: 3px solid #0066CC;
  border-bottom: 1px solid #0066CC;
  padding: 10px;
  background: #eeefef;
}

.block_editor h3.title--level3.type04 {
  font-size: 26px;
  font-weight: 700;
  color: #000;
  padding: 10px;
  background: #eeefef;
  text-align: center;
  width: 71.7%;
  margin: 40px auto;;
}

.block_editor h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.block_editor h4.title--level4.type01 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin: 0 0 20px 0;
}

.block_editor h4.title--level4.type02 {
  font-size: 20px;
  font-weight: 700;
  color: #0066CC;
  margin: 0 0 20px 0;
  border-left: 3px solid #0066CC;
  padding-left: 10px;
}

.block_editor h4.title--level4.type03 {
  font-size: 20px;
  font-weight: 700;
  color: #0066CC;
  margin: 0 0 20px 0;
  padding: 10px;
  background: #eeefef;
  display: flex;
  align-items: center;
}

.block_editor h4.title--level4.type03 .counter {
  display: inline-block;
  font-size: 28px;
  font-weight: 400;
  margin: 0 20px 0 10px;
}

.block_editor ul {
  margin-bottom: 1rem;
}

.block_editor ol {
  margin-bottom: 1rem;
  padding-left: 2rem;
}

.block_editor ol li {
  margin-bottom: 4px;
  padding-left: 2px;
}

.block_editor ul li {
  list-style-type: none;
  position: relative;
  padding-left: 1rem;
  margin-bottom: 4px;
}

.block_editor ul li:before {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  left: 0;
  top: 0.5em;
  content: "";
  background: #0066CC;
}

.text_emphasis_text {
  font-weight: 700;
}

.text_emphasis_text.black {
  color: #333;
}

.text_emphasis_text.blue {
  color: #007bbb;
}

.text_emphasis_text.normal {
  font-size: 16px;
}

.text_emphasis_text.medium {
  font-size: 18px;
}

.text_emphasis_text.large {
  font-size: 20px;
}

.block_editor .parts_annotation_list {
  padding-left: 18px;
  margin: 0;
}

.block_editor .parts_annotation_list li {
  padding-left: 22px;
  position: relative;
  list-style:none;
}

.block_editor .parts_annotation_list li:before {
  content: "\0203B";
  position: absolute;
  top: 0;
  left: 0;
  background: none;
}

.parts_catchcopy {
  margin: 1rem 0 1rem 0;
}

.parts_catchcopy.normal {
  font-size: 24px;
  font-weight: 700;
}

.parts_catchcopy.large {
  font-size: 28px;
  font-weight: 700;
}

.block_editor .table-type01 {
  margin: 30px 0;
  border-collapse:  collapse; 
  width: 70%;
}

@media (max-width: 767px) {
.block_editor .table-type01 {
  width: 100%;
}
}

.block_editor .table-type01 p {
  margin: 0;
}

.block_editor .table-type01 th {
  padding: 20px;
  background: #E4EFF9;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #cdcdcd;
  border-left: 1px solid #cdcdcd;
}

.block_editor .table-type01 tr:last-child th {
  border-bottom: 1px solid #cdcdcd;
}

.block_editor .table-type01 td {
  border: 1px solid #cdcdcd;
  padding: 20px;
}

.block_editor .table-type02 {
  margin: 30px 0;
  border-collapse:  collapse; 
  width: 100%;
}

.block_editor .table-type02 th {
  border: 1px solid #fff;
}

.block_editor .table-type02 thead tr th {
  background: #0066CC;
  padding: 20px;
  color: #fff;
}

.block_editor .table-type02 tbody tr th {
  background: #E4EFF9!important;
  padding: 30px;
}

.block_editor .table-type02 tr:last-child th {
  border-bottom: 1px solid #E4EFF9;
}

.block_editor .table-type02 tbody tr td {
  padding: 30px;
  border: 1px solid #cdcdcd;
}

.block_editor p img {
  margin: auto;
}

.block_editor .asset.asset-image {
  margin: inherit;
}

.parts_img_2col {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

@media (max-width: 767px) {
.parts_img_2col {
  display: block;
  margin: 0;
}
}

.parts_img_2col div {
  width: calc( 50% - 20px);
  margin: 10px;
}

@media (max-width: 767px) {
.parts_img_2col div {
  width: 100%;
  margin: 0 0 20px 0;
}
}

.parts_img_2col div img {
  max-width: 100%;
}

.parts_img_3col {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.parts_img_3col div {
  width: calc( 33.3% - 20px);
  margin: 10px;
}

.parts_img_3col div img {
  max-width: 100%;
}

@media (max-width: 767px) {
.parts_img_3col {
  display: block;
  margin: 0;
}

.parts_img_3col div {
  width: 100%;
  margin: 0 0 20px 0;
}
}

.parts_img_2col_modal {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.parts_img_2col_modal div {
  width: calc( 50% - 20px);
  margin: 10px;
  position: relative;
}

.parts_img_2col_modal div img {
  max-width: 100%;
}

.parts_img_2col_modal div a {
  position: relative;
}

.parts_img_2col_modal div a:after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(/img/img_modal_icon.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 20px;
  right: 10px;
}

.parts_img_3col_modal {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.parts_img_3col_modal div {
  width: calc( 33.33% - 20px);
  margin: 10px;
  position: relative;
}

.parts_img_3col_modal div img {
  max-width: 100%;
}

.parts_img_3col_modal div a {
  position: relative;
}

.parts_img_3col_modal div a:after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(/img/img_modal_icon.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 20px;
  right: 10px;
}

@media (max-width: 767px) {
.parts_img_3col_modal {
  display: block;
  margin: 0;
}

.parts_img_3col_modal div {
    width: 100%;
    margin: 0 0 20px 0;
    position: relative;
}
}

@media (max-width: 767px) {
.parts_img_2col_modal {
  display: block; 
  margin: 0;
}

.parts_img_2col_modal div {
    width: 100%;
    margin: 0 0 20px 0;
    position: relative;
}
}

.parts_btn_link_3col {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
  gap: 20px;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
.parts_btn_link_3col {
  justify-content: center;
}
}

.parts_btn_link {
  background: linear-gradient(to right,#428eda, #0267cc);
  color: #fff!important;
  cursor: pointer;
  position: relative;
  text-align: center;
  transition: all .5s ease-out;
  display: inline-block;
  width: 100%;
  max-width: 326px;
  padding: 15px 40px 15px 20px;
  text-decoration: none;
  vertical-align: top;
}

.parts_btn_link span {
  position: relative;
}

.parts_btn_link:before {
  background: linear-gradient(to right, #0267cc, #428eda);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all .5s ease-out;
  width: 100%;
}

.parts_btn_link:after {
  background: none;
  border: 0px;
  border-right: solid 1px #fff;
  border-top: solid 1px #fff;
  content: "";
  height: 8px;
  width: 8px;
  right: 15px;
  position: absolute;
  top: 3px;
  bottom: 0;
  margin: auto;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .5s ease-out;
}

.parts_btn_link:hover:before {
  opacity: 0;
}

.parts_btn_link:hover:after {
  right: 12px;
  transition: all .5s ease-out;
}

.parts_btn_link.external_link:after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 14px;
  background: url(/img/icon_external_link_w.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  border: none;
  -ms-transform: inherit;
  -webkit-transform: inherit;
  transform: inherit;
}

.parts_btn_link_center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 20px 0;
}

.parts_btn_link_left {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
  margin: 20px 0;
}

@media (max-width: 767px) {
.parts_btn_link_left {
  justify-content: center;
}
}

.parts_anchor_link_3col {
  display: flex;
  flex-wrap: wrap;
}

.parts_anchor_link_3col .btn_anchor_link {
  padding: 23px;
}

@media (max-width: 767px) {
.parts_anchor_link_3col {
  justify-content: center;
}

.parts_anchor_link_3col .btn_anchor_link {
  padding: 10px;
}
}

#block_editor1 .parts_anchor_link_block {
  margin: 30px 50px;
}

@media (max-width: 767px) {
#block_editor1 .parts_anchor_link_block {
  margin: 10px 20px;
}
}

.parts_anchor_link_block {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
}

.parts_anchor_link_block .btn_anchor_link {
  padding: 10px 10px;
  max-width: calc(100% /3);
  min-width: 310px;
  width: 100%;
}

@media (max-width: 767px) {
.parts_anchor_link_block {

}

.parts_anchor_link_block .btn_anchor_link {
  padding: 10px;
  max-width: inherit;
}
}

.block_editor .anchor_link {
  padding: 5px 38px 5px 20px;
  color: #0066CC;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  box-sizing: border-box;
  vertical-align: top;
  line-height: 1.4;
  border: 1px solid #0066CC;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.block_editor .anchor_link:after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #0066CC;
  border-right: solid 2px #0066CC;
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  margin: auto;
  transform: rotate(135deg);
}

.block_editor .anchor_link:hover {
  background: #0066CC;
  color: #fff;
  border: 1px solid #0066CC;
  transition: 0.5s;
}

.block_editor .anchor_link:hover:after {
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
}

@media (max-width: 424px) {
.block_editor .anchor_link {
  width: 300px;
  min-width: inherit;
  max-width: inherit;
}
}

.parts_anchor_link_numblock {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.parts_anchor_link_numblock .btn_anchor_link {
  padding:20px 23px;
}

.parts_anchor_link_numblock .anchor_link {
  justify-content: left;
  padding: 0;
}

.parts_anchor_link_numblock .anchor_link span.dec {
  font-size: 28px;
  font-weight: 400;
  min-width: 60px;
  background: #0066CC;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-right: 15px;
}

.parts_anchor_link_numblock .anchor_link span:nth-child(2) {
  padding: 0 30px 0 0;
  text-align: left;
}

@media (max-width: 767px) {
.parts_anchor_link_numblock {
  justify-content: center;
}
}

.parts_link a {
  color: #0066CC;
  text-decoration: none;
  position: relative;
  vertical-align: middle;
  margin-right: 20px;
  font-weight: 700;
}

.parts_link a:hover {
  text-decoration: underline;
}

.parts_link a:before, .parts_link a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -26px;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.parts_link a::before {
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #0066CC;
}

.parts_link a::after {
  right: -18px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.parts_link a.external_link:before {
  content: none;
}

.parts_link a.external_link:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(/img/icon_external_link_b.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -12px;
  margin: auto;
  border: none;
  transform: inherit;
}

.block_editor .pdf_link {
  color: #000;
  text-decoration: none;
  vertical-align: bottom;
}

.block_editor .pdf_link span {
  margin-right: 30px;
  position: relative;
}

.block_editor .pdf_link span:after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/img/icon_pdf.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: auto;
  right: -24px;
  transform: translateY(5px);
  margin: auto;
}

.block_editor .pdf_link:hover {
  color: #000;
  text-decoration: underline;
}

.block_editor .pdf_link.align-center {
  margin-top: 30px;
  display: block;
  text-align: center;
}

.parts_imglink {
  width: calc( 33.33% - 20px);
  overflow: hidden;
  margin: 10px;
}

.parts_imglink a {
  display: block;
  color: #000;
  text-decoration: none;
}

.parts_imglink a div {
  overflow: hidden;
}

.parts_imglink p {
  margin: 0;
}

.parts_imglink p span {
  position: relative;
  display: inline-block;
  margin-right: 30px;
  color: #0066CC;
  font-weight: 700;
  margin-top: 10px;
}

.parts_imglink p span:before {
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #0066CC;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -26px;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.parts_imglink p span:after {
  right: -18px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: -18px;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.parts_imglink a:hover p span {
  text-decoration: underline;
}

.parts_imglink img {
  transition: 0.5s;
}

.parts_imglink img:hover {
  transform: scale(1.1);
  transition: 0.5s;
}

.parts_imglink_set {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

@media (max-width: 767px) {
.parts_imglink_set {
  display: block;
  margin: 0;
}

.parts_imglink {
  width: 100%;
  overflow: hidden;
  margin: 0 0 30px 0;
}
}

.parts_anchor_colum {
  margin: 5px 0;
}

.parts_anchor_colum a {
  text-decoration: none;
  color: #000;
  position: relative;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 700;
}

.parts_anchor_colum a:before {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  left: 0;
  top: 0.5em;
  content: "";
  background: #0066CC;
}

.parts_anchor_colum a:hover {
  text-decoration: underline;
}

.parts_img_text {
  display: flex;
  margin-bottom: 60px;
}

.parts_img_text_inner-img {
  width: 50%;
}

.parts_img_text_inner-text {
  width: 50%;
}

.parts_img_text_inner-text h3.title--level3.type02 {
  margin: 0 0 50px 0;
}

.parts_img_text_inner-text p {
  margin: 0 0 16px 0;
}

@media (max-width: 767px) {
.parts_img_text {
  display: block;
  margin-bottom: 30px;
}

.parts_img_text_inner-img {
  width: 100%;
}
.parts_img_text_inner-text {
  width: 100%;
  padding: 0!important;
}
.parts_img_text_inner-text h3.title--level3.type02 {
  margin: 10px 0 10px 0;
}
}

.block_editor .mt-be-columns {
  display: flex;
  gap:20px;
}

.block_editor .mt-be-column {
  width: 50%;
}

.parts_head_with_text_col2 {
  display: flex;
  margin-bottom: 30px;
  margin-left: -10px;
  margin-right: -10px;
}

.parts_head_with_text_col2 div {
  margin: 0 10px;
  width: calc((100% - 40px) / 2);
}

.parts_head_with_text_col2 div p {
  margin: 20px;
}

@media (max-width: 767px) {
.parts_head_with_text_col2 {
  display: block;
  margin-bottom: 30px;
  margin: 0;
}
.parts_head_with_text_col2 div {
  margin: 0;
  width: 100%;
}
.parts_head_with_text_col2 div p {
  margin: 0;
}
}

.parts_head_with_text_col3 {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}

.parts_head_with_text_col3 div {
  width: calc((100% - 60px) / 3);
  margin: 0 10px;
}

.parts_img_undertext.col3, .parts_img_undertext.col2 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  margin-left: -10px;
  margin-right: -10px;
}

.parts_img_undertext.col3 div {
  width: calc((100% - 60px) / 3);
  margin: 0 10px;
}

.parts_img_undertext.col3 div p {
  margin: 10px 0 0 0;
}

@media (max-width: 767px) {
.parts_head_with_text_col3 {
  display: block;
  margin: 0;
}
.parts_head_with_text_col3 div {
  width: 100%;
  margin: 0;
}
}

.parts_img_undertext.col2 div {
  width: calc((100% - 40px) / 2);
  margin: 0 10px 20px 10px;
}

.parts_img_undertext.col2 div p {
  margin: 10px 0 0 0;
}

@media (max-width: 767px) {
.parts_img_undertext.col3, .parts_img_undertext.col2 {
    display: block;
    flex-wrap: wrap;
    margin-bottom: 30px;
    margin: 0;
}

.parts_img_undertext.col2 div {
  width: 100%;
  margin: 0 0 30px 0;
}

.parts_img_undertext.col3 div {
  width: 100%;
  margin: 0 0 30px 0;
}
}

.parts_img3col_text {
  display: flex;
}

.parts_img3col_text_img {
  width: 75%;
}

.parts_img3col_text_text {
  width: 25%;
}

.parts_img3col_text_text p {
  margin: 0;
}

@media (max-width: 767px) {
.parts_img3col_text {
  display: block;
  margin-bottom: 20px;
}

.parts_img3col_text_img {
  width: 100%;
}

.parts_img3col_text_text {
  width: 100%;
  margin-top: 10px;
  padding: 0!important;
}
}

.parts_img_head_pdf {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.parts_img_head_pdf h3.title--level3.type02 {
  margin: 0 0 10px 0;
}

.parts_img_head_pdf > div {
  margin: 0 10px;
  width: calc((100% - 80px) / 4);
}

.parts_img_head_pdf > div h3 {
  margin: 0 0 10px 0;
}

.parts_img_head_pdf > div img {
  margin: 0 0 10px 0;
}

@media (max-width: 767px) {
.parts_img_head_pdf {
  display: block;
  margin-bottom: 30px;
}
.parts_img_head_pdf > div {
  margin: 0 0 40px 0;
  width: 100%;
}
}

.parts_accordion_q {
  margin-bottom: 30px;
  padding-right: 70px;
  font-weight: 700;
  padding: 20px 66px 20px 53px;
  position: relative;
  cursor: pointer;
  background: #E4EFF9;
}

.parts_accordion_q p {
  margin: 0;
}

.parts_accordion_q:before {
  content: "Q.";
  position: absolute;
  top: 50%;
  left: 28px;
  transform: translate(-50%, -50%);
  color: #0066CC;
  font-size: 18px;
}

.parts-accordion-icon-wrap {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translatey(-50%);
  width: 40px;
  height: 40px;
  background: #0066CC;
  border-radius: 50%;
}

.parts-accordion-icon {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.parts-accordion-icon:before, .parts-accordion-icon:after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #000;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 2px;
  transform: translate(-50%, -50%);
}

.parts-accordion-icon:before, .parts-accordion-icon:after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #fff;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 2px;
  transform: translate(-50%, -50%);
}

.parts-accordion-icon:before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.parts-accordion-icon.open:before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.parts_accordion_a {
  margin: 30px 0 30px 0;
  display: none;
}

.parts_accordion_a p {
  margin: 0 10px 0 53px;
}

.parts_block_bgblue {
  background: #E4EFF9;
  padding: 30px;
  margin: 30px 0 60px 0;
}

.parts_block_bgblue h2 {
  margin: 20px 0 50px 0;
}

.parts_block_bgblue h3 {
  font-size: 26px;
  font-weight: 700;
  color: #000;
  margin: 40px 0 40px 0;
  border-left: 3px solid #0066CC;
  padding-left: 10px;
}

.parts_block_bgblue h3:first-child {
  margin: 0 0 40px 0;
}

.parts_block_bgblue p {
  margin: 0;
}

.parts_block_bgblue ul {
  margin: 0;
}

.parts_block_bgblue .parts_img_text {
  margin: 0;
}

.parts_block_bgblue .parts_btn_link.align-center {
  display: block;
  margin: 20px auto;
}

@media (max-width: 767px) {
.parts_block_bgblue .parts_btn_link.align-center {
  width: 100%;
}
}

.block_editor .parts_block_bgblue * + * {
  margin-top: 1em;
}

.parts_fukidashi {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.parts_fukidashi p {
  max-width: 120px;
  margin: 0 20px 0 0;
  height: auto;
}

.parts_fukidashi p img {
  max-width: 100%;
  width: auto;
  display: block;
  max-height: 100%;
}

.parts_fukidashi ul {
  width: calc(100% - 100px);
  border-radius: 20px;
  padding: 40px;
  margin: 0;
  position: relative;
  border: 4px solid #0066CC;
}

.parts_fukidashi ul:after, .parts_fukidashi ul:before{
  border: solid transparent;
  content:'';
  height:0;
  width:0;
  pointer-events:none;
  position:absolute;
  right:100%;
  top:50%;
}
.parts_fukidashi ul:after{
  border-color: rgba(255, 255, 255, 0);
  border-top-width:10px;
  border-bottom-width:10px;
  border-left-width:30px;
  border-right-width:30px;
  margin-top: -10px;
  border-right-color:#FFFFFF;
}
.parts_fukidashi ul:before{
  border-color: rgba(255, 124, 92, 0);
  border-top-width: 13px;
  border-bottom-width: 13px;
  border-left-width: 36px;
  border-right-width: 36px;
  margin-top: -13px;
  margin-right: 4px;
  border-right-color: #0066CC;
}

.parts_fukidashi ul li {
  margin: 0 0 4px 20px;
}

@media (max-width: 767px) {
.parts_fukidashi {
  margin-bottom: 20px;
}

.parts_fukidashi p {
  max-width: 70px;
}

.parts_fukidashi ul {
  width: 100%;
  padding: 15px 10px;
}

.parts_fukidashi ul:before {
  top: 35px;
  left: auto;
  border-right-width: 20px;
}

.parts_fukidashi ul:after {
  top: 35px;
  left: auto;
  border-right-width: 17px;
}

.parts_fukidashi ul li {
  margin-left: 5px;
}
}

.parts_label_kubun {
  margin: 20px 0;
  line-height: 2.3;
}

.parts_label_kubun .style1 {
  display: inline-block;
  background: #D6D2FF;
  margin-right: 10px;
  padding: 0 10px;
  font-size: 13px;
}

.parts_label_kubun .style2 {
  display: inline-block;
  background: #B3E3DE;
  padding: 0 10px;
  font-size: 13px;
}

.parts_flow {
  padding: 30px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  position: relative;
}

.parts_flow .step {
  background: #0066CC;
  color: #fff;
  line-height: 1.2;
  min-width: 80px;
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.parts_flow .step.on:after {
  content: "";
  position: absolute;
  border: 1px solid #0066CC;
  top: 110px;
  height: calc(100% - 85px);
}

.parts_flow .step span {
  display: block;
  font-size: 18px;
  font-weight: 400;
}

.parts_flow .step span.num {
  font-weight: 400;
  text-align: center;
  font-size: 28px;
  line-height: 1.0;
}

.parts_flow .title_text {
  border: 1px solid #CDCDCD;
  width: 100%;
}

.parts_flow .title_text p {
  padding: 12px 20px;
  margin: 0;
}

.parts_flow .title_text p:first-child {
  font-size: 20px;
  font-weight: 700;
  background: #E4EFF9;
}

.parts_flow .title_text div {
  padding: 0;
  margin: 30px;
  overflow: hidden;
}

@media (max-width: 767px) {
.parts_flow {
  padding: 0 0 20px 0;
  display: block;
}

.parts_flow .step {
  background: #0066CC;
  color: #fff;
  line-height: 1.2;
  min-width: 80px;
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
}

.parts_flow .step.on:after {
  content: none;
}

.parts_flow .title_text div {
  max-height: inherit;
  padding: 0;
  margin: 30px;
}
}

.parts_block_features h2 {
  text-align: center;
}

.parts_block_features_inner {
  margin-bottom: 30px;
}

.parts_block_features_wrap  {
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0 0 0 / 20%);
  margin: 0 40px;
  padding: 40px;
}

.parts_block_features .row1 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.parts_block_features .row1 .num {
  font-size: 32px;
  background: #0066CC;
  color: #fff;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.parts_block_features .row1 h3 {
  margin: 0 0 0 20px;
  font-weight: 700;
  color: #0066CC;
}

.parts_block_features .btnlink {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

.parts_block_features .btnlink a {
  min-width: 375px;
  background: #0066CC;
  display: inline-block;
  color: #fff;
  padding: 20px;
  text-align: center;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.5s;
}

.parts_block_features .btnlink a:hover {
  background: #fff;
  color: #0066CC;
  border: 1px solid #0066CC;
  transition: 0.5s;
}

.parts_card_3col_type01 {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.parts_card_3col_type01 div {
  width: 33.33%;
  border: 1px solid #CDCDCD;
  padding: 20px;
  max-width: 384.672px;
}

.parts_card_3col_type01 div .style1 {
  background: #D6D2FF;
  font-size: 13px;
  padding: 4px 14px;
  margin-right: 10px;
}

.parts_card_3col_type01 div .style2 {
  background: #B3E3DE;
  font-size: 13px;
  padding: 4px 14px;
}

.parts_card_3col_type01 div h3 {
  margin: 25px 0px;
  color: #0066CC;
  font-size: 26px;
  font-weight: 700;
  border-bottom: 1px solid #CDCDCD;
  padding-bottom: 20px;
}

.parts_card_3col_type01 div ul {
  margin: 0;
}

@media (max-width: 767px) {
.parts_card_3col_type01 {
  display: block;
  margin-bottom: 20px;
}

.parts_card_3col_type01 div {
  width: 100%;
  padding: 20px;
  max-width: inherit;
  margin-bottom: 20px;
}
}

/*--こんなお悩みや課題を解決できます--*/
.block_editor .section-frame {
  background: linear-gradient(166.79deg, #EEF7FC 11.67%, #B8D9FF 22.9%, #F5FBFF 61.52%, #C6E3FD 82.62%);
}

.block_editor .section-frame.type01 {
  background: url("/common/img/img_frame_bg_001.png") no-repeat 20% 0/cover;
}
@media (min-width: 768px) {
 .block_editor .section-frame.type01 {
    background-position: center top;
  }
}

.block_editor .section.solution {
  padding: 0 0 30px;
}
@media (min-width: 768px) {
  .block_editor .section.solution {
    padding-bottom: 50px;
  }
}

.block_editor .section.solution .common-title.type01 {
  margin-top: 10px;
  font-size: 28px;
  font-weight: 700;
  border-bottom: none;
  padding-bottom: 0;
  margin: 10px 0 60px 0;
}

.block_editor .common-block-blue.type01 {
  margin: 0;
  padding: 40px 10px 10px;
  background: url("/service/medical/img/img_block_bg.png") no-repeat -60px top/cover;
}
@media (min-width: 768px) {
  .block_editor .common-block-blue.type01 {
    padding: 40px 40px 60px;
    background-position: center;
  }
}

.block_editor .common-block-blue.type01 .common-title.type01 {
  color: #fff;
}

.block_editor .common-block-blue.type01 .common-title.type01:after {
  background-color: #fff;
}

.block_editor .common-block-solution {
  max-width: 900px;
  margin: 0 auto;
  padding: 25px 17px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .block_editor .common-block-solution {
    padding: 40px 42px;
  }
}

.block_editor .check-list {
  display: flex;
  flex-direction: column;
  gap: 15px 0;
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.block_editor .check-list li {
  position: relative;
  margin: 0;
  padding-left: 38px;
}

.block_editor .check-list li::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 21px;
  background: url(/service/medical/img/icon_check_box.png) no-repeat;
  aspect-ratio: 1;
  content: "";
  height: inherit;
  border-radius: inherit;
}

.block_editor .common-block {
  padding: 20px;
}

.block_editor .common-title.type01 {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .block_editor .common-title.type01 {
    margin-top: 60px;
  }
}

.block_editor .common-title.type08 {
  display: flex;
  min-height: 60px;
  margin: 0 0 20px 0;
  padding: 13px 10px;
  background: #eeefef;
  color: #0066cc;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.44;
}
@media (min-width: 768px) {
  .block_editor .common-title.type08 {
    align-items: center;
    font-size: 20px;
  }
}

.block_editor .common-title.type08 .counter {
  display: inline-block;
  margin: -6px 5px 0;
  font-size: 24px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .block_editor .common-title.type08 .counter {
    margin: 0 20px 0 10px;
    font-size: 28px;
  }
}

.block_editor .common-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 60px;
}
@media (min-width: 768px) {
  .block_editor .common-btn-wrap {
    margin-top: 60px;
  }
}

.block_editor .common-btn-link {
  background: linear-gradient(to right,#428eda, #0267cc);
  color: #fff!important;
  cursor: pointer;
  position: relative;
  text-align: center;
  transition: all .5s ease-out;
  display: block;
  width: 300px;
  padding: 15px 30px;
  text-decoration: none;
}

@media (min-width: 768px) {
  .block_editor .common-btn-link {
    width: 326px;
  }
}

.block_editor .common-btn-link span {
  position: relative;
}

.block_editor .common-btn-link:before {
  background: linear-gradient(to right, #0267cc, #428eda);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all .5s ease-out;
  width: 100%;
}

.block_editor .common-btn-link:after {
  background: none;
  border: 0;
  border-right: solid 1px #fff;
  border-top: solid 1px #fff;
  content: "";
  height: 8px;
  width: 8px;
  right: 15px;
  position: absolute;
  top: 3px;
  bottom: 0;
  margin: auto;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .5s ease-out;
}

@media (min-width: 768px) {
  .block_editor .common-btn-link:hover:before {
    opacity: 0;
  }
}

@media (min-width: 768px) {
  .block_editor .common-btn-link:hover:after {
    right: 12px;
    transition: all .5s ease-out;
  }
}

@media (max-width: 767px) {
.parts_tokuchou .common-block {
  padding: 0;
}
}

.parts_margin hr {
  opacity: 0;
  margin: 0;
}

.section-frame {
  padding-top: 50px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
.section-frame {
  padding-bottom: 60px;
}
}

@media (min-width: 768px) {
.block_editor .parts_tokuchou .common-title.type01 {
  margin-top: 40px;
}
}

.block_editor .parts_tokuchou .common-btn-wrap {
  display: none;
}

#block_editor3 {
  padding: 10px 20px 40px;
  background-color: #fff;
}
@media (min-width: 768px) {
#block_editor3 {
  padding: 30px 50px 60px;
}
}

#case_block_editor3 > * {
  margin-top: 0;
}