@charset "UTF-8";
/* Basic Settings
------------------------------------------------*/
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

#wrap {
  margin: 0 auto;
}

@media only screen and (min-width: 769px) and (max-width: 1000px) {
  #wrap {
    width: 1000px;
    overflow-x: scroll;
  }
}

@media only screen and (max-width: 768px) {
  #wrap {
    width: 100%;
    overflow: hidden;
  }
}

.column-main {
  min-width: 955px;
  max-width: 955px;
  padding: 0;
  margin: 0 5px 0 0;
  width: 955px;
}

.column-main em {
  font-style: normal;
}

.column-main .bold {
  font-family: 'UD Shin Go DemiBold', sans-serif;
  font-weight: bold;
}

.header-global,
.breadcrumbs {
  min-width: 1195px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header-pageTitle-low,
.container-contact,
.footer-global {
  min-width: 1195px;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 1195px;
}

.column-sidebar {
  width: 25%;
  min-width: 200px;
}

@media only screen and (max-width: 800px) {
  .column-sidebar {
    padding: 30px 0 15px;
    width: 100%;
  }
}

@media only screen and (max-width: 800px) {
  .header-global, .breadcrumbs {
    width: 100%;
    min-width: inherit;
  }
  .header-pageTitle-low, .container-contact, .footer-global {
    min-width: inherit;
  }
  .container {
    min-width: inherit;
    display: inherit;
  }
  .column-main {
    min-width: inherit;
    max-width: inherit;
    width: 100%;
  }
}

.inner {
  position: relative;
  margin: 0 auto;
}





/* Page Styles
------------------------------------------------*/
.header-pageTitle-low {
  background: url("/jp/~/media/medicom/onlineinfo/introduction/bg_mv_pc.png") no-repeat 50% 100%/auto 100%;
}

@media only screen and (min-width: 1681px) {
  .header-pageTitle-low {
    background-size: cover;
  }
}

@media only screen and (max-width: 768px) {
  .header-pageTitle-low {
    background: url(/jp/~/media/medicom/onlineinfo/introduction/bg_mv_sp.png) no-repeat 50% 100% /100% 100%;
  }
}

.header-pageTitle-low .inner-pageTitle {
  height: 220px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .header-pageTitle-low .inner-pageTitle {
   padding: 0 0 0 4.8vw;
   height: 34.666667vw;
  }
}

.header-pageTitle-low h1 {
  font-size: 2.25rem;
  line-height: 1.44444;
  position: relative;
  color: #fff;
  padding-left: 30px;
  z-index: 1;
  font-family: 'UD Shin Go DemiBold', sans-serif;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .header-pageTitle-low h1 {
    padding-left: 0;
    font-size: 5.33333vw;
    line-height: 1.45;
    vertical-align: top;
    padding-top: 5.33333vw;
  }
}

.column-main * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page-index {
  padding: 24px 0 16px;
  background: #fff;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .page-index {
    padding: 0;
    background: none;
    margin-bottom: 7.46667vw;
  }
}

.page-index .page-index-ttl {
  color: #0056A8;
  font-size: 1.25rem;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 21px;
  font-family: 'UD Shin Go DemiBold', sans-serif;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .page-index .page-index-ttl {
    font-size: 4.8vw;
    margin-bottom: 4.26667vw;
  }
}

.page-index .page-index-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  counter-reset: number 0;
  gap: 0 35px;
  font-family: 'UD Shin Go DemiBold', sans-serif;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .page-index .page-index-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fff;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
    border-radius: 1.33333vw;
    padding: 2.66667vw;
  }
}

.page-index .page-index-list li {
  font-size: 1rem;
  line-height: 1.5;
  position: relative;
  padding: 0 35px 0 71px;
  text-align: center;
}

.page-index .page-index-list li:nth-child(2) {
  padding: 10px 35px 0 71px;
}

@media only screen and (max-width: 768px) {
  .page-index .page-index-list li {
    width: 100%;
    padding: 0;
    text-align: left;
    font-size: 4.26667vw;
  }

  .page-index .page-index-list li:nth-child(2) {
    padding: 0;
  }
}

.page-index .page-index-list li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  height: 30px;
  width: 1px;
  background: #eee;
  top: calc(50% - 25px);
}

@media only screen and (max-width: 768px) {
  .page-index .page-index-list li:not(:last-child)::after {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 1px;
  }
}

.page-index .page-index-list li::before {
  counter-increment: number 1;
  content: "0" counter(number);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #F0F6F8;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  font-family: "Avenir Next", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  color: rgba(0, 86, 168, 0.3);
}

@media only screen and (max-width: 768px) {
  .page-index .page-index-list li::before {
    display: none;
  }
}

.page-index .page-index-list li a {
  color: #333333;
  text-decoration: none;
  position: relative;
  display: block;
  min-height: 75px;
}

@media only screen and (max-width: 768px) {
  .page-index .page-index-list li a {
    display: block;
    width: 100%;
    line-height: 1.2;
    min-height: auto;
    padding: 3.333333vw 0 3.333333vw 13.33333vw;
  }
}

.page-index .page-index-list li a:hover {
  opacity: 0.75;
}

.page-index .page-index-list li a::before {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  background-color: #066CBB;
  border-radius: 50%;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.page-index .page-index-list li:nth-child(2) a::before {
  bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .page-index .page-index-list li a::before {
    left: 4vw;
    top: 0;
    bottom: 0;
    right: auto;
    margin: auto;
    width: 4vw;
    height: 4vw;
  }

  .page-index .page-index-list li:nth-child(2) a::before {
    bottom: 0;
  }
}

.page-index .page-index-list li a::after {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  bottom: 7px;
  right: 0;
  left: 0;
  margin: 0 auto 0;
}

.page-index .page-index-list li:nth-child(2) a::after {
  bottom: 17px;
}

@media only screen and (max-width: 768px) {
  .page-index .page-index-list li a::after {
    left: 5.2vw;
    top: 0;
    bottom: 2px;
    right: auto;
    margin: auto;
    width: 1.33333vw;
    height: 1.33333vw;
  }

  .page-index .page-index-list li:nth-child(2) a::after {
    bottom: 2px;
  }
}

section .ttl {
  font-family: 'UD Shin Go DemiBold', sans-serif;
  font-weight: bold;
  font-size: 36px;
  line-height: 1;
  margin: 0 0 35px 10px;
  font-size: 2rem;
}

@media only screen and (max-width: 768px) {
  section .ttl {
    font-size: 6.93333vw;
    line-height: 1.4;
    margin: 0 1.33333vw 4.66667vw;
  }
}

section .ttl .ico {
  font-size: 0;
  margin: 0 0 15px 0;
  display: block;
}

@media only screen and (max-width: 768px) {
  section .ttl .ico {
    margin-bottom: 2.4vw;
  }
}

section .ttl .txt {
  font-size: 2rem;
  line-height: 1.5;
  color: #0056A8;
}

@media only screen and (max-width: 768px) {
  section .ttl .txt {
    font-size: 6.93333vw;
    line-height: 1.4;
  }
}

section.sec01 .ttl .ico {
  background: url(/jp/~/media/medicom/onlineinfo/introduction/ttl_sec1_sub.png) no-repeat 0 0/auto 100%;
  width: 173px;
  height: 16px;
}

@media only screen and (max-width: 768px) {
  section.sec01 .ttl .ico {
    height: 3.33333vw;
  }
}

section.sec02 .ttl .ico {
  background: url(/jp/~/media/medicom/onlineinfo/introduction/ttl_sec2_sub.png) no-repeat 0 0/auto 100%;
  width: 130px;
  height: 16px;
}

@media only screen and (max-width: 768px) {
  section.sec02 .ttl .ico {
    height: 3.33333vw;
  }
}

section .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 60px 0;
}

@media only screen and (max-width: 768px) {
  section .flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}





/* basic Settings
------------------------------------------------*/
.column section + section {
 margin-top: -20px !important;
}

.column section + section + section {
 margin-top: 0 !important;
}

.list-circle li {
 position: relative;
 margin: 5px 0 0;
 padding: 0 0 0 25px;
 font-size: 1rem;
 line-height: 1.4;
}

.list-circle li::before {
 content: '';
 position: absolute;
 top: 8px;
 left: 8px;
 display: block;
 border-radius: 50%;
 background: #128ccd;
 width: 8px;
 height: 8px;
}

.link-wrap {
}

.link-circle-arrow {
 display: flex;
 margin: 0 0 10px;
 line-height: 1.2;
 font-weight: bold;
 font-size: 18px;
 color: #333;
}

.link-circle-arrow::before {
 content: '';
 display: block;
 border-radius: 50%;
 background: #4bb729 url(/jp/~/media/medicom/onlineinfo/top/ico_arrow-right.png) center / 6px no-repeat;
 margin: 0 8px 0 0;
 width: 20px;
 height: 20px;
}

.tx-blue {
 color: #0056a8;
}

.bold {
 font-family: 'UD Shin Go DemiBold', sans-serif!important;
 font-weight: bold!important;
}

.evidence {
 margin: 0 0 45px;
 font-size: 11px;
}

.evidence li {
 padding: 0 0 0 15px;
 line-height: 1.2;
 text-indent: -15px;
}

.evidence li:not(:last-child) {
 margin: 0 0 3px;
}

.evidence li::before {
 content: '※ ';
}

@media only screen and (max-width: 768px) {
 .column section + section {
  margin-top: 0 !important;
 }

 .list-circle li {
  margin: 0;
  padding: 0 0 2vw 5.0666667vw;
  font-size: 4.2666667vw;
 }

 .list-circle li::before {
  top: 2vw;
  left: 0;
  width: 2.1333333vw;
  height: 2.1333333vw;
 }

 .link-circle-arrow {
  position: relative;
  margin: 0 0 2.666667vw;
  padding: 0 0 0 6vw;
  text-decoration: underline;
  line-height: 1.4;
  font-size: 4.2666667vw;
 }

 .link-circle-arrow::before {
  position: absolute;
  top: 0.8vw;
  left: 0;
  background: #4bb729 url(/jp/~/media/medicom/onlineinfo/top/ico_arrow-right.png) center / 1.3333333vw no-repeat;
  margin: 0 8px 0 0;
  width: 4vw;
  height: 4vw;
 }

 .evidence {
  margin: 0 0 12vw;
  font-size: 2.933333vw;
 }

 .evidence li {
  padding: 0 0 0 3.333333vw;
  text-indent: -3.933333vw;
 }

 .evidence li:not(:last-child) {
  margin: 0 0 3px;
 }

}




/* introduction Settings
------------------------------------------------*/
@media only screen and (max-width: 768px) {
 .page-index + .block .inner-block {
  padding: 15px 0;
 }

 .page-index + .block .txt {
  font-size: 4.2666667vw;
 }
}





/* section 01 Settings
------------------------------------------------*/
.sec01 {
 background: #f0f6f8;
 padding: 60px 40px 10px;
}

.sec01 p.txt {
 margin: 0 0 40px 10px;
 font-size: 1rem;
 line-height: 1.75;
}

.sec01 .txt-wrap p.txt {
 margin: 0 0 15px 10px;
}

.sec01 .flex-wrap {
 margin: 0 0 30px;
 gap: 0 4.34%;
}

.sec01 .num-list-wrap {
 border-radius: 6px;
 background: #fff;
 padding: 30px 30px;
}

.sec01 .num-list-wrap li:not(:last-child) {
 margin: 0 0 15px;
}

.sec01 .flex-wrap .img {
 width: 38.46%;
}

@media only screen and (max-width: 768px) {
 .sec01 {
  box-sizing: border-box;
  margin: 0 -10px 0 -4vw;
  padding: 11.73333vw 2.66667vw 8vw;
  width: 100vw;
 }

 .sec01 p.txt {
  margin: 0 1.33333vw 5.33333vw;
 }

 .sec01 .txt-wrap p.txt {
  margin: 0 1.33333vw 5.33333vw;
  width: auto;
 }

 .sec01 .flex-wrap {
  margin: 0 0 4vw;
 }

 .sec01 .num-list-wrap {
  border-radius: 1.6vw;
  margin: 0 0 5.3333333vw;
  padding: 4.6666667vw;
  font-size: 1rem;
 }

 .sec01 .flex-wrap .img {
  margin: 0 1.33333vw;
  width: auto;
 }

}





/* section 02 Settings
------------------------------------------------*/
.sec02 {
 padding: 60px 40px 10px;
}

.sec02 p.txt {
 margin: 0 0 40px 10px;
 font-size: 1rem;
 line-height: 1.75;
}

.sec02 .step-wrap {
 border-radius: 6px;
 background: #f0f6f8;
 margin: 0 0 20px;
 padding: 40px 40px 1px;
}

.sec02 .step-wrap .ttl {
 margin: 0 0 10px;
 font-size: 1.625rem;
}

.sec02 .step-wrap .ttl .ico {
 display: inline-block;
 border-radius: 15px;
 background: #12d37f none;
 width: 90px;
 height: 30px;
 line-height: 30px;
 text-align: center;
 vertical-align: top;
 font-size: 1rem;
 color: #fff;
}

.sec02 .step-wrap p.txt {
 margin: 0 0 40px;
}

.sec02 .account-application .flex-wrap {
 margin: 0 0 40px;
 gap: 0 4.2%;
}

.sec02 .account-application .flex-wrap .txt {
 width: 41.0%;
}

.sec02 .account-application .flex-wrap .img {
 width: 54.7%;
}

.sec02 .proposal-step .flex-wrap {
 margin: 0 0 30px;
}

.sec02 .proposal-step .flex-wrap > li {
 background: rgba(217, 232, 237, 0.35);
 padding: 0 0 30px;
}

.sec02 .proposal-step .flex-wrap .img {
 display: flex;
 align-items: flex-end;
 margin: 0 0 20px;
 height: 265px;
}

.sec02 .proposal-step .list-circle {
 padding: 0 0 0 15px;
}

.sec02 .proposal-step .list-circle li {
 padding: 0 0 0 20px;
 font-size: 0.875rem;
}

.sec02 .proposal-step .list-circle li::before {
 top: 6px;
 left: 6px;
 width: 6px;
 height: 6px;
}

.sec02 .appli-for-use .flex-wrap {
 margin: 0 0 30px;
 gap: 0 3.2%;
}

.sec02 .appli-for-use .flex-wrap li {
 position: relative;
 border-radius: 6px;
 background: #fff;
 padding: 20px 30px 30px;
 width: 31.1%;
 line-height: 1.6;
 font-size: 0.875rem;
}

.sec02 .appli-for-use .flex-wrap li:not(:last-child)::after {
 content: '';
 position: absolute;
 top: 45%;
 right: -11.65%;
 display: block;
 background: url("/jp/~/media/medicom/onlineinfo/introduction/arrow_green.png") center / 100% 100% no-repeat;
 width: 34px;
 height: 18px;
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.sec02 .appli-for-use .flex-wrap li span {
 display: block;
 border-radius: 12px;
 background: #12d37f;
 margin: 0 auto 10px;
 width: 80px;
 height: 24px;
 line-height: 24px;
 text-align: center;
 vertical-align: top;
 font-weight: bold;
 color: #fff;
}

@media only screen and (max-width: 768px) {
 .sec02 {
  box-sizing: border-box;
  margin: 0 -10px 0 -4vw;
  padding: 11.73333vw 0 0;
  width: 100vw;
 }

  section.sec02 .ttl {
    margin: 0 1.33333vw 4.66667vw 4vw;
  }

 .sec02 p.txt {
  margin: 0 2.66667vw 9.3333333vw 4vw;
 }

 .sec02 .step-wrap {
  border-radius: 0;
  background: none;
  padding: 0 4vw 6.6666667vw;
 }

 .sec02 .step-wrap:not(:last-child) {
  border-bottom: 0.2666667vw solid #c8d1d4;
  margin: 0 0 12vw;
 }

 .sec02 .step-wrap .ttl {
  margin: 0 0 8vw;
  font-size: 6.9333333vw;
 }

 .sec02 .step-wrap .ttl .ico {
  display: block;
  border-radius: 3.8666667vw;
  width: 22.133333vw;
  height: 7.7333333vw;
  line-height: 7.7333333vw;
  font-size: 4.2666667vw;
 }

 .sec02 .step-wrap p.txt {
  margin: 0 0 8vw;
 }

 .sec02 .account-application .flex-wrap {
  display: block;
  margin: 0 0 5.3333333vw;
 }

 .sec02 .account-application .flex-wrap .txt {
  margin: 0 0 6vw;
  width: 100%;
 }

 .sec02 .account-application .flex-wrap .img {
  width: 100%;
 }

 .sec02 .proposal-step .flex-wrap {
  display: block;
  margin: 0 0 4.6666667vw -1.3333333vw;
  width: 94.666667vw;
 }

 .sec02 .proposal-step .flex-wrap > li {
  display: flex;
  margin: 0 0 2.8vw;
  padding: 0;
 }

 .sec02 .proposal-step .flex-wrap .img {
  box-sizing: border-box;
  align-items: flex-start;
  margin: 0 1.6vw 0 0;
  padding: 0 0 0 0.4vw;
  width: 46vw;
  height: auto;
 }

 .sec02 .proposal-step .flex-wrap > li + li .img {padding: 3.8666667vw 0 4vw 10vw;}

 .sec02 .proposal-step .list-circle {
  padding: 8vw 0 0;
  width: 46.933333vw;
 }

 .sec02 .proposal-step .list-circle li {
  margin: 0;
  padding: 0 0 0 2.933333vw;
  line-height: 1.6;
  font-size: 3.466667vw;
 }

 .sec02 .proposal-step .list-circle li::before {
  top: 2vw;
  left: 0;
  width: 1.6vw;
  height: 1.6vw;
 }

 .sec02 .appli-for-use .flex-wrap {
  box-sizing: border-box;
  display: block;
  background: rgba(217, 232, 237, 0.35);
  margin: 0 0 4.6666667vw -1.3333333vw;
  padding: 4vw;
  width: 94.666667vw;
 }

 .sec02 .appli-for-use .flex-wrap li {
  box-sizing: border-box;
  border-radius: 1.6vw;
  padding: 5.3333333vw 5.3333333vw 6vw;
  width: 100%;
  line-height: 1.6;
  font-size: 4vw;
 }

 .sec02 .appli-for-use .flex-wrap li:not(:last-child) {
  margin: 0 0 9.3333333vw;
 }

 .sec02 .appli-for-use .flex-wrap li:not(:last-child)::after {
  top: auto;
  bottom: -7.9vw;
  right: auto;
  left: 50%;
  margin: 0 0 0 -6.1333334vw;
  width: 12.2666667vw;
  height: 6.4vw;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
 }

 .sec02 .appli-for-use .flex-wrap li span {
  border-radius: 3.333333vw;
  margin: 0 auto 2.666667vw;
  width: 24vw;
  height: 6.6666667vw;
  line-height: 6.6666667vw;
 }
}





/* section 03 Settings
------------------------------------------------*/
.sec03 {
 padding: 40px 40px 60px;
}

.sec03 > .ttl {
 position: relative;
 margin: 0 0 30px 10px;
 padding: 35px 0 0;
 line-height: 1;
}

.sec03 > .ttl::before {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 display: block;
 background: url(/jp/~/media/medicom/onlineinfo/subsidy/ttl_border.png) 5px 0 / 100% 100% no-repeat;
 width: 40px;
 height: 8px;
}

.sec03 > .txt {
 margin: 0 0 30px 10px;
 line-height: 1.75;
 font-size: 1rem;
}

.sec03 .btn-wrap li a {
 position: relative;
 box-sizing: border-box;
 display: block;
 border-radius: 6px;
 background: -moz-linear-gradient( 90deg, rgb(50,141,23) 0%, rgb(75,183,41) 13%, rgb(103,192,16) 100%);
 background: -webkit-linear-gradient( 90deg, rgb(50,141,23) 0%, rgb(75,183,41) 13%, rgb(103,192,16) 100%);
 background: -ms-linear-gradient( 90deg, rgb(50,141,23) 0%, rgb(75,183,41) 13%, rgb(103,192,16) 100%);
 margin: 0 auto;
 padding: 15px 0 0;
 width: 540px;
 height: 90px;
 text-align: center;
 line-height: 1.4;
 font-size: 1.25rem;
 color: #fff;
}

.sec03 .btn-wrap li a::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	margin: -6px 0 0;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media only screen and (max-width: 768px) {
 .sec03 {
  box-sizing: border-box;
  background: #f0f6f8;
  margin: 0 -10px 0 -4vw;
  padding: 11.73333vw 2.66667vw 13.3333333vw;
  width: 100vw;
 }
 
 .sec03 > .ttl {
  margin: 0 0 4vw;
  padding: 6.6666667vw 0 0;
  line-height: 1;
 }

 .sec03 > .ttl::before {
  background: url(/jp/~/media/medicom/onlineinfo/subsidy/ttl_border_sp.png) 5px 0 / 100% 100% no-repeat;
  width: 12vw;
  height: 2vw;
 }

 .sec03 > .txt {
  margin: 0 1.33333vw 5.33333vw;
  font-size: 4.2666667vw;
 }

 .sec03 .btn-wrap li a {
  border-radius: 0.8vw;
  margin: 10vw auto 0;
  padding: 2.666667vw 0;
  width: 92vw;
  height: auto;
  font-size: 4.2666667vw;
 }

 .sec03 .btn-wrap li a::after {
  right: 2.4vw;
  margin: -2.1333333vw 0 0;
  width: 2.1333333vw;
  height: 2.1333333vw;
  border-top: 0.5333333vw solid #fff;
  border-right: 0.5333333vw solid #fff;
 }

}






/* related article Settings
------------------------------------------------*/
.related-article {
 background: -moz-linear-gradient( -90deg, rgb(76,171,225) 0%, rgb(130,193,228) 100%);
 background: -webkit-linear-gradient( -90deg, rgb(76,171,225) 0%, rgb(130,193,228) 100%);
 background: -ms-linear-gradient( -90deg, rgb(76,171,225) 0%, rgb(130,193,228) 100%);
 padding: 60px 0 90px;
}

.related-article .ttl {
 text-align: center;
 color: #fff;
}

.related-article .flex-wrap {
 margin: 0 5.79%;
}

.related-article .flex-wrap li {
 width: 30.5%;
}

.related-article .flex-wrap li .txt {
 margin: 10px 0 0;
 line-height: 1.5;
 font-size: 1rem;
 color: #fff;
}

@media only screen and (max-width: 768px) {
 .related-article {
  box-sizing: border-box;
  margin: 0 -10px 0 -4vw;
  padding: 12vw 2.66667vw 8vw;
  width: 100vw;
 }

 .related-article .ttl {
  text-align: center;
  color: #fff;
 }

 .related-article .flex-wrap {
  display: block;
  margin: 0 auto;
  width: 92vw;
 }

 .related-article .flex-wrap li {
  margin: 0 0 5.3333333vw;
  width: 100%;
 }

 .related-article .flex-wrap li a {
  display: flex;
  justify-content: space-between;
 }

 .related-article .flex-wrap li .img {
  display: block;
  width: 45.333333vw;
 }

 .related-article .flex-wrap li .txt {
  margin: 0;
  width: 42.666667vw;
  font-size: 3.733333vw;
 }
}




