@charset "UTF-8";
html {
  text-rendering: optimizeLegibility;
  font-size: 62.5%;
}
body {
 font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,
 sans-serif;
 color: #404040;
 font-size: 1.6rem;
 position: relative;
}
ol li{
  list-style: decimal;
}

a,button{
  cursor: pointer;
}

*:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizeLegibility;
}

input, textarea, select {
  padding: 8px 12px;
  border: 1px solid #E8E8E8;
}

.red-line {
    color: #e10000;
    text-decoration: underline;
    font-weight: bold;
}
.kk-m {
    margin-left: -10px;
}
.df-ctr {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  align-items: center;
  position: relative;
  z-index: 2;
  height: 100%;
}
.df-s{
  display: flex;
  justify-content: flex-start;
}
.disp640{
  display: none;
}
.pt30{
  padding-top: 30px;
}
.pt50{
  padding-top: 50px;
}
.mg60{
  margin-top: 60px;
}
.mg30{
  margin-top: 30px;
}
.mg10{
  margin-top: 10px;
}
.mg20{
  margin-top: 20px;
}
.mgb10{
  margin-bottom: 10px;
}
.mgb20{
  margin-bottom: 20px;
}
.mgb30{
  margin-bottom: 30px;
}
.fsz12{
  font-size: 12px;
}
.fsz20{
  font-size: 20px;
}
.fsz25{
  font-size: 2.5rem;
  line-height: 34px;
  color: #005bac;
  font-weight: bold;
}

.h2-f35 {
  font-size: 35rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 15px;
}
.w1000txl{
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.w100m800{
  width: 100%;
  max-width: 800px;
}
.w100m1000{
  width: 100%;
  max-width: 1000px;
}
p a{
  color: #333;
}

strong{
  font-weight: bold;
}

.txt-gr{
  color: #ccc;
}


.yl-df {
  display: flex;
  justify-content: space-between;
}
.yl-df li{
  width: 33%;
}
.yl-df li div {
  padding: 15px;
  height: 100%;
  background: #eee9d6;
  box-sizing: border-box;
}
.l-blu-df {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l-blu-df li {
  width: 33%;
  margin-bottom: 10px;
}

.l-blu-df li.end3{
  margin-bottom: 0px;
}
.l-blu-df li div {
  padding: 15px;
  height: 100%;
  background: #eeeeee;
  box-sizing: border-box;
}
.yl-df .name {
  display: block;
  margin-bottom: 5px;
}
.yl-df .min {
  font-size: 1.4rem;
  display: block;
}
.yl-df .name:last-child{
  margin-bottom: 0px;
}
.blue-txt {
  color: #0076d1;
}
.fwb .blue-txt{
  font-weight: bold;
}
.red-txt {
  color: #e3091c;
}
.fwb .red-txt{
  font-weight: bold;
}

.step img {
  width: 100%;
  max-width: 1000px;
  margin-bottom: 20px;
}
.step-txt{
  margin-top: 30px;
  text-align: left;
}
.step-txt b{
  display: block;
}
.step-txt p:last-child{
  margin-top: 20px;
}
.step-txt .caution{
  font-size: 12px;
  display: block;
}
.step + p{
  text-align: left;
    max-width: 1000px;
    margin: 0 auto;
}
.step-pic{
  width: 100%;
  max-width: 729px;
}
.step-btn {
    background: #1690d5;
    color: #fff;
    text-decoration: none;
    padding: 15px 20px;
    width: 300px;
    display: block;
    margin: auto;
    border-radius: 30px;
}

.result-form {
    background: #ebf4fc;
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 10px;
}

.result-form h3 {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #b79b06;
}
.result-form a {
    display: block;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}
.result-form a:hover{
  text-decoration: underline;
}
.result-form img {
    display: block;
    margin: 20px auto 0px;
    width: 150px;
}
.think-img {
  max-width: 540px;
  width: 100%;
  margin-top: 20px;
}


.ws-n{
  white-space: nowrap;
  display: inline-block;
}
.txt-l-area{
  text-align: left;
}
.header-inner {
  max-width: 1200px;
  width: 100%;
  display: flex;
  padding: 13px 0 10px;
  margin: 0 auto;
  justify-content: space-between;
  box-sizing: border-box;
}
.header-inner a{
  text-decoration:none;
}
#menu-btn{
  display: none;
}
.logo-area {
  width: 300px;
}
.logo-area img{
  width: 100%;
}
.header-nav-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 300px);
  padding-left: 15px;
  box-sizing: border-box;
}
.header-inner .menu-list{
  display: flex;
}
.header-inner .menu-list a {
  color: #404040;
  font-weight: bold;
}
.header-inner .menu-list li {
  padding: 0 12px 0 5px;
  text-align: center;
  display: flex;
  align-items: center;
}
.header-inner .menu-list a:hover{
  color: #f09090;
}


#main-visual {
  background: url(../images/topimg.jpg) no-repeat;
  padding: 20px 0;
  height: 440px;
  background-size: cover;
  background-position: center;
  position: relative;
}
#main-visual::before {
  content: "";
  background: rgb(41 96 137 / 30%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  box-sizing: border-box;
  left: 0;
}
#main-visual-logo{
  max-width: 800px;
  width: 100%;
}
#main-visual h2 {
  margin: 20px auto 0px;
  padding: 20px 30px;
  background: #fff;
  font-size: 2rem;
  display: inline-block;
}
.news-list dl {
  text-align: left;
}
.news-list dt {
  font-size: 1.4rem;
  border-top: 1px solid #ccc;
  padding-top: 14px;
  padding-bottom: 7px;
}
.news-list dd{
  padding-bottom: 14px;
}
.news-list li:last-child dd{
  border-bottom: 1px solid #ccc;
}
.news-btn-area {
  display: flex;
  justify-content: center;
  padding: 20px;
}
.news-list .news-btn-area a {
  display: block;
  padding: 9px 25px;
  background: #038de2;
  color: #ffffff;
  border-radius: 30px;
  font-size: 1.4rem;
  text-decoration: none;
      transition: 0.4s;
}
.news-list .news-btn-area a:hover{
  background: #fdc104;
    transition: 0.4s;
}

.faq-list{
  text-align: left;
}
.faq-list dl{
  margin-top: 20px;
  margin-bottom: 20px;
}
.faq-list dt {
  font-size: 1.8rem;
  background: #fff;
  padding: 30px 30px 15px 30px;
  font-weight: 700;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
.faq-list dd {
  background: #ffffff;
  padding: 0px 30px 22px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.faq-list dd span{
  display: flex;
  align-items: baseline;
}
.faq-list dt span{
  border-bottom: 1px solid;
  width: 100%;
  display: flex;
  align-items: baseline;
  padding-bottom: 10px;
}
.faq-list dt span::before {
  content: "Q.";
  font-size: 2.4rem;
  padding-right: 5px;
  color: #04648e;
}
.faq-list dd span:first-child::before{
  content: "A.";
  font-size: 2.4rem;
  font-weight: 700;
  padding-right: 5px;
  color: #de2d31;
}
.faq-list dd span a{
  color: #333;
}
.faq-list dd span:nth-child(2){
      margin-top: 20px;
    margin-left: 30px;
}
.blue-2box-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blue-2box-area li {
  width: 49.5%;
  box-sizing: border-box;
  margin-bottom: 15px;
}

.blue-box {
  border: 4px solid #1590d5;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 7px;
  display: flex;
  height: 100%;
}
.blue-box dd {
  text-align: left;
  font-size: 1.4rem;
}
.blue-box dt span {
  display: inline-block;
  color: #fff;
  background: #1590d5;
  width: 172px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4rem;
  line-height: 1.4rem;
  padding: 5px 0px;
  box-sizing: border-box;
  border-radius: 30px;
}
.blue-box dt p {
  font-size: 2rem;
  color: #0077ba;
  line-height: 2rem;
  padding-top: 13px;
  padding-bottom: 13px;
  border-bottom: 2px solid #0077ba;
  margin-bottom: 10px;
}
.box {
  background: #fff;
  border-radius: 8px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  box-sizing: border-box;
  border: 4px solid #1590d5;
  width: 100%;
}
.box .txt1 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding-bottom: 15px;
  word-break: break-all;
}

#c2 .box img{
  width: 100%;
  max-width: 721px;
  border:1px solid #ccc;
}

.box-w {
  background: #fff;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px;
  text-align: left;
}
.box-w .ttl-l {
  font-size: 1.8rem;
  font-weight: bold;
  color: #1690d5;
  margin-bottom: 15px;
  border-left: 3px solid;
  padding-left: 10px;
  line-height: 1.8rem;
}
.box-w .list{
  counter-reset: counter-name;
}
.box-w .list li{
  position: relative;
  padding: 0 0 0 35px;
  margin-bottom: 10px;
  list-style: none;
}
.box-w .list li::before {
  content: counter(counter-name)'';
  counter-increment: counter-name;
  display: block;
  background: #1690d5;
  border-radius: 50%;
  color: #fff;
  width: 25px;
  height: 25px;
  text-align: center;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  font-size: 1.4rem;
}
.box-w .list li:last-child{
  margin-bottom: 0px;
}
.appli-btn {
  display: block;
  padding: 9px 15px;
  background: #038de2;
  color: #ffffff;
  border-radius: 30px;
  font-size: 1.4rem;
  width: 114px;
  box-sizing: border-box;
  transition: 0.4s;
}
.appli-btn:hover{
  background: #fdc104;
    transition: 0.4s;
}

#c2 {
  padding: 45px 20px 25px 20px;
}
#c3{
  padding: 45px 20px 25px 20px;
}

#c9{
  padding: 0px 20px 25px 20px;
}


#c9 .img-box {
  width: 209px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
}
#c9 .blue-box img {
max-width: 209px;
width: 100%;
padding-right: 11px;
box-sizing: border-box;
max-height: 175px;
}
#c4{
  background-color: #eff3f5;
  padding: 45px 20px 25px 20px;
}
#c8 {
    padding: 45px 30px 25px 30px;
}
#c8 .flow-area li:last-child {
    margin-bottom: 0px;
}
h2 .en {
  display: block;
  font-weight: normal;
  font-size: 2.5rem;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #4f4f4f;
}
#c4 .txt-l-area p{
  margin-top: 20px;
}

#c5, #c6 {
  padding: 45px 20px 45px 20px;
}
#c6 {
  background: #40407f;
}


#c7{
  padding: 45px 20px 25px 20px;
  background: #eff3f5;
}


.animate__animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility:hidden;
}
.visible{
  visibility:visible;
}
.news-area {
  background: #fff;
  padding: 35px 40px 20px;
  box-sizing: border-box;
  border-radius: 10px;
}

.join-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.join-list li{
  width:16.6%;
      align-items: center;
    display: flex;
}
.join-list img{
  width: 100%;
}
.main-txt {
  font-size: 2.2rem;
  max-width: 820px;
  margin: 20px auto 20px;
  width: 100%;
}
.inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
#c5 .inner{
  max-width: 2000px;
}
body.news .inner,body.news-list-page .inner{
    max-width: 820px;
    margin: 0 auto;
    text-align: left;
    width: 100%;
}
body.news .contents p{
  line-height: 26px;
}
body.news .contents .MsoNormal{
  margin-bottom:10px;
}
.news-list a{
    color: #404040;
}
.news-list dd a:hover {
    opacity: 0.7;
}
body.news article{
    padding-top: 50px;
    min-height: calc(100vh - 223px);
}
 body.news-list-page article {
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: calc(100vh - 223px);
}
.inner h2 {
  font-size: 3.5rem;
  font-weight: bold;
}
body.news .inner h2 {
    font-size: 3.2rem;
    padding: 3rem;
    border-bottom: 1px solid #e3e3e3;
    line-height: 4.5rem;
}
body.news .date {
    padding-left: 34px;
    color: #777;
}
body.news .contents {
    padding: 3rem;
}
.paging-area {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
}
.paging-area div {
    padding: 0px 20px;
}

.paging-area div a {
    color: #404040;
    text-decoration: none;
}
.paging-area div a:hover{
    text-decoration: underline;
}
.listpage-link {
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
}
.ml20{
  margin-left: 20px;
}
.pl20{
  padding-left: 20px;
}
.pl30{
  padding-left: 30px;
}

.dsp-f{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.w70p{
  width: 70%;
}
.w50p{
  width: 50%;
}

.max700c{
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.w100p{
  width: 100%;
}
.blue-box .target{
  display: block;
  margin-top: 10px;
}
footer {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  color: #fff;
  background: #595757;
}

#organization .ttl {
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #4d4e4e;
  color: #fff;
  flex-shrink: 0;
}

.or-ttl2 {
  text-align: center;
  border: 1px #333 solid;
  margin-top: 15px;
  margin-bottom: 10px;
  color: #333;
}
#organization .df-s p {
  padding-left: 15px;
}

#pagetop {
  visibility:hidden;
  position: fixed;
  opacity: 0;

  bottom: 10px;
  right: 10px;
  background: #048de2;
  text-decoration: none;
  color: #fff;
  width: 60px;
  padding: 0 0;
  text-align: center;
  display: flex;
  border-radius: 50%;
  font-size: 1.4rem;
  height: 60px;
  justify-content: center;
  align-items: center;
  letter-spacing: 2px;
  transition: all ease-in-out .3s;
}

#pagetop.show{
  visibility: visible;
  opacity: 1;
  transition: all ease-in-out .3s;
}
.dpb1200{
  display:none;
}
.l-blu-df .min{
  display: block;
}

#c8 .flow-area li {
    border: 2px dotted;
    margin-bottom: 50px;
    list-style: none;
    position: relative;
}
#c8 .flow-area li::before {
    position: absolute;
    background: #f4c92f;
    font-size: 20px;
    font-weight: bold;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -25px;
    margin-top: -25px;
    color: #fff;
    border: 4px solid #ffeeb0;
}
#c8 .flow-area li:nth-child(1)::before{
  content: "1";
}
#c8 .flow-area li:nth-child(1)::after {
    content: "";
    width: 180px;
    height: 50px;
    background: linear-gradient(#f9ecc8, #f9e5af);
    position: absolute;
    left: 50%;
    margin-left: -90px;
    z-index: -1;
    bottom: -52px;
}
#c8 .flow-area li:nth-child(2)::before{
  content: "2";
}
#c8 .flow-area li:nth-child(2)::after {
    content: "";
    width: 180px;
    height: 50px;
    background: linear-gradient(#f9e5af,#f9dfaf);
    position: absolute;
    left: 50%;
    margin-left: -90px;
    z-index: -1;
    bottom: -52px;
}
#c8 .flow-area li:nth-child(3) {
    margin-bottom: 70px;
}
#c8 .flow-area li:nth-child(3)::before{
  content: "3";
}
#c8 .flow-area li:nth-child(3)::after {
    content: "";
    width: 180px;
    height: 20px;
    background: #f9dfaf;
    position: absolute;
    left: 50%;
    margin-left: -90px;
    z-index: -1;
    bottom: -22px;
}
#c8 .flow-area li:nth-child(3) dl::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 150px 0px 150px;
    border-color: #f9dfaf transparent transparent transparent;
    position: absolute;
    bottom: -70px;
    left: 50%;
    margin-left: -150px;
}

#c8 .flow-area li:nth-child(4)::before{
  content: "4";
}
#c8 .flow-area dl{
    padding:20px 20px 20px 40px;
}
#c8 .l-blu-box {
    background: #e2eeff;
    padding: 20px;
    margin-top: 15px;
    border-radius: 5px;
}
#c8 dt {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 5px;
}
@media screen and (max-width: 1200px) {
  .inner {
    width: 100%;
    box-sizing: border-box;
  }
  #c9 .img-box {
    width: 43%;
    flex-shrink: 0;
  }
  .dpb1200{
    display: block;
  }
body.news article, body.news-list-page article {
    min-height: calc(100vh - 240px);
}
  .header-inner {
    padding: 20px 15px 20px;
  }

}

@media screen and (max-width: 959px) {
.join-list li{
  width:20%;
}
  #main-visual {
    padding: 20px 30px;
    height: 440px;
  }
  .header-nav-area nav {
    display: none;
  }
  body.news article, body.news-list-page article {
    min-height: calc(100vh - 220px);
}
.open .header-nav-area nav {
    display: block;
    position: absolute;
    top: 110px;
    width: 100%;
    left: 0;
    height: 100%;
}
.open .header-inner .menu-list li {
    padding: 0px;
    text-align: center;
    display: flex;
    align-items: center;
}
.open .header-inner .menu-list li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #fff;
    text-align: left;
    padding: 0px;
}
.open .header-inner .menu-list a {
    color: #ffffff;
    font-weight: normal;
    padding: 20px 20px;
    width: 100%;
    position: relative;
}
.open .header-inner .menu-list a::after{
  content: "";
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
}

.open .header-inner .menu-list {
    display: flex;
    flex-direction: column;
}

  .header-nav-area {
    justify-content: flex-end;
  }

.open #header {
    position: fixed;
    background: #048de2;
    width: 100%;
    height: 100%;
    z-index: 3;
    left: 0;
    top: 0;
    display: block;
}
  .blue-box {
    flex-direction: column;
  }
  #c9 .img-box {
    width: 100%;
    flex-shrink: 0;
    padding-bottom: 20px;
    height: 165px;
  }
  .main-txt {
    font-size: 1.6rem;
  }
  .inner h2 {
    font-size: 24px;
  }
  .yl-df li {
    width: 32%;
  }
  .l-blu-df li {
    width: 32%;
  }
  .df-s {
    flex-direction: column;
  }
  #organization .ttl {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
  }

  #organization .df-s p {
    padding-left: 0px;
  }
  .l-blu-df,.yl-df{
    font-size:1.4rem;
  }
  .yl-df .min {
    font-size: 1.2rem;
  }
  .header-inner {
    padding: 10px;
  }
.open .header-inner {
    background: #fff;
}
  #menu-btn {
    display: block;
    width: 43px;
    height: 50px;
    position: relative;
    margin-left: 10px;
    display: flex;
    align-items: center;
  }
  .menu {
    width: 100%;
    height: 38px;
    cursor: pointer;
    left: initial;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .menu1{
    width: 30px;
    height: 2px;
    background-color: #333;
    top: 1px;
    position: absolute;
  }
  .menu2{
    width: 30px;
    height: 2px;
    background-color: #333;
    top: 8px;
    position: absolute;
  }
  .menu3{
    width: 30px;
    height: 2px;
    background-color: #333;
    top: 15px;
    position: absolute;
  }

  .menu1,.menu2,.menu3
  { transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out; /* Opera */
    -moz-transition: all 0.3s ease-out; /* Firefox */
    -webkit-transition: all 0.3s ease-out; /* GoogleChrome, Safari */
  -ms-transition: all 0.3s ease-out; /* IE */ }
  .menu-txt {
    font-size: 1.2rem;
    position: absolute;
    bottom: 0px;
  }
  .menuclick1
  {
    top: 10px;
    width: 22px;
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
    .menuclick2
    { 
      opacity:0;
    }
    .menuclick3
    { 
      top: 10px;
      width: 22px;
      -o-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

      }/*959px END*/
    @media screen and (max-width: 800px) {

.join-list li {
    width: 25%;
}
}

      .w730{
        display: none;
      }
      @media screen and (max-width: 730px) {
        .w730{
          display: block;
        }
        .w730n{
          display: none;
        }
        #main-visual {
          box-sizing: border-box;
        }

        .step-sp img {
          max-width: 310px;
          width: 100%;
          margin-left: auto;
          margin-right: auto;
          display: block;
          margin-top: -45px;
        }
        .step-sp img:first-child{
          margin-top: 0px;
        }
        .l-blu-df li div {
          padding: 10px;
        }
        #main-visual {
          padding: 20px;
        }
        #main-visual h2 {
          padding: 20px;
          font-size: 1.6rem;
          width: 100%;
          box-sizing: border-box;
        }
      }

      @media screen and (max-width: 519px) {
        p{
          font-size:1.4rem;
        }
        h2 .en {
          font-size: 1.6rem;
        }
  body.news article, body.news-list-page article {
    min-height: calc(100vh - 175px);
}
.result-form h3 {
    font-size: 24px;
}
.result-form a {
    font-size: 14px;
}
        body.news .inner h2 {
    font-size: 2rem;
    padding: 2rem;
    line-height: 3rem;
}
body.news .date {
    padding-left: 2rem;
}
        .open .header-nav-area nav {
    top: 70px;
}
body.news .inner, body.news-list-page .inner {
    max-width: 820px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}
body.news .contents {
    padding: 2rem;
}
              .logo-area {
            width: 155px;
            display: flex;
            align-items: center;
          }
          .header-nav-area {
            width: calc(100% - 155px);
          }
        .blue-box {
          padding: 10px;
        }
        .inner h2 {
          font-size: 1.8rem;
        }
        .blue-box dt span {
          font-size: 1.2rem;
          width: 100%;
        }
        .blue-2box-area li {
          width: 49%;
          margin-bottom: 10px;
        }
        .blue-box dt p{
          font-size:1.6rem;
        }
        .yl-df{
          flex-wrap: wrap;
        }
        .yl-df li {
          width: 100%;
          margin-bottom: 10px;
        }
        .l-blu-df li {
          width: 49%;
        }
        .l-blu-df li.end3{
          margin-bottom: 10px;
        }
        .l-blu-df li.end{
          margin-bottom: 0px;
        }
        .l-txt{
          text-align: left;
        }
        .main-txt {
          font-size: 1.4rem;
          text-align: left;
          margin: 15px auto 10px;
        }
        .news-area {
          padding: 35px 20px 0px 20px;
        }
.news-list-page .news-area {
    padding: 35px 10px 20px;
}
        footer {
          padding-left: 20px;
          padding-right: 20px;
        }
        .copyright{
          font-size: 1.2rem;
        }
        .faq-list dt {
          font-size: 1.6rem;
        }
        .faq-list dd span {
          display: flex;
          align-items: baseline;
          font-size: 1.4rem;
        }
        .faq-list dt span::before, .faq-list dd span:first-child::before{
          font-size: 1.6rem;
        }
        .faq-list dd span:nth-child(2) {
    margin-top: 10px;
    margin-left: 20px;
}
        .faq-list dt {
          font-size: 1.6rem;
          padding: 20px 20px 10px 20px;
          border-top-right-radius: 10px;
          border-top-left-radius: 10px;
        }
        .faq-list dd {
          padding: 0px 20px 15px;
          border-bottom-left-radius: 10px;
          border-bottom-right-radius: 10px;
        }
        .faq-list dt span {
          padding-bottom: 7px;
          line-height: 2.3rem;
        }
        .join-list li {
          width: 33%;
        }
        .box-w {
          margin-top: 15px;
          margin-bottom: 15px;
          padding: 18px 17px;
        }
        .box-w .list li::before{
          font-size: 1.2rem;
        }

        #c4 .txt-l-area p {
          margin-top: 14px;
        }

        .box-w .list li {
          padding: 0 0 0 32px;

        }
        .ws-n {
          white-space: break-spaces;
        }
        .main-txt {
          font-size: 1.6rem;
          text-align: left;
        }

        #c2, #c3 {
          padding: 25px 15px 25px 15px;
        }
        #c4 {
          padding: 45px 15px 25px 15px;
        }
        #c5, #c6 {
          padding: 25px 15px 25px 20px;
        }
        #c7 {
          padding: 45px 15px 25px 15px;
        }
        .l-blu-df .min{
          font-size: 1.2rem;
        }


        }/*519px END*/
        @media screen and (max-width: 430px) {
#c8 {
    padding: 45px 23px 25px 23px;
}
          .dsn400{
            display: none;
          }
          .main-txt {
            font-size: 1.4rem;
          }
          .l-blu-df li div {
            padding: 8px 8px 9px 6px;
          }
          .yl-df li div {
            padding: 8px 8px 9px 6px;
          }
          .box{
            border: 2px solid #1590d5;
          }
#c8 .flow-area li:nth-child(3) {
    margin-bottom: 50px;
}
#c8 .flow-area li:nth-child(1)::after,#c8 .flow-area li:nth-child(2)::after,#c8 .flow-area li:nth-child(3)::after{
    width: 100px;
    margin-left: -50px;
}
#c8 .flow-area li:nth-child(3) dl::after {
    border-width: 30px 100px 0px 100px;
    bottom: -50px;
    margin-left: -100px;
}
body.news .inner h2 {
    font-size: 1.8rem;
    padding: 1rem;
    line-height: 2.5rem;
}
#c8 .flow-area li::before {
    width: 40px;
    height: 40px;
    left: -20px;
    margin-top: -25px;
    font-weight: normal;
}
#c8 .flow-area dl {
    padding: 15px;
}
#c8 dt {
    font-size: 16px;
}
#c8 .l-blu-box {
    padding: 10px;

}
body.news .date {
    padding-left: 1rem;
}
body.news .contents {
    padding: 1rem 1rem 3rem;
}
          .faq-list dt {
            font-size: 1.6rem;
            padding: 15px 15px 7px 15px;
          }
          .news-list dd {
            padding-bottom: 14px;
            font-size: 1.2rem;
          }
          .step-sp img {
            max-width: 215px;
          }
          .step-sp img {
            margin-top: -38px;
          }

          .blue-box dt p {
            font-size: 1.3rem;
            padding-top: 10px;
            padding-bottom: 10px;
            line-height: 1.3rem;
          }
          #c9 .img-box {
            padding-bottom: 10px;
            height: 110px;
          }
          #main-visual h2 {
            padding: 15px;
            font-size: 1.4rem;
          }
          #main-visual h2 {
            padding: 12px;
            font-size: 1.4rem;
          }
          .blue-box dd {
            font-size: 1.2rem;
          }
          .blue-box {
            padding: 10px;
            border: 3px solid #1590d5;
          }
          .faq-list dd {
            padding: 0px 15px 15px;
          }
          .box-w .list li::before {
            width: 20px;
            height: 20px;
          }
          .box-w .list li {
            font-size: 1.4rem;
            line-height: 2rem;
          }
          .l-blu-df .min {
            font-size: 1.1rem;
          }
          .l-blu-df li div {
            padding: 7px 7px 9px 6px;
          }
          .or-ttl2 {
            font-size: 1.4rem;
            line-height: 1.4rem;
            padding: 4px;
          }
          h2 .en {
            margin-bottom: 2px;
          }

          .faq-list dt span {
            padding-bottom: 7px;
            line-height: 2rem;
            font-size: 1.4rem;
          }
          .faq-list dd span {
            font-size: 1.2rem;
          }

.news-list-page .news-area {
    padding: 20px 3px 20px;
}


        }


        @media screen and (max-width: 359px) {
          body {
            font-size: 1.4rem;
          }
.news-list-page h2 .en {
    font-size: 1.4rem;
}

body.news .inner h2 {
    font-size: 1.6rem;
    padding: 0.8rem 0rem 1rem;
    line-height: 2.3rem;
}
body.news .contents {
    padding: 1rem 0rem 3rem;
}
body.news .date {
    padding-left: 0rem;
    font-size: 1.2rem;
}
.paging-area {
    padding-bottom: 15px;
}
          .blue-box dt p {
            font-size: 1.6rem;
          }
          #c9 .img-box {
            padding-top: 10px;
            height: 150px;
          }
          .logo-area {
            width: 135px;
            font-size: 1.2rem;
          }
          .header-nav-area {
            width: calc(100% - 135px);
          }
          .appli-btn {
            padding: 7px 12px;
            border-radius: 30px;
            font-size: 1.1rem;
            width: unset;
          }
          .menu {
            height: 36px;
          }
          .menu-txt {
            font-size: 1.1rem;
          }
          .mg30{
            margin-top: 20p
          }
          .l-blu-df li {
            width: 100%;
          }
          .yl-df .name {
            margin-left: 10px;
          }
          .inner h2 {
            font-size: 1.6rem;
          }
          .box-w .list li::before {
            font-size: 1.2rem;
            width: 21px;
            height: 21px;
            padding-top: 1px;
          }
          .box-w .list li {
            padding: 0 0 0 28px;
            }s
            .news-list dt {
              font-size: 1.2rem;
              padding-top: 10px;
              padding-bottom: 4px;
            }
            .news-list dd {
              padding-bottom: 6px;
            }
            .blue-2box-area li {
              width: 100%;
              margin-bottom: 10px;
            }

            .blue-box dd {
              text-align: left;
              font-size: 1.3rem;
            }
            .blue-box {
              border: 3px solid #1590d5;
            }


            footer {
              padding-left: 5px;
              padding-right: 5px;
            }
            }/*359px END*/
