@charset "utf-8";
/*-------------------------------------------------

給付LPページ　20220921

-------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap');

#lpi_kyufu main,
#lpi_kyufu #contents{
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
main{
  background: url("../img/main.png") repeat-x top center;
  background-size: contain;
  position: relative;
  min-height: 730px;
}

main .main_txt{
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  background-color: #fff;
  width: 630px;
  height: 530px;
  padding: 0 40px;
}
main .main_txt h1{
  font-size: 7.8rem;
  font-weight: 600;
  color: #224D9A;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 40px 0 10px;
}
main .main_txt h1 span{
  color:#FF7E00;
}
main .main_txt h1::after{
  content: "";
  display: block;
  height: 4px;
  background: url(/cinfo/kyufu/img/main_line.png) no-repeat center;
  width: 100%;
  margin: 10px 0 0 0;
}
main .main_txt p {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
}
main .main_txt p .icon_bg{
  color: #E40057;
  font-size: 9rem;
  line-height: 0.7;
  background: url(/cinfo/kyufu/img/main_illust02.png) no-repeat left top 10px;
  padding-left: 20px;
}
main .main_txt p:nth-of-type(2){
  text-align: left;
  font-size: 2.5rem;
  font-weight: normal;
  line-height: 1;
}

main .main_txt .illust01{
  position: absolute;
  left: -485px;
  bottom: 154px;
}

main .main_txt .illust02{
  position: absolute;
  right: -350px;
  bottom: 154px;
}

main .main_txt .illust03{
  position: absolute;
  right: 10px;
  bottom: -55px;
}
main .main_txt .illust04 {
  position: absolute;
  left: 40px;
  bottom: 175px;
}
#contents .read{
  text-align: center;
  line-height: 2;
  font-size: 1.8rem;
  font-weight: bold;
  background: url(/cinfo/kyufu/img/read_btm.png) no-repeat left 15% bottom;
}
#contents .read .triangle {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 400px 0 400px;
  border-color: #1F3E76 transparent transparent transparent;
  top: 0;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
#contents .read h2{
  position: absolute;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 5rem;
  font-weight: bold;
  margin-top: -130px;
  z-index: 1;
}
#contents .read h2 span:nth-of-type(1){
  padding-top: 15px;
  background-position: top left;
  background-repeat: repeat-x;
  background-size: 1em 0.6em;
  background-image: radial-gradient(circle at center, #F9E483 20%, transparent 20%);
}
#contents .read h2 span:nth-of-type(2){
  font-size: 4rem;
}
#contents .read p{
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding-top: 70px;
  text-align: left;
  font-weight: normal;
  font-size: 1.8rem;
}
#contents .read p span{
  font-weight: bold;
}
#contents .read p span span{
  color:#E40057;
}
#contents .read figure{
  padding: 40px 0 60px;
}
#contents .course{
  background-color: #E7F0F9;
  padding:100px 0 0;
}
#contents .course h2{
  font-size: 4.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
#contents .flow_chart h2,
#contents .lesson_flow h2,
#contents .kyufu_course h2,
#contents .faq h2{
  font-size: 5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}

#contents .course h2 span,
#contents .flow_chart h2 span,
#contents .lesson_flow h2 span,
#contents .kyufu_course h2 span,
#contents .faq h2 span{
  color:#E40057;
}

#contents .course h2 span span{
  font-size: 6.5rem;
}

#contents .course .fukidashi{
  background-color: #fff;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  border-radius: 50px;
  position: relative;
}

#contents .course .fukidashi::before{
  content: "";
  bottom: -40px;
  border: 15px solid transparent;
  border-top: 15px solid #fff;
  position: absolute;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
#contents .course p{
  text-align: center;
  font-size: 2.4rem;
  margin: 20px 0 40px;
}
#contents .course ul{
  max-width: 1380px;
  width: 100%;
  margin: 40px auto;
}
#contents .course ul li{
  margin: 0 0 80px;
}
#contents .course ul li img{
  width: 100%;
}

#contents .course .courseBtxt{
  font-size: 3rem;
  color: #1F3E76;
  font-weight: bold;
}

#contents .flow_chart{
  padding: 100px 0 0;
}
#contents .flow_chart h2{
  border-top: 2px solid #1F3E76;
  border-bottom: 2px solid #1F3E76;
  padding: 20px 0;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
#contents .flow_chart p{
  font-size: 1.6rem;
  text-align: center;
  margin: 40px 0;
}
#contents .flow_chart figure{
  text-align: center;
}
#contents .flow_chart figure img{
  max-width: 1230px;
  width: 100%;
}

#contents .entry{
  max-width: 890px;
  width: 90%;
  padding: 60px 0 120px;
  margin: 0 auto;
}
#contents .entry .btn{
  position: relative;
  display: inline-flex;
  justify-content: center;
  width: 100%;
  padding: 40px 20px;
  background: #FF840B;
  border-style: solid;
  border-width: 2px;
  border-color: #FF840B;
  border-radius: 100px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  outline: none;
  transition: all .3s;
  cursor: pointer;
  font-size: 3.4rem;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.16);
}
#contents .entry .btn i:first-child {
  margin: 0 8px 0 0;
}

#contents .entry .btn .icon-right:last-child {
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -0.5em 0 0;
}

#contents .entry .btn:hover {
  background: #fff;
  color: #FF840B;
  text-decoration: none;
  border-color: #FF840B;
  opacity: 1;
}
#contents .entry p{
  font-size: 2rem;
  font-weight: bold;
  color:#1F3E76;
  margin: 0 0 15px;
}
#contents .lesson_flow {
  background-color: #E7F0F9;
  padding: 100px 0;
}
#contents .lesson_flow ul{
  max-width: 1100px;
  margin: 40px auto;
  width: 100%;
}
#contents .lesson_flow ul li{
  width: 100%;
  border-radius: 7px;
  background: #fff;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  position: relative;
}
#contents .lesson_flow ul li::after{
  content: "";
  display: inline-block;
  width: 26px;
  height: 60px;
  background: url(/cinfo/kyufu/img/arrow.png) no-repeat left;
  position: absolute;
  bottom: -30px;
  left: 50px;
}
#contents .lesson_flow ul li:nth-of-type(4)::after{
  display:none;
}
#contents .lesson_flow ul li p{
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.6;
  color: #1F3E76;
  width: 250px;
}
#contents .lesson_flow ul li:nth-of-type(2) p,
#contents .lesson_flow ul li:nth-of-type(3) p{
  margin-top: 10px;
}

#contents .lesson_flow ul li p span{
  font-size: 4rem;
  margin-right: 20px;
}
#contents .lesson_flow ul li p:nth-of-type(2){
  font-size: 1.8rem;
  margin: 20px 0 20px 40px;
  color:#333;
  width:auto;
  font-weight: normal;
}
#contents .kyufu_course{
  padding: 100px 0 0;
  background: url(/cinfo/kyufu/img/kyufu_course_left.png) no-repeat left 10% bottom,url(/cinfo/kyufu/img/kyufu_course_right.png) no-repeat right 5% bottom;
}
#contents .kyufu_course p{
  font-size: 2.4rem;
  text-align: center;
}
#contents .kyufu_course ul{
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin: 40px auto 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}

#contents .kyufu_course ul li {
  width: 32%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px;
}
#contents .kyufu_course ul li figure{
  width: 465px;
  text-align: center;
  margin: -30px 0 0 -40px;
}
#contents .kyufu_course ul li > p {
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.2;
  width: 100%;
  position: relative;
  margin-bottom: 12px;
  font-weight:bold;
   text-decoration: underline;
}


/*#contents .kyufu_course ul li:nth-of-type(2) > p,
#contents .kyufu_course ul li:nth-of-type(3) > p{
  margin: 10px 0 0;
  line-height: 2.2;
}
#contents .kyufu_course ul li > p::before {
  content: "";
  position: absolute;
  width: 95px;
  border-bottom: 6px solid #E7F0F9;
  bottom: -30%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}*/
#contents .kyufu_course ul li .leftBox{
  background: #e6f4ff;
  text-align: center;
  width: 48%;
  padding: 15px;
}
#contents .kyufu_course ul li .leftBox p:nth-of-type(1),
#contents .kyufu_course ul li .rightBox p:nth-of-type(1){
  font-size: 2rem;
  font-weight: bold;
}
#contents .kyufu_course ul li .leftBox p:nth-of-type(2),
#contents .kyufu_course ul li .rightBox p:nth-of-type(2){
  font-size: 1.5rem;
}
#contents .kyufu_course ul li .leftBox p:nth-of-type(3){
  font-size: 1.7rem;
  font-weight: bold;
}
#contents .kyufu_course ul li .leftBox p:nth-of-type(3) span,
#contents .kyufu_course ul li .rightBox p:nth-of-type(3) span{
  font-size: 0.8rem;
}

#contents .kyufu_course ul li .rightBox{
  background: #e6f4ff;
  width: 48%;
  padding: 15px;
}
#contents .kyufu_course ul li .rightBox p:nth-of-type(3){
  font-size: 2.4rem;
  color: #E40057;
  font-weight: bold;
  line-height: 1.2;
}
#contents .kyufu_course .other_course{
  display: flex;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-between;
}
#contents .kyufu_course .other_course p{
  font-size:1.5rem;
  width: 32%;
  margin: 0 0 20px;
}
#contents .kyufu_course .other_course a{
  text-decoration: underline;
}
#contents .kyufu_course .course_ex li{
  width: 50%;
}

#contents .faq {
  background-color: #E7F0F9;
  padding: 100px 0 10px;
}
#contents .faq ul{
  max-width: 1100px;
  width: 100%;
  margin: 40px auto;
}
#contents .faq ul li{
  padding-bottom: 50px;
  line-height: 1.4;
  background: url(/cinfo/kyufu/img/line.png) no-repeat center bottom;
  margin-bottom: 50px;
}
#contents .faq ul li:last-child{
  background:none;
}
#contents .faq ul li > p {
  font-size: 3rem;
  font-weight: bold;
  position: relative;
  color: #1f3e76;
  margin-bottom: 30px;
}

#contents .faq ul li > p::after {
  position: absolute;
  top: 0;
  content: "＋";
  font-size: 3rem;
  padding: 0 10px;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
}
#contents .faq ul li:nth-of-type(2) > p::after {
  right: 18%;
}

#contents .faq ul li > p.active::after {
  content: "－";
}
#contents .faq ul li div {
  display:none;
}
 #contents .faq ul li div p{
  /*background: linear-gradient(transparent 80%, #fff 0%);*/
  display: inline;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 30px;
}

#contents .faq ul li:nth-of-type(5) div span {
  font-size: 1.5rem;
  font-weight: normal;
  margin: 10px 0 0;
  display: block;
}
#contents .faq ul li span{
  font-size: 2.5rem;
}
#contents .faq ul li span span.note{
  font-size: 1.5rem;
  font-weight: normal;
  margin: 10px 0 0 70px;
  display: block;
}
#contents .faq ul li p a.qa_link{
  color: #1f3e76;
  font-size: 2rem;
}
#contents .faq ul li p a.qa_link i{
  font-size: 1.2rem;
}
#contents .faq ul li p img{
  padding-right: 20px;
  background: #E7F0F9;
  float: left;
}

#contents .contact_block {
  background: #E7F0F9;
}
#contents #b_ml .flow_lesson {
  background-color: #1F3E76;
  color: #fff;
}
#contents #b_ml .local_nav ul li.active {
  background: #1F3E76;
}
#contents #b_ml .local_nav ul li:hover {
  background: #E7F0F9;
}
#contents #b_ml .local_nav ul li.active a {
  color: #fff;
}
#contents .local_nav ul li::after {
  background: #fff;
}
#contents #b_ml .local_nav ul li {
  background: #E7F0F9;
}
#contents #b_ml.b-type .flow li div div {
  color: #333;
}
#contents #b_ml .flow_lesson .flow li > div::before {
  border-color: transparent transparent transparent #1F3E76;
}
  .kyufu_bnr{
  width: 95%;
  max-width: 900px;
  margin: 60px auto 100px;
}
  .kyufu_bnr a{
  display: flex;
  flex-wrap: wrap;
}
  .kyufu_bnr div{
    width: 40%;
  }  
  .kyufu_bnr p{
  width: 60%;
  font-size: 1.8rem;
  padding: 50px 0 0 0;
}
#lpi_kyufu .parent {
  width: 769px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

/* 給付修正 20251201
各カラムを均等幅に */
#lpi_kyufu .parent > * {
  width: calc(50% - 10px);
}

#lpi_kyufu .parent .inner {
  padding: 40px 0 60px;
}

/* 画像側 */
#lpi_kyufu .parent figure img {
  width: 100%;
  height: 211px;   /* 高さを固定 */
  object-fit: cover; /* 比率が違う場合は中央で切り抜く */
  display: block;
}

/* iframe側 */
#lpi_kyufu .parent .inner iframe {
  width: 100%;
  height: 211px;  /* 画像と同じ高さに固定 */
}
@media screen and (max-width: 720px) {
html {
    font-size: 0.625vw;
}
#wrap {
  padding:49px 0 0 !important;
}
main{
  background: url("../img/main_sp.png") no-repeat top center;
  height: auto;
  background-size: 100%;
  padding-top: 105.875%;
  min-height: auto;
}

main .main_txt{
  position: absolute;
  width: 90%;
  height: auto;
  padding:0 0 30px;
  top: 46%;
}
main .main_txt p:nth-of-type(2) {
  font-size: 1.2rem;
  margin-left: 30px;
}
main .main_txt h1{
  font-size: 4rem;
  margin: 30px 0 10px;
  line-height: 1.2;
}
main .main_txt h1::after {
  background-size: 20%;
}
main .main_txt p {
  font-size: 2rem;
  font-weight: bold;
}
main .main_txt p .icon_bg {
  font-size: 5rem;
  background: url(/cinfo/kyufu/img/main_illust02.png) no-repeat left top;
  background-size: 30%;
}
main .main_txt .illust01 {
  position: absolute;
  left: -10px;
  bottom: initial;
  width: 45%;
  top: -18%;
}
#lpi_kyufu .parent {
  width: 100%;
  flex-direction: column;
}

#lpi_kyufu .parent > * {
  width: 100%;
}

#lpi_kyufu .parent figure{
  padding-bottom: 0 !important;
}

/* 高さは自動に戻す：画像 */
#lpi_kyufu .parent figure img {
  height: auto;
}

/* 高さは 16:9 の比率で自然に */
#lpi_kyufu .parent .inner iframe {
  height: auto;
  aspect-ratio: 16 / 9;
}
#lpi_kyufu .parent .inner{
  padding-bottom: 130px;
}
@media screen and (min-width: 390px) and (max-width: 490px) {
main .main_txt .illust01 {
  top: -28%;
}
}
@media screen and (min-width: 491px) and (max-width: 719px) {
main .main_txt .illust01 {
  top: -38%;
}
}

main .main_txt .illust02 {
  position: absolute;
  right: -10px;
  bottom: initial;
  width: 32%;
  top: -45px;
}
@media screen and (min-width: 390px) and (max-width: 490px) {
main .main_txt .illust02 {
  top: -75px;
}
}
@media screen and (min-width: 491px) and (max-width: 719px) {
main .main_txt .illust02 {
  top: -40%;
}
}

main .main_txt .illust03 {
  right: 5px;
  bottom: -40px;
  width: 20%;
}
main .main_txt .illust04 {
  left: 20px;
  bottom: 32%;
  width: 10%;
}
main .main_txt .illust01 img,
main .main_txt .illust02 img,
main .main_txt .illust03 img,
main .main_txt .illust04 img{
  width: 100%;
}
#contents .read{
  margin: 40px 0 0;
  font-size: 1.4rem;
  padding: 0 20px;
  background: url(/cinfo/kyufu/img/read_btm.png) no-repeat left 5% bottom;
  background-size: 30%;
}
#contents .read h2{
  font-size: 2.4rem;
  margin-top: -90px;
  line-height: 1;
  width: 90%;
}
#contents .read h2 span:nth-of-type(2) {
  font-size: 2rem;
}
#contents .read .triangle {
  border-width: 100px 190px 0 190px;
  margin-top: -50px;
  z-index: -1;
}
#contents .read p {
  width: 100%;
  padding-top: 40px;
  font-size: 1.4rem;
}
#contents .read figure img {
  width: 100%;
}
#contents .course {
  padding: 60px 0 0;
}
#contents .course h2, #contents .flow_chart h2, #contents .lesson_flow h2, #contents .kyufu_course h2, #contents .faq h2 {
  font-size: 2.4rem;
}  
  
#contents .course h2 span span {
  font-size: 3.2rem;
}
#contents .course p {
  text-align: center;
  font-size: 1.4rem;
  margin: 20px 0 40px;
}
#contents .course .fukidashi{
  width: 70%;
  font-size: 2rem;
  padding: 5px 0;
} 
#contents .course ul li {
  margin: 0 0 30px;
}
#contents .course ul li img {
  width: 100%;
}
#contents .course .courseBtxt {
  font-size: 1.4rem;
  margin: 0;
}
#contents .flow_chart {
  padding: 60px 0 0;
}
#contents .flow_chart h2{
  width: 90%;
  margin: 0 auto;
}

#contents .flow_chart p {
  font-size: 1.4rem;
  margin: 40px 20px;
}
#contents .flow_chart figure img{
  width: 100%;
}
#contents .lesson_flow {
  padding: 60px 0;
}
#contents .lesson_flow ul {
  margin: 40px auto;
  width: 90%;
}
#contents .lesson_flow ul li {
  width: 100%;
  padding: 10px 20px 20px 20px;
  display: block;
  margin-bottom: 30px;
  position: relative;
}
#contents .lesson_flow ul li p {
  font-size: 1.6rem;
  width: 100%;
  text-align: center;
}
#contents .lesson_flow ul li p:nth-of-type(2) {
  font-size: 1.4rem;
  margin: 0 0 15px;
  width: 100%;
  text-align: left;
}
#contents .lesson_flow ul li p span {
  font-size: 2rem;
  margin-right: 20px;
}
#contents .lesson_flow ul li:nth-of-type(2) p,
#contents .lesson_flow ul li:nth-of-type(3) p{
  margin-top: 0;
}

#contents .lesson_flow ul li::after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 60px;
  background: url(/cinfo/kyufu/img/arrow.png) no-repeat left;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  background-size: 50%;
}
#contents .kyufu_course {
  padding: 60px 0;
  background-size: 20%;
}
#contents .kyufu_course p {
  font-size: 1.4rem;
  text-align: center;
}
#contents .kyufu_course ul {
  display: block;
  width: 90%;
  margin:20px auto;
}
#contents .kyufu_course ul li {
  width: 100%;
  display: block;
  padding: 0;
  position: relative;
  margin-bottom: 0;
}
/*#contents .kyufu_course ul li:nth-of-type(1):before {
  content: "";
  background: url(/cinfo/kyufu/img/kyufu_course01_illist.png) no-repeat left;
  position: absolute;
  top: -110px;
  right: -15px;
  width: 100px;
  height: 110px;
  background-size: contain;
}
#contents .kyufu_course ul li:nth-of-type(2):before{
  content: "";
  background: url(/cinfo/kyufu/img/kyufu_course02_illist.png) no-repeat left;
  position: absolute;
  top: -35px;
  left: -15px;
  width: 50px;
  height: 50px;
  background-size: contain;
}

#contents .kyufu_course ul li:nth-of-type(3):before{
  content: "";
  background: url(/cinfo/kyufu/img/kyufu_course03_illist.png) no-repeat left;
  position: absolute;
  top: -50px;
  right: -10px;
  width: 50px;
  height: 50px;
  background-size: contain;
}

*/
#contents .kyufu_course ul li figure {
  text-align: center;
  margin: 0;
  position: absolute;
  top: -63px;
  left: -30px;
  width: auto;
}
@media screen and (min-width: 390px) and (max-width: 490px) {
#contents .kyufu_course ul li figure {
  top: -60px;
}
}
@media screen and (min-width: 491px) and (max-width: 719px) {
#contents .kyufu_course ul li figure {
  top: -93px;
}
}

#contents .kyufu_course ul li:nth-of-type(2) figure {
  top: -55px;
  right: -30px;
}
#contents .kyufu_course ul li:nth-of-type(3) figure {
  top: -53px;
}

#contents .kyufu_course ul li figure img{
  width: 100%;
  max-height: 150px;
}

#contents .kyufu_course ul li > p {
  font-size: 1.6rem;
  width: 100%;
  margin: 0;
}



#contents .kyufu_course ul li .leftBox,
#contents .kyufu_course ul li .rightBox{
  width: 100%;
  padding: 10px;
  margin-top: 10px;
}
  
#contents .kyufu_course ul li .leftBox p:nth-of-type(1), #contents .kyufu_course ul li .rightBox p:nth-of-type(1) {
  font-size: 1.6rem;
}
#contents .kyufu_course ul li .leftBox p:nth-of-type(4), #contents .kyufu_course ul li .rightBox p:nth-of-type(4) {
  font-size: 1.4rem;
}
#contents .kyufu_course ul li .leftBox p:nth-of-type(3) {
  font-size: 1.4rem;
  font-weight: bold;
}
#contents .kyufu_course ul li .leftBox p:nth-of-type(3) span, #contents .kyufu_course ul li .rightBox p:nth-of-type(3) span,#contents .kyufu_course ul li .leftBox p:nth-of-type(4) span, #contents .kyufu_course ul li .rightBox p:nth-of-type(4) span {
  font-size: 0.8rem;
}
#contents .kyufu_course ul li .leftBox p span.pink,
#contents .kyufu_course ul li .rightBox p span.pink{
  font-size: 1.4rem;
  color: #E40057;
  font-weight: bold;
}

#contents .kyufu_course .other_course {
  display: flex;
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: left;
}
#contents .kyufu_course .other_course p {
  font-size: 1.2rem;
  width: 50%;
  margin: 0 0 20px;
}
#contents .kyufu_course .course_ex li{
  width: 100%;
  margin-bottom:20px;
}

#contents .faq {
  padding: 60px 20px 0;
}
#contents .faq ul li p{
  font-size: 1.6rem;
  padding-right: 40px;
}
#contents .faq ul li div p{
  font-size: 1.6rem;
}

#contents .faq ul li > p::after {
  right:0;
  font-size: 2rem;
}
#contents .faq ul li:nth-of-type(5) div span {
  font-size: 1.2rem;
}
#contents .faq ul li p a.qa_link {
  font-size: 1.2rem;
}
#contents .faq ul li p a.qa_link i {
  font-size: 1rem;
}
#contents .faq ul li span {
  font-size: 1.2rem;
}
#contents .faq ul li span span.note{
  font-size: 1.2rem;
  margin: 10px 0 0 35px;
}

#contents .faq ul li p img{
  padding: 0 10px 20px 0;
  width: 40px;
}
  #contents .faq ul li div img{
    padding-bottom:50px;
  }
#contents .faq ul li {
  padding-bottom: 30px;
  line-height: 1.4;
  background: url(/cinfo/kyufu/img/line.png) no-repeat center bottom;
  margin-bottom: 30px;
  background-size: 80%;
}
  
#contents #b_ml .flow_lesson .flow li:not(:first-child)::before {
  border-color: #1F3E76 transparent transparent !important;
} 
#contents #b_ml .local_nav {
  width: 100%;
  margin: 30px auto 0;
}
#contents .entry {
  width: 90%;
  padding: 30px 0 60px;
}
#contents .entry p{
  font-size: 1.4rem;
  margin: 0 0 15px;
}
#contents .entry .btn {
  padding: 20px 0;
  font-size: 1.6rem;
}
  .kyufu_bnr{
    width: 90%;
  margin: -20px auto 80px;
}
  .kyufu_bnr a{
  flex-direction: column;
}
  .kyufu_bnr div{
    width: 100%;
    order: 2;
  }  
  .kyufu_bnr p{
  width: 100%;
  font-size: 1.4rem;
  padding: 20px 0;
    order: 1;
}
}

