@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/subsidy/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/subsidy/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;
  }
}

.header-pageTitle-low .sub-wrap {
  font-size: 20px;
  line-height: 1.3;
  display: block;
  text-align: center;
  width: 448px;
  height: 286px;
  background: url(/jp/~/media/medicom/onlineinfo/subsidy/img_mv_pc.png) no-repeat 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 67px 0 0 226px;
  color: #333333;
  position: absolute;
  top: 9px;
  right: 88px;
  font-family: 'UD Shin Go DemiBold', sans-serif;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .header-pageTitle-low .sub-wrap {
    background: url(/jp/~/media/medicom/onlineinfo/subsidy/img_mv_sp.png) no-repeat 0 0/100% auto;
    width: 33.2vw;
    height: 33.2vw;
    padding: 6.66667vw 0 0;
    font-size: 3.2vw;
    line-height: 1.08333;
    top: 12vw;
    right: 3.73333vw;
  }
}

.header-pageTitle-low .sub-wrap .sub1 {
  font-size: 16px;
  line-height: 1.625;
}

@media only screen and (max-width: 768px) {
  .header-pageTitle-low .sub-wrap .sub1 {
    font-size: 2.66667vw;
  }
}

.header-pageTitle-low .sub-wrap .sub2 {
  font-family: 'UD Shin Go DemiBold', sans-serif;
  color: #273c98;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -0.05em;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .header-pageTitle-low .sub-wrap .sub2 {
    font-size: 8vw;
  }
}

.header-pageTitle-low .sub-wrap .sub2 sup {
  color: #333333;
  font-size: 15px;
  position: absolute;
  top: 2px;
  right: auto;
}

@media only screen and (max-width: 768px) {
  .header-pageTitle-low .sub-wrap .sub2 sup {
    font-size: 2.66667vw;
  }
}

.header-pageTitle-low .evidence {
  color: #333333;
  position: absolute;
  bottom: 10px;
  right: 20px;
}

@media only screen and (max-width: 768px) {
  .header-pageTitle-low .evidence {
    color: #fff;
    font-size: 2.66667vw;
    right: auto;
    left: 20px;
    bottom: 4.66667vw;
  }
}

.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(1) {
  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(1) {
    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(1) 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(1) 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(1) 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(1) 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/subsidy/ttl_sec1_sub.png) no-repeat 0 0/auto 100%;
  width: 212px;
  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/subsidy/ttl_sec2_sub.png) no-repeat 0 0/auto 100%;
  width: 165px;
  height: 16px;
}

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

section.sec03 .ttl .ico {
  background: url(/jp/~/media/medicom/onlineinfo/subsidy/ttl_sec3_sub.png) no-repeat 0 0/auto 100%;
  width: 174px;
  height: 16px;
}

@media only screen and (max-width: 768px) {
  section.sec03 .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 {
 margin: 0 0 0 1.04%;
}

.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;
}

.sec01 .about-intro-wrap {
 gap: 0 4.34%;
}

.sec01 .about-intro-wrap .txt {
 margin: 0 0 0 10px;
 width: 56.62%;
 font-size: 1rem;
 line-height: 1.75;
}

.sec01 .about-intro-wrap .img {
 margin: 0 10px 0 0;
 width: 38.46%;
}

.sec01 .about-list-wrap {
 border-radius: 6px;
 background: #fff;
 margin: 40px 0;
 padding: 40px 15px 40px 40px;
}

.sec01 .about-list-wrap .about-list {
 position: relative;
 padding: 0 0 0 120px;
}

.sec01 .about-list-wrap .about-list:not(:last-child) {
 margin: 0 0 45px;
}

.sec01 .about-list-wrap .about-list::before {
 content: '';
 position: absolute;
 top: -10px;
 left: 0;
 display: block;
 background: url(/jp/~/media/medicom/onlineinfo/subsidy/ico_about01.png) 0 0 / 100% 100% no-repeat;
 width: 101px;
 height: 105px;
}

.sec01 .about-list-wrap .about-list:nth-child(2)::before {
 background: url(/jp/~/media/medicom/onlineinfo/subsidy/ico_about02.png) 0 0 / 100% 100% no-repeat;
}

.sec01 .about-list-wrap .ttl {
 margin: 0 0 15px;
 font-size: 1.3rem;
}

.sec01 .cost-wrap > .txt {
 margin: 0 0 40px 1.04%;
 font-size: 1rem;
 line-height: 1.75;
}

.sec01 .cost-wrap .flex-wrap {
 margin: 20px 1.04% 40px;
 gap: 0 1.92%;
}

.sec01 .cost-wrap .flex-wrap .cost-list-wrap {
 position: relative;
 border-radius: 6px;
 background: #fff;
 padding: 20px 0 30px;
 width: 32.05%
}

.sec01 .cost-wrap .flex-wrap .cost-list-wrap::before {
 content: 'COST1';
 position: absolute;
 top: 20px;
 left: 50%;
 display: block;
 border-radius: 12px;
 background: #12d37f;
 margin: 0 0 0 -40px;
 width: 80px;
 height: 24px;
 line-height: 24px;
 text-align: center;
 font-weight: bold;
 font-size: 0.875rem;
 color: #fff;
}

.sec01 .cost-wrap .flex-wrap .cost-list-wrap:nth-child(2)::before {content: 'COST2';}
.sec01 .cost-wrap .flex-wrap .cost-list-wrap:nth-child(3)::before {content: 'COST3';}

.sec01 .cost-wrap .flex-wrap .cost-list-wrap .ttl {
 box-sizing: border-box;
 min-height: 135px;
 margin: 0;
 padding: 35px 0 25px;
 text-align: center;
 line-height: 1.5;
 font-size: 1.125rem;
}

.sec01 .cost-wrap .flex-wrap .cost-list-wrap:nth-child(1) .ttl {padding: 45px 0 25px;}
.sec01 .cost-wrap .flex-wrap .cost-list-wrap:nth-child(2) .ttl {padding: 45px 0 25px;}

.sec01 .cost-wrap .flex-wrap .cost-list-wrap .txt {
 padding: 0 30px;
 line-height: 1.5;
 font-size: 0.875rem;
}

@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 .about-intro-wrap {
  margin: 0 0 8vw;
 }

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

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

 .sec01 .about-list-wrap {
  border-radius: 1.6vw;
  margin: 0 0 5.3333333vw;
  padding: 13.3333333vw 3.733333vw 6vw;
 }

 .sec01 .about-list-wrap .about-list {
  padding: 0;
 }

 .sec01 .about-list-wrap .about-list:not(:last-child) {
  margin: 0 0 16.666667vw;
 }

 .sec01 .about-list-wrap .about-list::before {
  top: -8.8vw;
  width: 21.6vw;
  height: 21.333333vw;
 }

 .sec01 .about-list-wrap .ttl {
  margin: 0 0 12vw;
  padding: 0 0 0 25.333333vw;
  font-size: 4.2666667vw;
 }

 .sec01 .cost-wrap > .txt {
  margin: 0 1.6vw 12.6666667vw;
  font-size: 4.2666667vw;
 }

 .sec01 .cost-wrap .flex-wrap {
  display: block;
  margin: 20px 0 40px;
 }

 .sec01 .cost-wrap .flex-wrap .cost-list-wrap {
  border-radius: 1.6vw;
  margin: 0 0 4vw;
  padding: 8vw 0 10.666667vw;
  width: 100%
 }

 .sec01 .cost-wrap .flex-wrap .cost-list-wrap::before {
  top: 8vw;
  border-radius: 3.333333vw;
  margin: 0 0 0 -12vw;
  width: 24vw;
  height: 6.6666667vw;
  line-height: 6.6666667vw;
  font-size: 0.875rem;
 }

 .sec01 .cost-wrap .flex-wrap .cost-list-wrap .ttl {
  min-height: auto;
  margin: 0;
  padding: 12vw 0 5.3333333vw;
  font-size: 4.2666667vw;
 }

 .sec01 .cost-wrap .flex-wrap .cost-list-wrap:nth-child(1) .ttl {padding: 45px 0 25px;}
 .sec01 .cost-wrap .flex-wrap .cost-list-wrap:nth-child(2) .ttl {padding: 45px 0 25px;}

 .sec01 .cost-wrap .flex-wrap .cost-list-wrap .txt {
  padding: 0 4.6666667vw;
  font-size: 4vw;
 }
 
}





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

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

.sec02 .subsidy-table {
 margin: 0 1.04% 10px;
 width: 100%;
}

.sec02 .subsidy-table th {
 background: #7ab6cb;
 font-weight: bold;
 font-family: 'UD Shin Go DemiBold', sans-serif;
 color: #FFF;
 text-align: center;
 font-size: 18px;
 border: 2px solid #FFF;
 padding: 13px 0 12px;
}

.sec02 .subsidy-table td {
 border: 2px solid #FFF;
 background: #f0f6f8;
 padding: 13px 5px 12px;
 font-size: 16px;
 text-align: center;
 vertical-align: middle;
}

.sec02 .subsidy-table .tx-l {
 padding: 13px 5px 12px 20px;
 line-height: 1.4;
 text-align: left;
}

.sec02 .subsidy-table .tx-blue {
 line-height: 1.4;
}

.sec02 .evidence {
 margin: 0 1.04% 45px;
}

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

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

 .sec02 .subsidy-table {
  margin: 0 0% 2.666667vw;
  width: 100%;
 }

 .sec02 .subsidy-table th {
  font-weight: normal;
  font-size: 3.466667vw;
  border: 0.2666667vw solid #FFF;
  padding: 3.466667vw 0;
 }

 .sec02 .subsidy-table td {
  border: 0.2666667vw solid #FFF;
  padding: 3.466667vw 0;
  font-size: 3.466667vw;
 }

 .sec02 .subsidy-table .tx-l {
  padding: 4vw 0 5.3333333vw 1.3333333vw;
  letter-spacing: -0.05em;
  font-size: 3.466667vw;
 }

 .sec02 .subsidy-table .small-tx {
  font-size: 2.933333vw;
 }

 .sec02 .evidence {
  margin: 0 1.04% 45px;
 }
}





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

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

.sec03 .about-intro-wrap {
 gap: 0 4.34%;
}

.sec03 .howto-intro-wrap .howto-intro-txt {
 margin: 0 0 0 10px;
 width: 56.62%;
 font-size: 1rem;
 line-height: 1.75;
}

.sec03 .howto-intro-wrap .img {
 margin: 0 10px 0 0;
 width: 38.46%;
 max-width: 360px;
}

.sec03 .case-wrap {
 margin: 0 10px 60px;
}

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

.sec03 .case-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;
}

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

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

 .sec03 .about-intro-wrap {
 }

 .sec03 .howto-intro-wrap {
  display: block;
 }

 .sec03 .howto-intro-wrap .howto-intro-txt {
  margin: 0 0 5.33333vw;
  width: auto;
  font-size: 4.2666667vw;
 }

 .sec03 .howto-intro-wrap .howto-intro-txt ul {
  margin: 0 1.33333vw;
 }

 .sec03 .howto-intro-wrap .img {
  margin: 0 1.33333vw;
  width: 100%;
  max-width: auto;
 }

 .sec03 .case-wrap {
  margin: 0 1.33333vw 10.666667vw;
 }

 .sec03 .case-wrap .ttl {
  margin: 0 0 5.3333333vw;
 }

 .sec03 .case-wrap .txt {
  margin: 0 0 5.33333vw;
 }

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





/* section 04 Settings
------------------------------------------------*/
.sec04 {
 padding: 60px 40px;
}

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

.sec04 > .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;
}

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

.sec04 .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;
}

.sec04 .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) {
 .sec04 {
  box-sizing: border-box;
  margin: 0 -10px 0 -4vw;
  padding: 11.73333vw 2.66667vw 13.3333333vw;
  width: 100vw;
 }

 .sec04 > .ttl {
  margin: 0 0 4vw;
  padding: 6.6666667vw 0 0;
  line-height: 1;
 }

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

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

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

 .sec04 .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;
 }
}




