/*****************************************************
layout
*****************************************************/
/* =================================================
common
================================================= */
.disp_pc {
  display: block;
}
.disp_sp {
  display: none;
}
.disp_in_pc { 
  display: inline-block;
}
.disp_in_sp {
  display: none;
}
img {
  max-width: 100%;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6em;
}
/* Ã§Å¸Â¢Ã¥ÂÂ° */
.arrow {
  position: relative;
  vertical-align: middle;
  text-decoration: none;
}
.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.ar::before {
  right: 12px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ar02::before {
  right: 12px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #0d478e;
  border-right: 2px solid #0d478e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ar02:hover:before {
  border-color: #fff;
}
.ab::before {
  right: 0;
  width: 4px;
  height: 4px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.at::before {
  right: 13px;
  top: 5px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.snl_common_btnarea {
  margin-top: 0;
  display: flex;
  justify-content: space-between;
}

.snl_common_btnarea li {
  width: 31%;
  width: 347.19px;
}

.snl_common_btnarea a {
  display: block;
  width: 100%;
  padding: 15px 5px;
  background: #f5692b;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  border-bottom: 4px solid #c45422;
  box-sizing: border-box;
  border-top: 1px solid #f5692b;
  border-right: 1px solid #f5692b;
  border-left: 1px solid #f5692b;
}
.snl_common_btnarea a:hover {
  background: #FFF;
  color: #f5692b;
}
.snl_common_txt_01 {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 5px;
}

.snl_common_txt_01 span {
  font-family: 'VL Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯','Courier New',Courier,monospace;
  padding:0 10px;
}
@media screen and (max-width: 1180px) {
  .snl_common_btnarea li {
    width: 31%;
  }
}
@media screen and (max-width: 1024px) {
  .snl_common_btnarea li {
    width: 32.5%;
  }
  .snl_common_txt_02 {
    font-size: 1.2rem;
  }
  .snl_common_btnarea a {
    font-size: 1.4rem;
  }
  .snl_common_txt_01 {
    font-size: 1.3rem;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 768px) {
  .disp_pc {
    display: none;
  }
  .disp_sp {
    display: block;
  }
  .disp_in_pc {
    display: none;
  }
  .disp_in_sp {
    display:inline-block;
  }
  .ar_sp::before {
    right: 8%;
    width: 4px;
    height: 4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .snl_common_btnarea {
    margin-top: 0;
    display: block;
  }
  .snl_common_btnarea li {
    width: 100%;
    margin-top: 15px;
  }
  .snl_common_btnarea a {
    display: block;
    width: 100%;
    padding: 18px 5px;
    background: #f5692b;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 3.73vw;
    border-bottom: 4px solid #c45422;
    box-sizing: border-box;
  }
  .snl_common_txt_01 {
    font-size: 3.73vw;
  }
}

/* =================================================
Header
================================================= */
.snl_head {
  width: 100%;
  padding: 10px 2%;
  background: #fff;
  position: fixed;
  z-index: 10;
}

.snl_cont{
  padding-top: 105px;
}

.snl_head_inner {
  /* max-width: 1400px; */
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.snl_head_logo {
  /* width: 27.14%; */
  width: 330px;
  margin-top: 15px;
}

#nav {
  width: 71%;
}

.snl_head_btn {
  display: flex;
  justify-content: flex-end;
}

.snl_head_btn li {
  margin-right: 10px;
}

.snl_head_btn li:last-child {
  margin-right: 0
}

.snl_head_btn a{
  transition: 0.3s ease-out 0s;
  display: block;
  width: 150px;
  padding: 7px 5px;
  background: #f5692b;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  border: 1px solid #f5692b;
  box-sizing: border-box;
}
.snl_head_btn a:hover {
  background: #FFF;
  color: #f5692b;
}
.snl_head_btn a.ar:hover::before {
    border-top: 2px solid #f5692b;
    border-right: 2px solid #f5692b;
}

.snl_head_menulist {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}

.snl_head_menulist li{
  margin-right: 5%;
}

.snl_head_menulist li:last-child{
  margin-right: 0%;
}

.snl_head_menulist li a {
  font-size: 1.6rem;
  font-weight: bold;
  color: #000000;
}

.snl_head_menulist li span {
  font-size: 1.6rem;
  font-weight: bold;
  color: #000000;
  cursor: pointer;
}

.snl_head_menulist li .ab{
  padding-right: 15px;
}

.snl_head_menulist li .current,
.snl_head_menulist li .arrow:hover {
  color: #0d478e;
  /* text-decoration: underline; */
  border-bottom: 2px solid;
  /* padding-bottom: 3px; */
}

/* Ã£Æ’â€°Ã£Æ’Â­Ã£Æ’Æ’Ã£Æ’â€”Ã£Æ’â‚¬Ã£â€šÂ¦Ã£Æ’Â³ */
.snl_head_menulist_drop {
  position: relative;
}
.menuSub {
  position: absolute;
  margin-left: -6px;
  padding: 0;
  display: none;
  background: #fff;
  border-radius: 0 0 5px 5px;
  width: max-content;
  padding: 15px 15px 5px;
}

.snl_head_menulist .menuSub li {
  margin-right: 0;
  margin-bottom: 10px;
}

.menuSub li a {
  padding: 5px;
  /* display: block; */
  text-decoration: none;
}

.menuSub li a:hover {
  color: #0d478e;
  /* text-decoration: underline; */
}

@media screen and (max-width: 1024px) {
  .snl_head_btn a{
    width: 130px;
    padding: 8px 3px;
    font-size: 1.3rem;
  }
  
  .snl_head_menulist li{
    margin-right: 3%;
  }

  .snl_head_menulist li:last-child{
    margin-right: 0%;
  }
  
  .snl_head_menulist li a {
    font-size: 1.4rem;
  }

  .snl_head_menulist li span {
    font-size: 1.4rem;
  }
  .snl_head_logo {
    width: 35%;
  }
}

@media screen and (max-width: 768px) {
  .snl_head {
    width: 100%;
    padding: 10px;
    background: #fff;
    box-shadow: 0px 4px 15px -5px #404040;
  }
  .snl_cont{
    padding-top: 59px;
  }
  .snl_head_inner {
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }

  .snl_head_logo {
    width: 178px;
    margin-top: 0;
  }
  
  /* Ã£Æ’ÂÃ£Æ’Â³Ã£Æ’ÂÃ£Æ’Â¼Ã£â€šÂ¬Ã£Æ’Â¼Ã£Æ’Â¡Ã£Æ’â€¹Ã£Æ’Â¥Ã£Æ’Â¼ */
  .menubtn, .menubtn span {
    display: inline-block; 
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menubtn {
    position: absolute; 
    top: 15px;
    right: 12px;
    width: 30px;
    height: 22px;
    z-index: 10;
    background:none;
    border:none;
  }
  .menubtn.activeÃ£â‚¬â‚¬{ 
    position: fixed;
  }
  .menubtn:focus {
    outline: none;
  }
  .menubtn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #0d478e;
    border-radius: 3px;
    z-index: 10;
  }
  .menubtn span:nth-of-type(1) {
    top: 0px;
    /* width: 50%; */
  }
  .menubtn span:nth-of-type(2) {
    top: 10px;
  }
  .menubtn span:nth-of-type(3) {
    bottom: 0px;
  }
  .menubtn.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
    background: #0d478e;
    width: 100%;
  }
  .menubtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menubtn.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
    background: #0d478e;
  }
  #nav {
    position: fixed;
    z-index: 10;
    width: 100%;
    height: auto;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    overflow:scroll;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
  }
  #nav.active {
    right: 0;
    opacity: 1; 
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
  }
  /* Ã£Æ’ÂÃ£Æ’Â³Ã£Æ’ÂÃ£Æ’Â¼Ã£â€šÂ¬Ã£Æ’Â¼Ã£Æ’Â¡Ã£Æ’â€¹Ã£Æ’Â¥Ã£Æ’Â¼ */
  .snl_head_menu {
    width: 100%;
    background: #0d478e;
    padding: 20px 0;
  }
  .snl_head_btn {
    display: block;
    width: 85%;
    margin: 0 auto;
  }

  .snl_head_btn li {
    margin-right: 0;
    margin-top: 10px;
  }
  .snl_head_btn a{
    display: block;
    width: 100%;
    padding: 14px 5px;
    background: #f5692b;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    font-size: 4vw;
    border-bottom: 3px solid #c45422;
  }

  .snl_head_menulist {
    display: block;
    justify-content: flex-end;
    margin-top: 20px;
  }

  .snl_head_menulist li{
    margin-right: 0;
    border-top: 1px solid #265a9a;
  }

  .snl_head_menulist li:last-child{
    border-bottom: 1px solid #265a9a;
  }

  .snl_head_menulist li a {
    font-size: 3.73vw;
    font-weight: bold;
    color: #fff;
    display: block;
    padding: 12px 12.5%;
  }

  .snl_head_menulist li span {
    font-size: 3.73vw;
    font-weight: bold;
    color: #fff;
    display: block;
    padding: 12px 12.5%;
  }

  .snl_head_menulist li .ab{
    padding-right: 15px;
  }

  .snl_head_menulist li .current {
    color: #fff;
    text-decoration: none;
    border-bottom: none;
    padding-bottom: 12px;
  }

  .snl_head_menulist li .arrow:hover {
    color: #FFF;
    border-bottom: none;
  }

  /* Ã£â€šÂ¢Ã£â€šÂ³Ã£Æ’Â¼Ã£Æ’â€¡Ã£â€šÂ£Ã£â€šÂªÃ£Æ’Â³ */
  .snl_head_menulist_drop span {
    display:block; 
  }
  .snl_head_menulist_drop .active {
    border-bottom: none;
  }
  .snl_head_menulist_drop span::before,
  .snl_head_menulist_drop span::after {
    content: '';
    display: block;
    width: 15px;
    height: 2px;
    border-radius: 5px;
    background:#fff;
    position: absolute;
    right: 6.5%;
    top: 15%;
    transform: translateY(-50%);
    border: none;
  }
  .snl_head_menulist_drop span::after {
    transform: translateY(-50%) rotate(90deg);
    transition: 0.5s;
  }
  .snl_head_menulist_drop .active::after {
    transform: rotate(0);
    transition: 0.5s;
  }
  .snl_head_menulist_drop ul{
    /* display:none; */
  }
  /* Ã£â€šÂ¢Ã£â€šÂ³Ã£Æ’Â¼Ã£Æ’â€¡Ã£â€šÂ£Ã£â€šÂªÃ£Æ’Â³ */
  
  .snl_head_menulist_drop {
    position: relative;
  }
  .menuSub {
    position: relative;
    margin-left: 0;
    padding: 0;
    /* display: none; */
    background: #0a3972;
    border-radius: 0;
    width: 100%;
  }
  .snl_head_menulist .menuSub li {
    margin-right: 0;
    margin-bottom: 0;
  }
  .menuSub li a {
    padding: 12px 12.5%;
    display: block;
    text-decoration: none;
  }
  .hu_close{
    width: 80%;
    margin: 20px auto;
    border: 2px solid #fff;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    font-size: 3.73vw;
    padding: 15px 0;
  }

}
  
/* =================================================
footer
================================================= */
.snl_foot {
  margin-top: 0;
}

.snl_foot_menu {
  background: #0d478e;
  padding: 30px 10px;
}

.snl_foot_inner {
  max-width: 1120px;
  max-width: 1140px;
  margin: 0 auto;
}

.snl_foot_txt_01 {
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.snl_foot_list {
  padding: 20px 0;
  background: #e6e6e6;
}

.snl_foot_listlink li {
  display: inline-block;
  border-right: 1px solid #333333;
  padding: 0 10px;
  margin-bottom: 3px;
}

.snl_foot_listlink li a {
  font-size: 1.4rem;
  color: #333333;
}
.snl_foot_listlink li a:hover {
  text-decoration: underline;
  color: #0d478e;
}

.snl_foot_copy {
  position: relative;
}

.snl_top_link {
  position: absolute;
  bottom: 0;
  right: 0;
}

.snl_top_link a{
  width: 40px;
  height: 40px;
  background: #d2d2d2;
  display: block;
}

.snl_foot_copy p{
  font-size: 1.3rem;
  padding: 10px;
}

@media screen and (max-width: 1024px) {
  .snl_foot_txt_01 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .snl_foot {
    margin-top: 0;
  }

  .snl_foot_menu {
    background: #0d478e;
    padding: 20px 0;
  }

  .snl_foot_inner {
    max-width: 90%;
    margin: 0 auto;
  }

  .snl_foot_txt_01 {
    font-size: 3.76vw;
    letter-spacing: -0.5px;
  }

  .snl_foot_list {
    padding: 20px 0;
    background: #e6e6e6;
  }
  .snl_foot_listlink {
    max-width: 90%;
    margin: 0 auto;
  }
  .snl_foot_listlink li {
    display: block;
    border-right: none;
    padding: 0;
    margin-bottom: 10px;
  }

  .snl_foot_listlink li a {
    font-size: 3.2vw;
    /* color: #03288f; */
  }
  .snl_top_link {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .snl_top_link a{
    width: 40px;
    height: 40px;
    background: #d2d2d2;
    display: block;
  }

  .snl_foot_copy p{
    font-size: 3.2vw;
    padding: 10px 40px 10px 0;
  }
}

/* =================================================
TOPÃ£Æ’Å¡Ã£Æ’Â¼Ã£â€šÂ¸
================================================= */
/* -----------------------------------------------
mv
----------------------------------------------- */
.snl_mv {
  background: url("../images/mv_bg.png") no-repeat scroll bottom center;
  background-size: cover;
}
.snl_mv_outer {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
.snl_inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 10px;
}
.snl_mv_ttl {
  width: 50%;
  padding-top: 10%;
}
.snl_mv_ttl p {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 7%;
}
.snl_mv_ttl div {
  padding: 4% 0 9%;
}
.snl_mv_ttl h1 {
  font-size: 22px;
}
.snl_mv_ttl h1 span {
  display: block;
  font-size: 50px;
  color: #0d478e;
}
.abso01 {
  position: absolute;
  width: 54%;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  .snl_mv_ttl {
    width: 45%;
    padding-top: 7%;
  }
  .snl_mv_ttl p {
    font-size: 1.5rem;
    margin-top: 5%;
  }
  .snl_mv_ttl h1 {
    text-align: center;
    font-size: 20px;
  }
  .snl_mv_ttl h1 span {
      font-size: 35px;
      text-align: center;
  }
  }
@media screen and (max-width: 768px) {
  .snl_mv {
    background: url("../images/mv_bg_sp.png") no-repeat scroll top center;
    background-size: cover;
  }
  .snl_mv_outer {
    max-width: 100%;
  }
  .snl_inner {
    max-width: 100%;
    padding: 0;
  }
  .snl_mv_ttl {
    width: 100%;
    padding-top: 10%;
  }
  .snl_mv_ttl p {
    font-size: 3.73vw;
    font-weight: bold;
    text-align: center;
    margin-top: 7%;
  }
  .snl_mv_ttl div {
    padding: 4% 0 2%;
  }
  .abso01 {
    position: static;
    width: 100%;
    right: 0;
    bottom: 0;
  }
  
}

/* -----------------------------------------------
mvÃ¤Â»Â¥Ã¥Â¤â€“(TOP)
----------------------------------------------- */
.snl_top_cont_01 {
  padding: 0px 2% 80px;
  background: #f5f5f5;
}
.snl_inner_02 {
  max-width: 1140px;
  margin: 0 auto;
  /* padding: 0 10px; */
}
.snl_cont_ttl {
  font-size: 3.6rem;
  color: #0d478e;
  text-align: center;
  font-weight: bold;
}
.snl_cont_ttl span{
  font-size: 2.2rem;
  display: block;
  text-align: center;
}
.snl_top_cont_mt_01 {
  padding-top: 80px;
}
.snl_checklist {
  margin: 40px auto 0;
  max-width: 890px;
}
.snl_checklist li {
  margin-bottom: 15px;
  padding-left: 35px;
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
}
.snl_checklist li::before {
  content: "";
  background: url("../images/common/icon_check.png") no-repeat scroll 0 0;
  width: 23px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 4px;
}
.snl_checklist span{
  font-size: 2.4rem;
  font-weight: bold;
  color: #0d478e;
}
.snl_top_cont_box {
  margin-top: 45px;
  background: #0d478e;
  border-radius: 10px;
  padding: 3% 5%;
}
.snl_top_cont_box h3 {
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  color: #fff;
}
.snl_top_cont_box p {
  color: #fff;
  margin-top: 15px;
}
.snl_top_cont_02 {
  padding: 90px 2%;
}
.snl_top_txt_01 {
  margin-top: 20px;
  text-align: center;
  font-weight: 500;
}
.snl_top_featurebox {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  align-items: stretch;
}
.snl_top_featurebox li {
  width: 32%;
  border: 2px solid #0d478e;
  border-radius: 10px;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  padding: 2.8% 2%;
  width: 347.19px;
}
.snl_top_featurebox p {
  font-size: 1.8rem;
  text-align: center;
  color: #0d478e;
  font-weight: bold;
  padding: 3% 3%;
  width: 100%;
}
.snl_top_featurebtn {
  /* max-width: 380px; */
  margin: 30px auto;
  max-width: 347.19px;
}

.snl_top_featurebtn a {
  transition: 0.3s ease-out 0s;
  padding: 10px 5px;
  color: #0d478e;
  border: 1px solid #0d478e;
  border-radius: 10px;
  background: #fff;
  display: block;
  text-align: center;
  font-weight: 500;
}
.snl_top_featurebtn a:hover {
  color: #fff;
  background: #0d478e;
}
.snl_top_bnrbox {
  margin-top: 50px;
  text-align: center;
}
.snl_top_bnrbox img {
  width: 100%;
}
.snl_top_btnare {
  padding: 30px 0;
  background: #0d478e;
}
.snl_top_btnare_txt{
  text-align: center;
  font-size: 2.0rem;
  color: #fff;
  font-weight: bold;
}
.snl_top_btnare .snl_common_btnarea {
  justify-content: center;
}
.snl_top_btnare .snl_common_btnarea li{
  margin: 0 2%;
}
.snl_top_cont_03 {
  padding: 90px 2%;
}
.snl_top_bnrbox_02 {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.snl_top_bnrbox_left {
  width: 43.75%;
}
.snl_top_bnrbox_right {
  width: 52%;
}
.snl_top_bnrbox_right p{
  font-size: 2.4rem;
  font-weight: bold;
  color: #0d478e;
}
.snl_bg_gray {
  margin-top: 20px;
  padding: 15px;
  background: #f0f0f0;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.snl_bg_gray div:last-child{
  margin-left: 20px;
  font-size: 1.4rem;
}
.snl_top_casebtn {
  /* max-width: 300px; */
  margin: 30px auto;
  max-width: 347.19px;
}
.snl_top_casebtn a {
  transition: 0.3s ease-out 0s;
  padding: 12px 5px;
  color: #0d478e;
  border: 1px solid #0d478e;
  border-radius: 10px;
  background: #fff;
  display: block;
  text-align: center;
  font-weight: 500;
}
.snl_top_casebtn a:hover {
  color: #fff;
  background: #0d478e;
}
.snl_top_cont_04 {
  padding: 90px 2%;
  background: #f0f0f0;
}
.snl_top_flowbox {
  margin: 30px 0 0 0;
  display: flex;
  justify-content: space-between;
}
.snl_top_flowbox div {
  width: 31%;
  background: url("../images/top_img_01.png") no-repeat scroll 0 0;
  background-size: contain;
  position: relative;
  width: 347.19px;
}
.snl_top_flowbox div::before {
  content: "";
  background: url("../images/common/icon_right.png") no-repeat scroll 0 0;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 45%;
  right: -35px;
}
.snl_top_flowbox div:last-child:before {
  background: none;
  width: 0;
  height: 0;
}
.snl_top_flowbox h3{
  text-align: center;
  font-size: 2.2rem;
  color: #0d478e;
  font-weight: bold;
  padding-top: 15%;
  letter-spacing: -2px;
}
.snl_top_flowbox p {
  padding: 6% 11% 20%;
  font-weight: 500;
}
.snl_top_flowbox p a {
  color: #0d478e;
  text-decoration: underline;
}
.snl_top_cont_05 {
  padding: 90px 2%;
}
.snl_cont_qa{
  margin-top: 50px;
}
.snl_cont_qa dt {
  font-size: 2.2rem;
  font-weight: bold;
  padding: 10px 0 10px 60px;
  position: relative;
  margin-bottom: 10px;
}
.snl_cont_qa dt::before {
  content: "";
  background: url("../images/common/icon_q.png") no-repeat scroll 0 0;
  width: 46px;
  height: 46px;
  position: absolute;
  top: 5px;
  left: 0;
}
.snl_cont_qa dd {
  background: #ecf1f6;
  border-radius: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 28px 30px 28px 70px;
  position: relative;
  margin-bottom: 40px;
}
.snl_cont_qa dd::before {
  content: "";
  background: url("../images/common/icon_a.png") no-repeat scroll 0 0;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 35px;
  left: 20px;
}

.snl_top_qabtn {
  /* max-width: 300px; */
  margin: 0 auto;
  max-width: 347.19px;
}

.snl_top_qabtn a {
  transition: 0.3s ease-out 0s;
  padding: 12px 5px;
  color: #0d478e;
  border: 1px solid #0d478e;
  border-radius: 10px;
  background: #fff;
  display: block;
  text-align: center;
  font-weight: 500;
}
.snl_top_qabtn a:hover {
  color: #fff;
  background: #0d478e;
}

@media screen and (max-width: 1180px) {
  .snl_top_flowbox h3{
    font-size: 1.8vw;
  }
  .snl_top_flowbox p {
    font-size: 1.4vw;
  }
  .snl_top_flowbox div::before {
    right: -10%;
    width: 8%;
    height: 8%;
    background-size: 100%;
  }
  .snl_top_featurebox li {
    width: 32%;
  }
  .snl_top_flowbox div {
    width: 30.7%;
  }
}

@media screen and (max-width: 768px) {
  .snl_inner_02 {
    max-width: 90%;
    padding: 0;
  }
  .snl_top_cont_01 {
    padding: 25px 0 60px;
  }
  .snl_inner_02 {
    max-width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  .snl_cont_ttl {
    font-size: 6.4vw;
  }
  .snl_cont_ttl span{
    font-size: 4.26vw;
  }
  .snl_top_cont_mt_01 {
    padding-top: 40px;
  }
  .snl_checklist {
    margin: 30px auto 0;
    max-width: 100%;
  }
  .snl_checklist li {
    margin-bottom: 15px;
    padding-left: 25px;
    font-size: 3.73vw;
    font-weight: 500;
    position: relative;
  }
  .snl_checklist li::before {
    content: "";
    background: url("../images/common/icon_check.png") no-repeat scroll 0 0;
    width: 19px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 4px;
    background-size: 100%;
  }
  .snl_checklist span{
    font-size: 4.26vw;
  }
  .snl_top_cont_box {
    margin-top: 30px;
    padding: 4% 5%;
  }
  .snl_top_cont_box h3 {
    text-align: left;
    font-size: 4.8vw;
  }
  .snl_top_cont_box p {
    font-size: 3.73vw;
  }
  .snl_top_cont_02 {
    padding: 60px 0;
  }
  .snl_top_txt_01 {
    text-align: left;
    font-size: 3.73vw;
    margin-top: 15px;
  }
  .snl_top_featurebox {
    display: block;
    margin-top: 0;
  }
  .snl_top_featurebox li {
    width: 100%;
    border: 2px solid #0d478e;
    border-radius: 10px;
    padding: 2.8% 2%;
    margin-top: 15px;
  }
  .snl_top_featurebox li:nth-child(2){
    padding: 0.8% 2%;
  }
  .snl_top_featurebox p {
    font-size: 4vw;
    padding: 2% 3%;
  }
  .snl_top_featurebtn {
    max-width: 100%;
    margin: 25px auto;
  }
  .snl_top_featurebtn a {
    padding: 10px 5px;
    font-size: 3.73vw;
  }
  .snl_top_bnrbox {
    margin-top: 40px;
    text-align: center;
  }
  .snl_top_btnare {
    padding: 30px 0;
    background: #0d478e;
  }
  .snl_top_btnare_txt{
    text-align: center;
    font-size: 4vw;
    color: #fff;
    font-weight: bold;
  }
  .snl_top_btnare .snl_common_btnarea {
    justify-content: center;
  }
  .snl_top_btnare .snl_common_btnarea li{
    margin: 15px 0 0 0;
    
  }
  .snl_top_cont_03 {
    padding: 60px 0;
  }
  .snl_top_bnrbox_02 {
    margin-top: 15px;
    display: block;
  }
  .snl_top_bnrbox_left {
    width: 100%;
    text-align: center;
  }
  .snl_top_bnrbox_right {
    width: 100%;
    margin-top: 15px;
  }
  .snl_top_bnrbox_right p{
    font-size: 4.53vw;
    font-weight: bold;
    color: #0d478e;
    text-align: center;
  }
  .snl_bg_gray {
    margin-top: 15px;
    padding: 15px;
    background: #f0f0f0;
    border-radius: 10px;
    display: flex;
    align-items: center;
  }
  .snl_bg_gray div {
    width: 35%;
  }
  .snl_bg_gray div img{
    display: block;
  }
  .snl_bg_gray div:last-child{
    margin-left: 4%;
    font-size: 2.93vw;
    width: 60%;
  }
  .snl_top_casebtn {
    max-width: 100%;
    margin: 30px auto;
  }
  .snl_top_casebtn a {
    padding: 10px 5px;
    font-size: 3.73vw;
    color: #0d478e;
    border: 1px solid #0d478e;
    border-radius: 10px;
    background: #fff;
    display: block;
    text-align: center;
    font-weight: 500;
  }
  .snl_top_cont_04 {
    padding: 60px 0;
  }
  .snl_top_flowbox {
    margin: 0;
    display: block;
    justify-content: space-between;
  }
  .snl_top_flowbox div {
    width: 100%;
    background: url("../images/top_img_01_sp.png") no-repeat scroll 0 0;
    background-size: 100%;
    position: relative;
    margin-top: 30px;
  }
  .snl_top_flowbox .snl_top_spbox {
    background: url("../images/top_img_02_sp.png") no-repeat scroll 0 0;
    background-size: 100%;
  }
  .snl_top_flowbox div::before {
    content: "";
    background: url("../images/common/icon_bottom.png") no-repeat scroll 0 0;
    width: 20px;
    height: 20px;
    background-size: 20px;
    position: absolute;
    top: auto;
    right: 47%;
    bottom: -25px;
  }
  .snl_top_flowbox div:last-child:before {
    background: none;
    width: 0;
    height: 0;
  }
  .snl_top_flowbox h3{
    font-size: 4.8vw;
    padding-top: 6%;
    letter-spacing: -2px;
  }
  .snl_top_flowbox p {
    padding: 3% 6% 7%;
    font-size: 3.6vw;
  }
  .snl_top_flowbox .snl_top_sppb {
    padding: 7% 6% 10%;
  }
  .snl_top_cont_05 {
    padding: 60px 0;
  }
  .snl_cont_qa{
    margin-top: 30px;
  }
  .snl_cont_qa dt {
    font-size: 4.8vw;
    font-weight: bold;
    padding: 10px 0 10px 45px;
    position: relative;
    margin-bottom: 10px;
  }
  .snl_cont_qa dt::before {
    content: "";
    background: url("../images/common/icon_q.png") no-repeat scroll 0 0;
    background-size: 100%;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 15px;
    left: 0;
  }
  .snl_cont_qa dd {
    background: #ecf1f6;
    border-radius: 10px;
    font-size: 3.73vw;
    font-weight: bold;
    padding: 20px 10px 20px 50px;
    position: relative;
    margin-bottom: 40px;
  }
  .snl_cont_qa dd::before {
    content: "";
    background: url("../images/common/icon_a.png") no-repeat scroll 0 0;
    background-size: 100%;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 27px;
    left: 10px;
  }

  .snl_top_qabtn {
    max-width: 100%;
    margin: 0 auto;
  }

  .snl_top_qabtn a {
    padding: 10px 5px;
    font-size: 3.73vw;
  }
}


/* -----------------------------------------------
Ã£â€šÂµÃ£Æ’Â³Ã£â€šÂ¯Ã£â€šÂ¹Ã£Æ’Å¡Ã£Æ’Â¼Ã£â€šÂ¸
----------------------------------------------- */
.thanks_ttl {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  color: #0d478e;
  margin-top: 40px;
}
.thanks_txt {
  font-size: 2.0rem;
  text-align: center;
  margin-top: 40px;
}
.thanks_txt02 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
}
.thanks_btn {
  max-width: 300px;
  margin: 40px auto;
}

.snl_form_cont_01 .thanks_btn a {
  padding: 10px 5px;
  color: #0d478e;
  border: 1px solid #0d478e;
  border-radius: 10px;
  background: #fff;
  display: block;
  text-align: center;
  font-weight: 500;
  text-decoration: none;
}
.thanks_btn a:hover {
  color: #fff;
  background: #0d478e;
}

@media screen and (max-width: 768px) {
  .thanks_ttl {
    font-size: 6.4vw;
    margin-top: 30px;
  }
  .thanks_txt {
    font-size: 3.73vw;
    margin-top: 30px;
  }
  .thanks_txt02 {
    font-size: 4.53vw;
    font-weight: bold;
    text-align: center;
    margin-top: 40px;
  }
  .thanks_btn {
    max-width: 90%;
    margin: 30px auto;
  }
  .snl_form_cont_01 .thanks_btn a {
    padding: 10px 5px;
    font-size: 3.73vw;
  }
  
}

/*TOPForm追加*/
.snl_mv.snl_add_form {
  background: url(../images/mv_bg.png) no-repeat scroll bottom center;
  background-size: cover;
  padding-bottom: 45px;
}
.snl_mv.snl_add_form .snl_inner {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.snl_add_form .snl_mv_ttl {
  width: 65.23%;
  padding-top: 4%;
}
.snl_add_form .snl_mv_ttl h1{
  text-align: center;
}
.snl_add_form .snl_mv_ttl h1 span {
  text-align: center;
}
.snl_add_form .snl_mv_ttl p {
  text-align: center;
  margin-top: 2%;
}
.snl_add_form .form_flex {
  display: flex;
  margin-top: 1%;
  margin-bottom: 0;
  padding: 0;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.form_flex picture {
  width: 64.626%;
}
.form_flex ul {
  width: 31%;
  margin-top: 4.7%;
}
.form_flex ul li {
  font-size: 1.6rem;
  padding: 9.8% 4%;
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin-bottom: 9.1%;
  position: relative;
  z-index: 0;
  /*box-shadow: 6px 4px 15px -5px #969696;*/
}
.form_flex ul li::before {
  position: absolute;
  z-index: -1;
  top: 0; bottom: 0; left: 0; right: 0;
  transform: skewX(-15deg);
  content: "";
  background-color:#0d478e;
}
.form_flex ul li.row02 {
  padding: 4.7% 4%;
}
.snl_formco {
  width: 30.46%;
  padding-top: 3%;
}
.snl_formco .elq-form .container-fluid {
  border: none;
  background: #fff;
  box-shadow: 6px 4px 15px -5px #969696;
}
.snl_formco_txt {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 1.1%;
}
.snl_formco .elq-form .elq-label {
  font-size: 1.2rem;
  font-weight: bold;
}

.snl_formco .elq-form .elq-item-input, .snl_formco .elq-form .elq-item-select, .snl_formco .elq-form .elq-item-textarea {
  padding: 0.2rem;
  margin: 0.2rem 0;
  height: auto;
}
.snl_formco .elq-form .elq-field-style {
  padding: 3.7px 5px;
}
.snl_formco_txt02 {
  font-size: 1.1rem;
  text-align: center;
}
.snl_formco .elq-form .elq-item-label {
  font-size: 1.2rem;
}
.snl_formco .submit-button-style {
  font-size: 1.6rem!important;
  background: #f5692b;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  border-bottom: 4px solid #c45422;
  box-sizing: border-box;
  border-top: 1px solid #f5692b;
  border-right: 1px solid #f5692b;
  border-left: 1px solid #f5692b;
  padding: 15px 5px;
  margin: 0;
  width: 240px;
}
.snl_formco .submit-button-style:hover {
  background: #FFF;
  color: #f5692b;
}
.input-btn {
  width: 240px;
  margin: 15px auto 0;
}
.snl_formco .ar::before {
  width: 6px;
  height: 6px;
}

@media screen and (max-width: 1200px) {
  .snl_mv.snl_add_form .snl_inner {
    padding: 0 2%;
  }
  .snl_formco .submit-button-style {
    width: 200px;
  }
  .input-btn {
    width: 200px;
    margin: 15px auto 0;
  }
}

@media screen and (max-width: 768px) {
  .snl_mv.snl_add_form {
    background: url(../images/mv_bg_sp.png) no-repeat scroll top center;
    background-size: cover;
    padding-bottom: 0;
  }
  .snl_mv.snl_add_form .snl_inner {
    display: block;
    max-width: 100%;
    padding: 0;
  }
  .snl_add_form .snl_mv_ttl {
    width: 100%;
    padding-top: 10%;
  }
  .snl_add_form .snl_mv_ttl h1{
    text-align: center;
    font-size: 20px;
  }
  .snl_add_form .snl_mv_ttl h1 span {
    text-align: center;
  }
  .snl_add_form .snl_mv_ttl p {
    text-align: center;
    margin-top: 4%;
  }
  .snl_add_form .form_flex {
    display: block;
    margin-top: 4%;
  }
  .form_flex picture {
    width: 100%;
  }
  .form_flex ul {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .form_flex ul li {
    width: 31%;
    font-size: 3.2vw;
    padding: 4% 1%;
    margin-bottom: 4%;
    display: flex;
    align-items: center;
  }
  .form_flex ul li::before {
    position: absolute;
    z-index: -1;
    top: 0; bottom: 0; left: 0; right: 0;
    transform: skewX(-10deg);
    content: "";
    background-color:#0d478e;
  }
  .form_flex ul li span{
    width: 100%;
    text-align: center;
  }
  .form_flex ul li.row02 {
    padding: 4% 1%;
  }

}

/*FunctionForm追加*/
.snl_function_anclist {
  margin: 28px 2% 55px;
}
.snl_function_cont_01 {
  margin: 0!important;
  padding: 5px 2% 40px;
  background: #f8f8f8;
}
.snl_bg_gray02 {
  background: #f8f8f8;
}
.snl_function_form {
  display: flex;
  justify-content: space-between;
}
.snl_function_form_item {
  width: 60.6%;
}
.snl_function_form .snl_cont_ttl {
  text-align: left;
  margin-top: 12px;
}
.snl_function_form .snl_cont_ttl span{
  text-align: left;
}
.snl_function_form .snl_formco {
  padding: 0;
}
.snl_function_info {
  margin-top: 38px;
  display: flex;
  justify-content: center;
}
.snl_function_info li {
  width: 27.55%;
  margin: 0 1.7%;
  background: #3c6aa3;
  margin-bottom: 20px;
  border-radius: 50%;
  padding: 7.7% 5px;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  box-shadow: 6px 4px 15px -5px #969696;
  display: flex;
  align-items: center;
}
.snl_function_info li span {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .snl_function_info {
    justify-content: space-between;
  }
  .snl_function_info li {
    width: 31%;
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 768px) {
  .snl_function_anclist {
    margin: 30px 0 30px;
  }
  .snl_function_cont_01 {
    margin: 0!important;
    padding: 9.6vw 0 30px;
  }
  .snl_function_form {
    display: block;
  }
  .snl_function_form_item {
    width: 100%;
  }
  .snl_function_form .snl_cont_ttl {
    text-align: center;
    margin-top: 0;
  }
  .snl_function_form .snl_cont_ttl span{
    text-align: center;
  }
  .snl_function_form .snl_formco {
    padding: 0;
  }
  .snl_function_info {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
  }
  .snl_function_info li {
    width: 31%;
    margin: 0;
    margin-bottom: 20px;
    border-radius: 50%;
    padding: 7.7% 1%;
    font-size: 3.2vw;
  }

}

/* 2025.02.19 */
.snl_int_box {
  position: relative;
  display: grid;
  grid-template-columns: 43.75% 1fr;
  grid-template-rows: auto;
  margin-top: 40px;
  background: #ECF1F6;
  border-radius: 6px;
  overflow: hidden;
  transition: opacity .3s;
}

.snl_int_box:hover {
  opacity: .8;
}

.snl_int_box img {
  vertical-align: middle;
}

.snl_int_box .snl_int_txt {
  padding: 40px 32px;
}

.snl_int_box .snl_int_txt>p {
  color: #0D478E;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.snl_int_box .snl_int_comp {
  display: grid;
  grid-template-columns: 25% 1fr;
  grid-template-rows: auto;
  align-items: center;
  gap: 16px;
  margin-top: 22px;
}

.snl_int_box .snl_int_comp:has(>*:only-child) {
  display: block;
}

.snl_int_box .snl_int_comp p {
  margin-bottom: 0;
}

.snl_int_box .snl_int_btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  transition: 0.3s ease-out 0s;
  padding: 12px 5px;
  color: #0d478e;
  border: 1px solid #0d478e;
  border-radius: 10px;
  background: #fff;
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  width: 182px;
}

.snl_int_box:hover .snl_int_btn {
  color: #fff;
  background: #0d478e;
}

.snl_int_box .snl_int_btn::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 4px;
  height: 4px;
  border-top: 2px solid #0d478e;
  border-right: 2px solid #0d478e;
  transform: rotate(45deg)
}

.snl_int_box:hover .snl_int_btn::before {
  border-color: #fff;
}

@media screen and (max-width: 1024px) {
  .snl_int_box .snl_int_txt {
    padding: 24px 24px 0;
  }
  
  .snl_int_box .snl_int_btn {
    position: relative;
    bottom: auto;
    right: auto;
    grid-area: 2 / 1 / 3 / 3;
    margin: 0 20px  20px  auto;
  }
}

@media screen and (max-width: 767px) {
  .snl_int_box {
    display: block;
    margin-top: 32px;
  }

  .snl_int_box .snl_int_txt {
    padding: 24px;
  }

  .snl_int_box .snl_int_txt>p {
    font-size: 16px;
  }

  .snl_int_box .snl_int_comp {
    margin-top: 24px;
    grid-template-columns: 42% 1fr;
    gap: 8px;
  }

  .snl_int_box .snl_int_comp p {
    font-size: 12px;
  }

  .snl_int_box .snl_int_btn {
    margin: 0 auto 24px;
  }
}