@charset "UTF-8";
@import url("global.css");
#intro {
  text-align: center;
  margin-bottom: 80px;
}
#intro .sub {
  font-size: 20px;
  font-weight: 700;
  color: #124A97;
}
#intro .lead {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 30px;
}

#supportlist .box {
  background-color: #F7F7F7;
  padding: 50px 60px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
#supportlist .box:last-child {
  margin-bottom: 0;
}
#supportlist .box .textarea {
  flex: 1;
}
#supportlist .box .textarea .sec_title {
  font-weight: 700;
  font-size: 28px;
  color: #124A97;
  margin-bottom: 20px;
}
#supportlist .box .textarea .sec_title span {
  background-color: #124A97;
  display: inline-block;
  padding: 4px 10px;
  font-weight: 500;
  font-size: 16px;
  margin-left: 20px;
  color: #fff;
  vertical-align: middle;
}
#supportlist .box .textarea .text .emphasis {
  color: #EB5E00;
  font-weight: 700;
}
#supportlist .box .textarea .text .notes {
  font-size: 85%;
  margin-top: 10px;
}
#supportlist .box .image {
  width: 35%;
  flex-shrink: 0;
  margin-left: 5%;
}
#supportlist .box .subbox {
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  border: 1px solid #C8C8C8;
  background-color: #fff;
  padding: 40px;
  margin-top: 30px;
}
#supportlist #section2 .subbox figure figcaption {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
  color: #124A97;
}
#supportlist #section3 .afterlist {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 20px -2% -2%;
}
#supportlist #section3 .afterlist li {
  width: 50%;
  box-sizing: border-box;
  padding: 2%;
  text-align: left;
}
#supportlist #section3 .afterlist li .cap {
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 20px;
  color: #fff;
  border-radius: 3px;
  padding: 8px 8px 8px 55px;
  background-color: #124A97;
  position: relative;
}
#supportlist #section3 .afterlist li .cap span {
  position: absolute;
  font-family: "Caveat", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
  line-height: 1;
  font-size: 70px;
  left: 5px;
  bottom: -13px;
  font-weight: normal;
  display: block;
}
#supportlist #section4 .subbox {
  text-align: center;
}
#supportlist #section4 .subbox .title {
  color: #124A97;
  font-weight: 700;
  font-size: 23px;
  text-align: center;
  margin-bottom: 20px;
}
#supportlist #section4 .subbox .inner1 {
  margin-bottom: 60px;
  position: relative;
}
#supportlist #section4 .subbox .inner1 .text {
  display: inline-block;
  vertical-align: middle;
  width: 420px;
  box-sizing: border-box;
  background-color: #124A97;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  padding: 8px;
  border-radius: 4px;
}
#supportlist #section4 .subbox .inner1 .plus {
  display: inline-block;
  vertical-align: middle;
  font-size: 40px;
  font-weight: 900;
  margin: 0 15px;
}
#supportlist #section4 .subbox .inner1::before, #supportlist #section4 .subbox .inner1::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#supportlist #section4 .subbox .inner1::before {
  width: 14px;
  height: 20px;
  background-color: #C8C8C8;
  bottom: -30px;
}
#supportlist #section4 .subbox .inner1::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 18px 0 18px;
  border-color: #C8C8C8 transparent transparent transparent;
  bottom: -50px;
}
#supportlist #section4 .subbox .inner2 {
  color: #EB5E00;
  font-size: 28px;
  font-weight: bold;
}
#supportlist #section4 .subbox .subtext {
  display: inline-block;
  text-align: left;
  margin-top: 30px;
}
#supportlist #section6 .inner {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
#supportlist #section6 .inner dl {
  margin: 0 10px;
  text-align: center;
  flex: 1;
}
#supportlist #section6 .inner dl dt {
  margin: 0 auto;
  width: 75px;
  height: 75px;
  border-radius: 999px;
  line-height: 75px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 17px;
}
#supportlist #section6 .inner dl dd {
  font-weight: 500;
  font-size: 20px;
  margin-top: 10px;
  white-space: nowrap;
  line-height: 1.4;
}
#supportlist #section6 .inner dl dd span {
  font-size: 75%;
}
#supportlist #section6 .inner dl:nth-child(1) dt {
  background-color: #339DBF;
}
#supportlist #section6 .inner dl:nth-child(2) dt {
  background-color: #3685B0;
}
#supportlist #section6 .inner dl:nth-child(3) dt {
  background-color: #0B5F8A;
}
#supportlist #section6 .inner dl:nth-child(4) dt {
  background-color: #0E4271;
}
#supportlist #section6 .inner dl:nth-child(5) dt {
  background-color: #042542;
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 (1400px)
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1400px) {
  #supportlist .box .textarea .sec_title span {
    margin: 0;
  }
  #supportlist .box .textarea .sec_title .pcnone {
    display: inline-block;
  }
  #supportlist #section3 .afterlist {
    margin: 40px 0 0;
    display: block;
  }
  #supportlist #section3 .afterlist li {
    width: auto;
    margin: 0 0 40px;
    padding: 0;
  }
  #supportlist #section3 .afterlist li:last-child {
    margin-bottom: 0;
  }
  #supportlist #section6 .inner dl {
    margin: 0 10px;
  }
  #supportlist #section6 .inner dl dt {
    width: 65px;
    height: 65px;
    line-height: 65px;
    font-size: 15px;
  }
  #supportlist #section6 .inner dl dd {
    font-size: 16px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 960px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  #intro {
    margin-bottom: 50px;
  }
  #intro .sub {
    font-size: 16px;
  }
  #intro .lead {
    font-size: 22px;
    margin-top: 20px;
  }

  #supportlist .box {
    margin-bottom: 30px;
    display: block;
    padding: 30px 35px;
  }
  #supportlist .box .textarea .sec_title {
    font-size: 22px;
    margin-bottom: 15px;
  }
  #supportlist .box .textarea .sec_title span {
    font-size: 14px;
    padding: 4px 12px;
  }
  #supportlist .box .image {
    width: auto;
    margin: 25px 0 0 0;
  }
  #supportlist .box .subbox {
    width: auto;
    margin-top: 20px;
    padding: 20px;
  }
  #supportlist #section2 .subbox figure figcaption {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #supportlist #section3 .afterlist {
    margin-top: 25px;
  }
  #supportlist #section3 .afterlist li {
    margin-bottom: 30px;
  }
  #supportlist #section3 .afterlist li .cap {
    margin-bottom: 15px;
  }
  #supportlist #section4 .subbox .title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #supportlist #section4 .subbox .inner1 .text {
    display: block;
    width: auto;
    font-size: 14px;
    padding: 6px;
  }
  #supportlist #section4 .subbox .inner1 .plus {
    vertical-align: bottom;
    line-height: 1;
    font-size: 25px;
  }
  #supportlist #section4 .subbox .inner2 {
    font-size: 22px;
  }
  #supportlist #section4 .subbox .subtext {
    margin-top: 15px;
    font-size: 14px;
  }
  #supportlist #section6 .inner {
    display: block;
    text-align: left;
  }
  #supportlist #section6 .inner dl {
    padding: 12px 15px;
    display: inline-block;
    width: 46%;
    white-space: nowrap;
    text-align: left;
    margin: 0;
    box-sizing: border-box;
  }
  #supportlist #section6 .inner dl:last-child {
    margin-bottom: 0;
  }
  #supportlist #section6 .inner dl dt {
    display: inline-block;
  }
  #supportlist #section6 .inner dl dd {
    display: inline-block;
    font-weight: 500;
    margin: 0 0 0 10px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  #intro {
    margin-bottom: 35px;
  }
  #intro .sub {
    font-size: 14px;
  }
  #intro .lead {
    font-size: 20px;
  }

  #supportlist .box {
    padding: 25px;
    margin-bottom: 20px;
  }
  #supportlist .box .textarea {
    font-size: 14px;
  }
  #supportlist .box .textarea .sec_title {
    font-size: 19px;
  }
  #supportlist .box .textarea .sec_title span {
    font-size: 13px;
    padding: 3px 12px;
    margin-top: 10px;
  }
  #supportlist .box .subbox {
    padding: 15px;
  }
  #supportlist #section2 .subbox figure figcaption {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 7px;
  }
  #supportlist #section3 .afterlist li {
    margin-bottom: 25px;
  }
  #supportlist #section3 .afterlist li .cap {
    font-size: 15px;
    padding: 8px 8px 8px 45px;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  #supportlist #section3 .afterlist li .cap span {
    font-size: 50px;
    bottom: auto;
    top: 0;
  }
  #supportlist #section4 .subbox .title {
    font-size: 15px;
    margin-bottom: 12px;
  }
  #supportlist #section4 .subbox .inner1 {
    margin-bottom: 55px;
  }
  #supportlist #section4 .subbox .inner1::before {
    width: 12px;
    height: 15px;
    bottom: -30px;
  }
  #supportlist #section4 .subbox .inner1::after {
    border-width: 16px 14px 0 14px;
    bottom: -45px;
  }
  #supportlist #section4 .subbox .inner1 .text {
    font-size: 12px;
    padding: 10px;
  }
  #supportlist #section4 .subbox .inner2 {
    font-size: 17px;
  }
  #supportlist #section4 .subbox .subtext {
    font-size: 12px;
  }
  #supportlist #section6 .inner dl {
    width: auto;
  }
}
