<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*==============================================================================
reset
==============================================================================*/
*{
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  height: auto;
  border: none;
  vertical-align: middle;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
}

  .hide_box_pc{
  display: none;
  }

  .hide_box_sp{
  display: inherit;
  }


/*-----sp_cording-----*/


@media only screen and (max-width: 1300px) and (max-width: 786px){

  .hide_box_pc{
  display: inherit;
  }

  .hide_box_sp{
  display: none;
  }
}



/*==============================================================================
body
==============================================================================*/
body{
    font-family: "ãƒ¡ã‚¤ãƒªã‚ª" , sans-serif;
    font-size: 13px/1.231 Arial, Helvetica, clean, sans-serif;
    width: 100%;
}

/*------------------------------------------------
floating
------------------------------------------------*/
.floating {
    bottom: 1%;
    right: 1%;
    position: fixed;
    z-index: 2000;
    background: #161B61;
    padding: 20px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
}

.floating a{
    color: #ffffff;
    list-style: none;
    text-decoration: none;
}

/*-----sp_cording-----*/

@media only screen and (max-width: 1300px) and (max-width: 786px){
  .floating{
  display: none;
  }
}


/*------------------------------------------------
contact_fixed
------------------------------------------------*/
#contact_fixed{
  width: 100%;
  height: auto;
  z-index: 999;
  background: rgba(18,24,47,0.9) no-repeat;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px 0;
}

.various_assessments{
  width: 1000px;
  height: 135px;
  margin: 0 auto;
}

.tel-assessment,
.online-assessment{
  float: left;
  margin: 0 1%;
  border-radius: 10px;
  padding: 10px;
}

.tel-assessment h3,
.online-assessment h3{
  width: 100%;
  background: #fff;
  border-radius: 5px;
}

.tel-assessment,
.tel-assessment:link,
.tel-assessment:visited,
.tel-assessment:active{
  width: 58%;
  height: 100%;
  background: #036eb8;
  border-bottom: 2px solid #161b61;
}

.tel-assessment:hover{
  background: #17489d;
  border-bottom: 0;
  border-top: 2px solid #161b61;
}

.tel-assessment:hover h3{
  color: #17489d;
}

.tel-assessment h3{
  font-size: 20px;
  color: #036eb8;
}

.tel-assessment dl{
  width: 100%;
}

.tel-assessment dl dt{
  width: 100%;
  height: 45px;
  margin: 5px 0;
  font-size: 44px;
  font-weight: bold;
  color: #fff;
  line-height: 45px;
}

.tel-assessment dl dd{
  font-weight: bold;
  color: #fff;
}

.tel-assessment dl dt img{
  height: 100%;
  margin-right: 5px;
}

.online-assessment,
.online-assessment:link,
.online-assessment:visited,
.online-assessment:active{
  width: 38%;
  height: 100%;
  background: #E6942B;
  border-bottom: 2px solid #AC3823;
}

.online-assessment:hover{
  background: #FF6600;
  border-bottom: 0;
  border-top: 2px solid #AC3823;
}

.online-assessment:hover h3{
  color: #FF6600;
}

.online-assessment h3{
  color: #E6942B;
  font-size: 30px;
  padding: 20px 0;
}

.online-assessment p{
  color: #fff;
  font-weight: bold;
  margin-top: 5px;
}


/*-----sp_cording_start-----*/
@media only screen and (max-width: 1300px) and (max-width: 786px){

  .various_assessments{
    width: 95%;
    height: 100px;
    margin: 0 2.5%;
  }

  .free_info{
    color: #fff;
  }

  .tel-assessment,
  .online-assessment{
    width: 48%;
    float: left;
    margin: 0 1%;
    border-radius: 10px;
    padding: 10px;
  }

  .tel-assessment h3,
  .online-assessment h3{
    width: 100%;
    background: #fff;
    border-radius: 5px;
  }

  .tel-assessment,
  .tel-assessment:link,
  .tel-assessment:visited,
  .tel-assessment:active,
  .tel-assessment:hover{
    width: 48%;
    height: auto;
  }

  .tel-assessment h3{
    color: #036eb8;
  }

  .online-assessment,
  .online-assessment:link,
  .online-assessment:visited,
  .online-assessment:active,
  .online-assessment:hover{
    width: 48%;
    height: auto;
  }

  .online-assessment h3{
    font-size: 20px;
    padding: 0;
  }

  .tel-assessment p{
  color: #fff;
  font-weight: bold;
  margin-top: 5px;
  }

  .tel-assessment p,
  .online-assessment p{
    font-size: 12px;
   }
}
/*-----sp_cording_end-----*/


/*==============================================================================
wrapper
==============================================================================*/
#wrapper_a{
width: 100%;
  height: auto;
}

#wrapper_a_b{
  width: 100%;
  height: auto;
  background: url(../../img/bk_home_image_e.jpg) no-repeat;
  }

#wrapper_b{
  width: 100%;
  text-align: center;
  margin: 0px auto;
}

.wrapper_c{
  width: 1000px;
  margin: 0px auto;
  padding: 50px 0;
}

.wrapper_d{
  width: 1280px;
  margin: 0px auto;
}


/*-----sp_cording-----*/

@media only screen and (max-width: 1300px) and (max-width: 786px){
  #wrapper_a,
  #wrapper_a_b,
  .wrapper_c,
  .wrapper_d{
    width: 100%;
    height: auto;
  }

  #wrapper_a{
    padding-top: 70px;
  }

  #wrapper_a_b{
    background: url(../../img/bk_home_image_e.jpg) no-repeat;
    }

  .wrapper_c{
    margin: 0px auto;
    padding: 50px 0;
  }

  .wrapper_d{
    margin: 0px auto;
  }
}
/*-----sp_cording_end-----*/


/*==============================================================================
pan
==============================================================================*/
#pan{
  width: 100%;
  background: #E5EDF2;
}

#pan p,
#pan p a{
  font-size: 14px;
  width: 1280px;
  text-align: left;
  padding: 10px 0;
  margin: 0 auto ;
  }


/*-----sp_cording-----*/

@media only screen and (max-width: 1300px) and (max-width: 786px){
  #pan{
    width: 100%;
    background: #E5EDF2;
  }

  #pan p,
  #pan p a{
    font-size: 8px;
    width: 100%;
    text-align: left;
    padding: 10px;
    margin: 0 auto ;
  }
}
/*-----sp_cording_end-----*/


/*==============================================================================
h
==============================================================================*/
/*h1*/
h1{
  width: 75%;
  height: 30px;
  font-size: 14px;
  color: #fff;
  text-align: left;
  line-height: 30px;
  position: absolute;
  top: 0px;
  left: 25%;
}


/*h2*/
.all_main_title,
.all_main_title span{
  font-size: 26px;
  text-align: left;
}


/*-----sp_cording-----*/

@media only screen and (max-width: 1300px) and (max-width: 786px){
  h1{
    width: 100%;
    height: 20px;
    font-size: 8px;
    line-height: 20px;
    position: fixed;
    left: 0;
    padding: 0 5px;
    overflow: hidden;
    background: #222e3d;
  }


  /*h2*/
  .all_main_title,
  .all_main_title span{
    font-size: 22px;
    text-align: left;
  }
}

/*==============================================================================
header
==============================================================================*/
#header{
  width: 100%;
  height: 140px;
  position: relative;
  background: linear-gradient(to bottom, #222e3d, #222e3d 30px, #fff 31px, #fff 90px, #182447 91px, #182447 120px);
  z-index: 999;
}

#header .header_main{
  width: 1280px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

#h_contact{
  width: 75%;
  height: 60px;
  position: absolute;
  top: 30px;
  right: 0%;
}

#h_contact li{
  width: 50%;
  height: 60px;
  float: left;
  color: #c30d22;
  padding: 10px 0;
  display: inline-block;
}

#h_contact li img{
  vertical-align: middle;
  float: left;
}

#h_contact li span{
  width: 15%;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  float: left;
  text-align: center;
  line-height: 20px;
}

#h_contact li a
#h_contact li a:hover,
#h_contact li a:visited,
#h_contact li a:link,
#h_contact li a:active,
#h_contact .assessment_buttom a
#h_contact .assessment_buttom a:hover,
#h_contact .assessment_buttom a:visited,
#h_contact .assessment_buttom a:link,
#h_contact .assessment_buttom a:active{
  height: 40px;
  float: left;
}

#h_contact li a
#h_contact li a:hover,
#h_contact li a:visited,
#h_contact li a:link,
#h_contact li a:active{
  width: 65%;
  color: #c30d22;
  font-size: 39px;
  font-weight: bold;
  line-height: 40px;
}

#h_contact .assessment_buttom a
#h_contact .assessment_buttom a:hover,
#h_contact .assessment_buttom a:visited,
#h_contact .assessment_buttom a:link,
#h_contact .assessment_buttom a:active{
  width: 45%;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  margin-right: 10px;
}

#h_logo{
  position: absolute;
  width: 20%;
  top: 0;
  left: 2.5%;
}

/*-----sp_cording-----*/

@media only screen and (max-width: 1300px) and (max-width: 786px){
  #header{
    height: auto;
    position: fixed;
    top: 20px;
    left: 0;
    background: none;
  }

  #header .header_main{
    width: 100%;
    height: 100%;
  }

  #h_logo{
    position: absolute;
    width: 36%;
    left: 7.5%;
    z-index: 3000;
  }
}


/*------------------------------------------------
h_menu
------------------------------------------------*/
#h_menu{
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  clear: both;
}

/*-----sp_cording-----*/

@media only screen and (max-width: 1300px) and (max-width: 786px){
  #h_menu{
    position: fixed;
    top: 20px;
    left: 0;
    background: #182447;
  }
}

/*-----sp_cording_end-----*/


/*------------------------------------------------
h_menu_a
------------------------------------------------*/
.nav{
  width: 1280px;
  height: 50px;
}

.nav .h_btn_sales,
.nav .h_btn_parchace{
  width: 10%;
  height: 50px;
  text-align: center;
  float: left;
  margin: 0;
}

.nav .h_btn_sales a,
.nav .h_btn_parchace a{
  width: 100%;
  height: 50px;
  list-style: none;
  color: #fff;
  text-align: center; 
  font-size: 26px;
  font-weight: bold;
  display: inline-block;
  line-height: 50px;
}

.nav .h_btn_sales{
  background: #036eb8;
}

.nav .h_btn_parchace{
  background: #006834;
}

.nav li{
  height: 50px;
  list-style: none;
  display: inline-block;
  margin-left: 30px;
}

.nav li a{
  width: 100%;
  height: 50px;
  color: #fff;
  font-size: 16px;
  line-height: 50px;
}


/*-----sp_cording-----*/

@media screen and (max-width: 1300px) and (min-width: 787px){
  .nav-wrap {
    display: block !important;
  }
}

@media screen and (max-width: 1300px) and (max-width: 786px){

  .sp_plas_menus{
    width: 120px;
    height: 50px;
    display: block;
    margin-left: 50%;
    border-left: 1px solid #fff;
  }

  .sp_plas_menus li{
    width: 58px;
    height: 50px;
    float: left;
    padding: 0 5px;
    border-right: 1px solid #fff;
  }

  .sp_plas_menus li a,
  .sp_plas_menus li img,
  .sp_plas_menus li p,
  .sp_plas_menus li span{
    width: 100%;
    display: inline-block;
    position: relative;
    text-align: center;
  }

  .sp_plas_menus li a{
    height: 100%;
    color: #fff;
  }

  .sp_plas_menus li img,
  .sp_plas_menus li p{
    height: 35px;
    font-size: 30px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .sp_plas_menus li span{
    height: 15px;
    font-size: 10px;
    line-height: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .nav-button {
    display: block;
    cursor: pointer;
  }

  .nav-wrap.open {
    display: block;
  }

  .nav-wrap.close {
    display: none;
  }

  .nav-wrap {
    position: fixed;
    left: 0;
    top: 70px;
    display: none;
    z-index: 1500;
    background-color: rgba(18,22,47,0.9);
    width: 100%;
    height: 100%;
  }

  .nav-wrap .nav {
    width: 100%;
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .nav .h_btn_sales,
  .nav .h_btn_parchace,
  .nav-wrap li{
    width: 50%;
    height:60px;
    display: block;
    margin: 0;
    float: left;
    line-height: 60px;
    border-bottom: 1px solid #645872;
    background: none;
  }

  .nav .h_btn_sales a,
  .nav .h_btn_parchace a,
  .nav-wrap li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 0 15px;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
  }

  /*ãƒ¡ãƒ‹ãƒ¥ãƒ¼ãƒœã‚¿ãƒ³ã®ã‚¨ãƒ•ã‚§ã‚¯ãƒˆ*/
  .nav-button,
  .nav-button span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }

  .nav-button {
    z-index: 20;
    position: relative;
    width: 8%;
    height: 44px;
    margin: 6px 19px 0 87%;
  }

  .nav-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
  }

  .nav-button span:nth-of-type(1) {
    top: 0;
  }

  .nav-button span:nth-of-type(2) {
    top: 10px;
  }

  .nav-button span:nth-of-type(3) {
    top: 20px;
  }

  .nav-button p {
    position: absolute;
    bottom: 1px;
    color: #fff;
    font-size: 12px;
  }

  .nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(16px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }

  .nav-button.active span:nth-of-type(2) {
    opacity: 0;
  }

  .nav-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-16px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
}

/*-----sp_cording_end-----*/



/*==============================================================================
kaitori_main
==============================================================================*/
#kaitori_main{
  width: 100%;
}

#lp_section_a,
#lp_section_b,
#lp_section_c,
#lp_section_d{
  width: 100%;
  height: auto;
  overflow: hidden;
}

/*lp_section*/
.lp_section{
  padding: 50px 0 0;
  text-align: left;
}

#lp_section_a,
#lp_section_b,
#lp_section_c,
#lp_section_d
#lp_section_e
#lp_section_f{
  width: 100%;
  height: auto;
  overflow: hidden;
}

#lp_section_a,
#lp_section_c,
#lp_section_f{
  background: #182447;
  border-bottom: 1px solid #fff;
}


.lp_sec_box,
.lp_sec_box_b{
  height: auto;
  margin: 0 auto;
  padding: 50px 0;
}


/*lp_sec_box*/
.lp_sec_box{
  width: 1180px;
}

/*lp_sec_box_b*/
.lp_sec_box_b{
  width: 1000px;
}

/*lp_title*/
.lp_title{
  font-size: 50px;
  font-weight: bold;
  text-align: center;
}

/*lp_title_b*/
.lp_title_b{
  font-size: 38px;
  font-weight: bold;
  text-align: left;
}

/*lp_title_c lp_title_d*/
.lp_title_c,
.lp_title_d{
  width: 100%;
  height: 200px;
}

.lp_title_c{
  border-bottom: 100px solid #fff;
}

.lp_title_d,
.lp_title_e{
  border-bottom: 100px solid #161B61;
}

.lp_title_box,
.lp_title_box{
  width: 1000px;
  height: 200px;
  margin: 0 auto;
}

.lp_title_box img,
.lp_title_box dl{
  float: left;
}

.lp_title_box dl dd{
  height: 50px;
  font-size: 40px;
  color: #fff;
  margin: 50px 0 0 20px;
  line-height: 50px;
}

.lp_title_c .lp_title_box dl dd,
.lp_title_f .lp_title_box dl dd{
  color: #fff;
}

.lp_title_d .lp_title_box dl dd,
.lp_title_e .lp_title_box dl dd{
  color: #161B61;
}

.lp_title_c .lp_title_box dl dt h2,
.lp_title_d .lp_title_box dl dt h2{
  height: 100px;
  font-size: 60px; 
  line-height: 100px;
  margin: 0 0 0 20px;
}

.lp_title_c .lp_title_box dl dt h2,
.lp_title_f .lp_title_box dl dt h2{
  color: #161B61;
}

.lp_title_d .lp_title_box dl dt h2,
.lp_title_e .lp_title_box dl dt h2{
  color: #fff;
}


/*lp_contact_info*/
.lp_contact_info{
  clear: both;
  width: 100%;
  height: 220px;
  background: #F7F7F7;
  border: 1px solid #B4B5B5;
  position: relative;
}

.lp_contact_info h5{
  width: 100%;
  height: 85px;
  border-bottom: 10px solid #B6CDD9;
  text-align: center;
  font-size: 30px;
  line-height: 85px;
}

.lp_contact_info h5 img{
  vertical-align: middle;
}

.lp_contact_info h5 span{
  font-size: 30px;
  color: #C30D22;
}

.lp_contact_info ul{
  width: 90%;
  height: auto;
  padding: 20px;
  overflow: hidden;
  z-index: 10;
}

.lp_contact_info ul li{
  width: 30%;
  padding: 10px 0;
  margin: 0 1.5%;
  text-align: center;
  border-radius: 10px;
  background: #036EB8;
  float: left;
}

.lp_contact_info ul li a,
.lp_contact_info ul li a:link,
.lp_contact_info ul li a:hover,
.lp_contact_info ul li a:visited,
.lp_contact_info ul li a:active{
  width: 100%;
  height: auto;
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

.lp_contact_info ul li a img{
  margin-right: 5px;
  vertical-align: middle;
}

.lp_contact_info p{
  clear: both;
  background: #B6CDD9;
  color: #627A86;
  padding: 5px 0;
  text-align: center;
}

.lp_contact_info .guidance_woman{
  width: auto;
  height: 95%;
  position: absolute;
  bottom: 0;
  right: 1%;
}

/*-----sp_cording_start-----*/

@media only screen and (max-width: 1300px) and (max-width: 786px){
  .lp_section{
    padding: 0;
  }

  /*lp_sec_box*/
  .lp_sec_box,
  .lp_sec_box_b{
    width: 95%;
    padding: 0 0 50px;
  }


  /*lp_title*/
  .lp_title{
    font-size: 28px;
  }

  /*lp_title_b*/
  .lp_title_b{
    font-size: 20px;
  }

  /*lp_title_c lp_title_d*/
  .lp_title_c,
  .lp_title_d{
    width: 100%;
    height: 100px;
  }

  .lp_title_c{
    border-bottom: 50px solid #fff;
    width: 100%;
    padding: 0 2.5%;
  }

  .lp_title_d,
  .lp_title_e{
    border-bottom: 50px solid #161B61;
  }

  .lp_title_box,
  .lp_title_box{
    width: 100%;
    height: 100px;
    margin: 0;
    position: relative;
  }

  .lp_title_box dl{
    float: none;
  }

  .lp_title_box img{
    width: 42px;
    position: absolute;
    top: 5px;
    left: 2.5%;
  }

  .lp_title_box dl dd{
    height: 50px;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 0 60px;
    line-height: 50px;
  }

  .lp_title_c .lp_title_box dl dd,
  .lp_title_f .lp_title_box dl dd{
    color: #fff;
  }

  .lp_title_d .lp_title_box dl dd,
  .lp_title_e .lp_title_box dl dd{
    color: #161B61;
  }

  .lp_title_c .lp_title_box dl dt h2,
  .lp_title_d .lp_title_box dl dt h2{
    height: 50px;
    font-size: 28px; 
    line-height: 50px;
    text-align: center;
    margin: 0px;
  }

  .lp_title_c .lp_title_box dl dt h2,
  .lp_title_f .lp_title_box dl dt h2{
    color: #161B61;
  }

  .lp_title_d .lp_title_box dl dt h2,
  .lp_title_e .lp_title_box dl dt h2{
    color: #fff;
  }


  /*lp_contact_info*/
  .lp_contact_info{
    height: auto;
    border: 1px solid #B4B5B5;
    position: relative;
  }

  .lp_contact_info h5{
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    padding: 10px;
    height: auto;
  }

  .lp_contact_info h5 span{
    font-size: 18px;
  }

  .lp_contact_info ul{
    padding: 0;
    margin: 10px 5%;
  }

  .lp_contact_info ul li{
    width: 100%;
    padding: 10px 0;
    margin: 10px 0;
    text-align: center;
    float: none;
  }

  .lp_contact_info ul li a,
  .lp_contact_info ul li a:link,
  .lp_contact_info ul li a:hover,
  .lp_contact_info ul li a:visited,
  .lp_contact_info ul li a:active{
    width: 100%;
    height: auto;
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
  }

  .lp_contact_info ul li a img{
    margin-right: 5px;
    vertical-align: middle;
  }

  .lp_contact_info p{
    font-size: 14px;
  }

}
/*-----sp_cording_end-----*/

/*------------------------------------------------------------------------------------------------
  lp_top
-------------------------------------------------------------------------------------------------*/
#lp_top{
  background: url(../../img/top_bk_kaitori.jpg) no-repeat;
  background-position: center center;
  background-size: 100%;
}

#lp_top img{
  width: 1000px;
  text-align: center;
  margin: 0 auto;
}

/*-----sp_cording_start-----*/

@media only screen and (max-width: 1300px) and (max-width: 786px){
  #lp_top{
    background: none;
  }

  #lp_top img{
    width: 100%;
    margin: 0;
  }

}
/*-----sp_cording_end-----*/

/*-------------------------------------------------------------------------------------------------
  lp_section_a
-------------------------------------------------------------------------------------------------*/
#lp_section_a{
  background: #182447;
}

#lp_section_a h2{
  color: #fff;
}

#lp_section_a h2 span{
  font-size: 50px;
  font-weight: bold;
  color: yellow;
}

#lp_section_a dl{
  width: 19%;
  height: auto;
  margin: 30px 0.5% 10px;
  float: left;
  background: #fff;
}

#lp_section_a #lp_section_a_b dl{
  width: 16%;
  height: auto;
  margin: 30px 0.33% 10px;
  float: left;
  background: #fff;
}

#lp_section_a dl .lp_sec_a_image img{
  width: 100%;
  height: auto;
}

#lp_section_a dl dt{
  width: 100%;
  height: 55px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 55px;
  border-bottom: 8px solid #C30D22;
}

#lp_section_a dl .lp_sec_a_data_a{
  height: 40px;
  line-height: 40px;
}

#lp_section_a dl .lp_sec_a_data_a span{
  width: 36%;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
  background: #dcdcdc;
}

#lp_section_a dl .lp_sec_a_data_b{
  background: #C30D22;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 5px;
  color: #fff;
  text-align: center;
}

#lp_section_a dl .lp_sec_a_data_b .high_price_b{
  color: #fff;
  font-size: 32px;
  margin: 0 2%;
  color: yellow;
}

#lp_section_a .lp_sec_a_data_c{
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 30px 0;
  clear: both;
}

#lp_section_a .lp_sec_a_data_c span{
  font-size: 50px;
  font-weight: bold;
  color: yellow;
  text-align: center;
  padding: 30px 0;
  clear: both;
}

/*-----sp_cording_start-----*/

@media only screen and (max-width: 1300px) and (max-width: 786px){
  #lp_section_a{
    padding-top: 30px;
  }

  #lp_section_a h2 span{
    font-size: 38px;
  }

  #lp_section_a dl,
  #lp_section_a #lp_section_a_b dl{
    width: 49%;
  }

  #lp_section_a dl .lp_sec_a_image img,
  #lp_section_a #lp_section_a_b .lp_sec_a_image img{
    height: 145px;
  }

  #lp_section_a dl dt{
    height: auto;
    font-size: 16px;
  }

  #lp_section_a dl .lp_sec_a_data_a{
    height: auto;
    line-height: auto;
    text-align: center;
  }

  #lp_section_a dl .lp_sec_a_data_a span{
    width: 100%;
    margin: 0;
  }

  #lp_section_a dl .lp_sec_a_data_b .high_price_a{
    display: inline-block;
    width: 100%;
    text-align: center;
  }

  #lp_section_a .lp_sec_a_data_c{
    font-size: 26px;
    padding: 10px 0 0;
  }

  #lp_section_a .lp_sec_a_data_c span{
    font-size: 40px;
  }
}
/*-----sp_cording_end-----*/




/*-------------------------------------------------------------------------------------------------
  lp_section_b
-------------------------------------------------------------------------------------------------*/
#lp_section_b .lp_sec_b_data_a{
  width: 100%;
  height: 441px;
  position: relative;
}

#lp_section_b .lp_sec_b_data_a h2{
  width: 68%;
  height: auto;
  position: absolute;
  top: 0;
  left: 5%;
}

#lp_section_b .lp_sec_b_data_a ul{
  width: 85%;
  height: auto;
  background: #FDE8B9;
  border-radius: 10px;
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 7.5%;
}

#lp_section_b .lp_sec_b_data_a ul li{
  width: 60%;
  font-size: 28px;
  list-style-type: disc;
  margin: 15px 0 15px 50px;
}

#lp_section_b .lp_sec_b_data_a img{
  position: absolute;
  bottom: 0;
  right: 5%;
  z-index: 10;
}

#lp_section_b .lp_sec_b_data_b{
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  margin: 50px 0;
}

#lp_section_b .lp_sec_b_data_c{
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  margin: 50px 0;
  padding: 30px 0;
  background: #C30D22;
}

/*-----sp_cording_start-----*/

@media only screen and (max-width: 1300px) and (max-width: 786px){
  #lp_section_b .lp_sec_b_data_a{
    height: auto;
    position: static;
  }

  #lp_section_b .lp_sec_b_data_a h2{
    width: 100%;
    position: static;
    margin-bottom: 20px;
  }

  #lp_section_b .lp_sec_b_data_a ul{
    width: 100%;
    position: static;

  }

  #lp_section_b .lp_sec_b_data_a ul li{
    width: 100%;
    font-size: 16px;
    margin: 10px 0;
    list-style-position: inside;
  }

  #lp_section_b .lp_sec_b_data_a img{
    display: none;
  }

  #lp_section_b .lp_sec_b_data_b{
    font-size: 18px;
    margin: 20px 0;
  }

  #lp_section_b .lp_sec_b_data_c{
    font-size: 26px;
  }
}
/*-----sp_cording_end-----*/


/*-------------------------------------------------------------------------------------------------
  lp_section_c
-------------------------------------------------------------------------------------------------*/
#lp_section_c{
  background: #182447;
}

#lp_section_c h3{
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  clear: both;
  padding: 30px 0 10px;
}


#lp_section_c .lp_sec_c_point{
  width: 95%;
  height: 260px;
  border: 8px solid #888889;
  background: #fff;
  clear: both;
  margin: 0 2.5% 30px;
}


#lp_section_c .lp_sec_c_point .lp_sec_c_point_image,
#lp_section_c .lp_sec_c_point dl{
  float: left;
}

#lp_section_c .lp_sec_c_point .lp_sec_c_point_image{
  height: 100%;
}

#lp_section_c .lp_sec_c_point dl{
  width: 61%;
  height: auto;
  padding: 0 4%;
}

#lp_section_c .lp_sec_c_point dl dt{
  font-size: 26px;
  font-weight: bold;
  border-bottom: 1px solid #888889;
}

#lp_section_c .lp_sec_c_point dl dt img{
  width: 12%;
  vertical-align: middle;
  margin-right: 10px;
}

#lp_section_c .lp_sec_c_point dl .lp_sec_c_data{
  height: 130px;
  padding-top: 10px;
}

#lp_section_c .lp_sec_c_point dl .lp_sec_c_list{
  height: 50px;
}

#lp_section_c .lp_sec_c_point dl .lp_sec_c_list ul{
  width: 100%;
}

#lp_section_c .lp_sec_c_point dl .lp_sec_c_list li{
  float: left;
  color: #fff;
  font-size: 14px;
  background: #C30D22;
  border-radius: 50px;
  padding: 5px 14px;
  margin-right: 5px;
}

/*-----sp_cording_start-----*/

@media only screen and (max-width: 1300px) and (max-width: 786px){
  #lp_section_c h3{
    font-size: 26px;
  }


  #lp_section_c .lp_sec_c_point{
    width: 100%;
    height: auto;
    margin: 0 0 10px;
    overflow: hidden;
  }


  #lp_section_c .lp_sec_c_point .lp_sec_c_point_image,
  #lp_section_c .lp_sec_c_point dl{
    float: none;
  }

  #lp_section_c .lp_sec_c_point .lp_sec_c_point_image{
    width: 100%;
    height: auto;
  }

  #lp_section_c .lp_sec_c_point dl{
    width: 100%;
    padding: 10px 4%;
  }

  #lp_section_c .lp_sec_c_point dl dt{
    font-size: 20px;
  }

  #lp_section_c .lp_sec_c_point dl .lp_sec_c_data{
    height: auto;
    margin-bottom: 20px;
  }

  #lp_section_c .lp_sec_c_point dl .lp_sec_c_list{
    height: auto;
  }

  #lp_section_c .lp_sec_c_point dl .lp_sec_c_list li{
    width: 48%;
    text-align: center;
    margin: 0 1% 10px;
  }
}
/*-----sp_cording_end-----*/


/*-------------------------------------------------------------------------------------------------
  lp_section_d
-------------------------------------------------------------------------------------------------*/
#lp_section_d{
  width: 100%;
  height: auto;
  overflow: hidden;
}

#lp_section_d .flow_list_box{
  width: 100%;
  overflow: hidden;
  padding-bottom: 30px;
}

#lp_section_d .flow_list{
  width: 25%;
  height: auto;
  float: left;
  padding: 2.5%;
  margin: 30px 0px;
  border-left: 1px solid #dcdcdd;
  border-right: 1px solid #dcdcdd;
}

#lp_section_d .flow_list dt{
  width: 100%;
  padding: 20px 0;
}

#lp_section_d .flow_list dd{
  width: 100%;
  padding: 10px 0;
}

#lp_section_d .flow_list dd img{
  width: 100%;
}

#lp_section_d .flow_list dt h4,
#lp_section_d .flow_list dt h4 span{
  font-size: 22px;
}

#lp_section_d .flow_list dt h4 span{
  color: #C30D22
}

#lp_section_d .flow_info{
  width: 80%;
  margin: 0 10% 50px;
  background: #FDDD95;
  padding: 30px;
  border-radius: 10px;
  font-size: 22px;
  font-weight: bold;
  text-align: left;
  clear: both;
}

/*-----sp_cording_start-----*/

@media only screen and (max-width: 1300px) and (max-width: 786px){
  #lp_section_d .flow_list{
    width: 100%;
    float: none;
    padding: 20px 0;
    margin: 0px;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #dcdcdd;
  }

  #lp_section_d .flow_list dd{
    padding: 10px 0 0;
  }

  #lp_section_d .flow_list dd img{
    width: 70%;
    margin: 0 15%;
  }

  #lp_section_d .flow_info{
    width: 100%;
    margin: 0 0 50px;
    padding: 18px;
    font-size: 20px;
  }
}
/*-----sp_cording_end-----*/


/*-------------------------------------------------------------------------------------------------
  lp_section_e
-------------------------------------------------------------------------------------------------*/
#lp_section_e{
  background: #dcdcdd;
}

#lp_section_e .voice_list_box{
  width: 46%;
  height: 750px;
  overflow: hidden;
  margin: 0 2% 50px; 
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  float: left;
}

#lp_section_e .voice_list_box .voice_a,
#lp_section_e .voice_list_box .voice_c{
  width: 100%;
  height: auto;
  clear: both;
  padding: 15px 0px;
  overflow: hidden;
}

#lp_section_e .voice_list_box .voice_a img{
  float: left;
}

#lp_section_e .voice_list_box .voice_a ul{
  width: 55%;
  float: right;
}

#lp_section_e .voice_list_box .voice_a ul li{
  height: 50px;
  line-height: 50px;
  font-size: 30px;
}

#lp_section_e .voice_list_box .voice_b{
  width: 100%;
  height: auto;
  clear: both;
  background: #F7F7F7;
  border: 1px solid #B4B5B5;
  overflow: hidden;
}

#lp_section_e .voice_list_box .voice_b ul{
  width: 44.7%;
  float: left;
}

#lp_section_e .voice_list_box .voice_b ul li{
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  text-indent: 1em;
}

#lp_section_e .voice_list_box .voice_b ul .price{
  height: 45px;
  line-height: 45px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #C30D22;
}

#lp_section_e .voice_list_box .voice_b img{
  float: right;
}

#lp_section_e .voice_list_box .voice_c p{
  margin-bottom: 10px;
  text-indent: 1em;
}

/*-----sp_cording_start-----*/

@media only screen and (max-width: 1300px) and (max-width: 786px){
  #lp_section_e .voice_list_box{
    width: 100%;
    height: auto;
    margin: 10px 0; 
    float: none;
  }

  #lp_section_e .voice_list_box .voice_a,
  #lp_section_e .voice_list_box .voice_c{
    width: 100%;
    height: auto;
    clear: both;
    padding: 0 0 15px;
    overflow: hidden;
  }

  #lp_section_e .voice_list_box .voice_a img{
    float: left;
    width: 48%;
  }

  #lp_section_e .voice_list_box .voice_b{
    margin-bottom: 20px;
  }

  #lp_section_e .voice_list_box .voice_a ul{
    width: 50%;
    float: right;
  }

  #lp_section_e .voice_list_box .voice_a ul li{
    height: 50px;
    line-height: 50px;
    font-size: 30px;
  }

  #lp_section_e .voice_list_box .voice_b ul{
    width: 50%;
    float: left;
  }

  #lp_section_e .voice_list_box .voice_b ul li{
    height: auto;
    line-height: normal;
    font-size: 18px;
    text-indent: 0.5em;
  }

  #lp_section_e .voice_list_box .voice_b ul .price{
    height: auto;
    line-height: normal;
    font-size: 20px;
  }

  #lp_section_e .voice_list_box .voice_b img{
    width: 50%;
    float: right;
  }

}
/*-----sp_cording_end-----*/


/*-------------------------------------------------------------------------------------------------
  lp_section_f
-------------------------------------------------------------------------------------------------*/
#lp_assessment{
  width: 1000px;
  margin: 0 auto;
  padding: 50px 5% 100px;
  overflow: hidden;
}


#lp_assessment .lp_assess_title{
  width: 100%;
  padding: 20px;
  margin-right: 2.5%;
  background: #036eb8;
  color: #fff;
  display: flex;
  overflow: hidden;
}

#lp_assessment .lp_assess_title li{
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-right: 10px;
  line-height: 52px;
}


#lp_assessment .lp_assess_title li h5{
  font-size: 28px;
  font-weight: bold;
  background: #fff;
  border-top-left-radius: 25px 50%;
  border-bottom-left-radius: 25px 50%;
  border-top-right-radius: 25px 50%;
  border-bottom-right-radius: 25px 50%;
  padding: 5px 20px;
  color: #036eb8;
}

#lp_assessment .lp_assess_title li span{
  display: inline-block;
  color: #fff;
  font-size: 16px;
  text-align: left;
  line-height: 20px;
}


#lp_assessment .assessment_datas{
  width: 100%;
}

/* â–¼ã‚¿ãƒ– */
#lp_assessment #tabcontrol{
  width: 100%;
}

/* â–¼ã‚¿ãƒ– */
#tabcontrol a{
  width: 50%;
  float: left;
  display: inline-block;            /* ã‚¤ãƒ³ãƒ©ã‚¤ãƒ³ãƒ–ãƒ­ãƒƒã‚¯åŒ– */
  padding: 0.75em 1em;              /* å†…å´ã®ä½™ç™½ */
  color: black;                     /* æ–‡å­—è‰²ï¼šé»’è‰² */
  background-color: white;          /* èƒŒæ™¯è‰²ï¼šç™½è‰² */
  font-weight: bold;                /* å¤ªå­— */
  position: relative;
}

/* â–¼ã‚¿ãƒ–ã«ãƒžã‚¦ã‚¹ãƒã‚¤ãƒ³ã‚¿ãŒè¼‰ã£ãŸéš›(ä»»æ„) */
#tabcontrol a:hover {
  text-decoration: underline;       /* æ–‡å­—ã«ä¸‹ç·šã‚’å¼•ã */
  }

#tabcontrol a span{
  color: #c30d22;
  font-size: 8px;
  }

/* â–¼ã‚¿ãƒ–ã®ä¸­èº« */
#tabbody div,
#tabbody_rs_a div,
#tabbody_rs_b div{
  margin-top: -1px;        /* ä¸Šå´ã«ã‚ã‚‹ã‚¿ãƒ–ã¨1pxã&nbsp;ã‘é‡ã­ã‚‹ãŸã‚ã«ã€Œ-1pxã€ã‚’æŒ‡å®š */
  padding: 20px;            /* å†…å´ã®ä½™ç™½é‡ */
  position: relative;      /* z-indexã‚’èª¿æ•´ã™ã‚‹ãŸã‚ã«å¿…è¦ */
  z-index: 0;              /* é‡ãªã‚Šé&nbsp;†åºã‚’ã€Œæœ€ã‚‚èƒŒé¢ã€ã«ã™ã‚‹ãŸã‚ */
  overflow: hidden;
}

/* â–¼ã‚¿ãƒ–ã®é…è‰² */
#tabcontrol a:nth-child(1), #tabbody div:nth-child(1) { background-color: #ffffdd; }/* 1ã¤ç›®ã®ã‚¿ãƒ–ã¨ãã®ä¸­èº«ç”¨ã®é…è‰² */
#tabcontrol a:nth-child(2), #tabbody div:nth-child(2) { background-color: #ceddf1; }/* 2ã¤ç›®ã®ã‚¿ãƒ–ã¨ãã®ä¸­èº«ç”¨ã®é…è‰² */


#tabbody_rs_a{
  background-color: #ffffdd;
}

#tabbody_rs_b{
  background-color: #ceddf1;
}

#tabbody ul,
#tabbody_rs_a ul,
#tabbody_rs_b ul{
  width: 100%;
  clear: both;
  overflow: hidden;
  padding-bottom: 30px;
}

#tabbody ul li,
#tabbody_rs_a ul li,
#tabbody_rs_b ul li{
  margin-bottom: 20px; 
}

#tabbody ul li h6,
#tabbody_rs_a ul li h6,
#tabbody_rs_b ul li h6{
  width: 100%;
  background: #3399cc;
  padding: 5px 10px;
  border-radius: 10px;
  color: #fff;
}


#tabbody dl{
  width: 48%;
}

#tabbody_rs_a dl,
#tabbody_rs_b dl{
  width: 100%;
}


#tabbody dl,
#tabbody_rs_a dl,
#tabbody_rs_b dl{
  height: 60px;
  margin: 0 1% 15px;
  float: left;
}

#tabbody dl dt,
#tabbody dl dd,
#tabbody_rs_a dl dt,
#tabbody_rs_a dl dd,
#tabbody_rs_b dl dt,
#tabbody_rs_b dl dd{
  float: left;
}

#tabbody dl dt{
  width: 37.5%;
}

#tabbody_rs_a dl dt,
#tabbody_rs_b dl dt{
  width: 20%;
}

#tabbody dl dt,
#tabbody_rs_a dl dt,
#tabbody_rs_b dl dt{
  line-height: 55px;
  font-weight: bold;
  padding-right: 10px;
  text-align: right;
}

#tabbody dl dt .require,
#tabbody_rs_a dl dt .require,
#tabbody_rs_b dl dt .require{
  font-size: 12px;
  padding: 2px;
  background: #c30d22;
  border-radius: 2px;
  color: #fff;
  margin-right: 10px;
}

#tabbody dl dd{
  width: 62.5%;
}

#tabbody_rs_a dl dd,
#tabbody_rs_b dl dd{
  width: 80%;
}


#tabbody dl dd input,
#tabbody dl dd select,
#tabbody_rs_a dl dd input,
#tabbody_rs_b dl dd select,
#tabbody_rs_a dl dd input,
#tabbody_rs_b dl dd select{
  width: 100%;
  height: 60px;
  font-size: 20px;
  padding: 0 10px;
  border-radius: 5px;
  border: 1px solid #dcdcdd;
  background: #fff;
  line-height: 60px;
}

#tabbody dl dd p,
#tabbody_rs_a dl dd p,
#tabbody_rs_b dl dd p{
  width: 100%;
  height: 60px;
  font-size: 20px;
  padding: 0 10px;
  border-left: 1px solid #000;
  line-height: 60px;
}

.lp_assess_btn{
  width: 36%;
  display: block;
  font-size: 22px;
  font-weight: bold;
  border-radius: 10px;
  clear: both;
  margin: 0 auto;
}

.lp_assess_btn input{
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background: none;
}

.return_send{
  margin: 0;
  padding: 0;
}

.return_send li{
  width: 50%;
  margin-bottom: 0;
  float: left;
}

.return_send li .lp_assess_btn{
  width: 80%;
  margin-bottom: 0;
}

/*-----sp_cording_start-----*/
@media only screen and (max-width: 1300px) and (max-width: 786px){
  #lp_assessment{
    width: 100%;
    padding: 20px 5% 100px;
  }

  #lp_assessment .lp_assess_title{
    display: block;
  }


  #lp_assessment .lp_assess_title li h5{
    font-size: 28px;
    padding: 0;
    color: #036eb8;
  }

  #lp_assessment .lp_assess_title li span{
    font-size: 10px;
  }

  #tabbody dl,
  #tabbody_rs_a dl,
  #tabbody_rs_b dl{
    width: 100%;
    height: auto;
    margin: 0px;
  }

  #tabbody dl dt,
  #tabbody_rs_a dl dt,
  #tabbody_rs_b dl dt{
    width: 100%;
    padding-right: 0;
    text-align: left;
  }

  #tabbody dl dd,
  #tabbody_rs_a dl dd,
  #tabbody_rs_b dl dd{
    width: 100%;
  }

  .lp_assess_btn{
    width: 100%;
  }

}
/*-----sp_cording_end-----*/

/*------------------------------------------------
finish
------------------------------------------------*/
.finish{
  background: #fff;
  border-radius: 10px;
  padding: 30px;
}

.finish h2{
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
}

.finish p{
  white-space: pre-wrap;
}

.finish span a{
  width: 100%;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}

/*-----sp_cording_start-----*/

@media only screen and (max-width: 1300px) and (max-width: 786px){
  .finish{
    padding: 15px;
  }

  .finish h2{
    font-size: 18px;
  }

  .finish span a{
    width: 100%;
    font-size: 16px;
  }
}

/*-----sp_cording_end-----*/


/*======================================================================
v_description
======================================================================*/
#v_description{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}


@media only screen and (max-width: 1300px) and (max-width: 786px){
  #v_description{
    display: inline;
  }
}


/*-----sp_cording_end-----*/


/*======================================================================
v_descri_link
======================================================================*/
.v_descri_link{
  width: 35%;
  height: max-content;
  position: sticky;
  top: 0;
  margin-left: 5%;
}

.v_descri_link .v_descri_link_a{
  width: 100%;
  background: #dcdcdd;
  padding: 10px;
}

.v_descri_link .v_descri_link_a h2{
  width: 100%;
  font-size: 24px;
  padding: 20px 0;
  text-align: center;
  background: #1C2045;
  color: #fff;
}

.v_descri_link .v_descri_link_a img{
  width: 100%;
}

.v_descri_link .v_descri_link_a .v_descri_top,
.v_descri_link .v_descri_link_a .v_descri_other{
  width: 100%;
}

.v_descri_link .v_descri_link_a .v_descri_top{

}
.v_descri_link .v_descri_link_a .v_descri_other{
  width: 100%;
}

.v_descri_link .v_descri_link_b li{
  margin-top: 20px;
  padding: 10px 0;
}

.v_descri_link .v_descri_link_b li a,
.v_descri_link .v_descri_link_b li a:visited,
.v_descri_link .v_descri_link_b li a:active,
.v_descri_link .v_descri_link_b li a:link,
.v_descri_link .v_descri_link_b li a:hover{
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}

.v_descri_link .v_descri_link_b .all_button_b a,
.v_descri_link .v_descri_link_b .all_button_b a:visited,
.v_descri_link .v_descri_link_b .all_button_b a:active,
.v_descri_link .v_descri_link_b .all_button_b a:link,
.v_descri_link .v_descri_link_b .all_button_b a:hover,
.v_descri_data .all_button_b a,
.v_descri_data .all_button_b a:visited,
.v_descri_data .all_button_b a:active,
.v_descri_data .all_button_b a:link,
.v_descri_data .all_button_b a:hover{
  color: #40210f;
}


/*======================================================================
v_descri_data
======================================================================*/
.v_descri_data{
  width: 60%;
  text-align: left;
}

.v_descri_data h2{
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #036eb8;
  padding: 10px 0px;
  border-bottom: 5px solid #036eb8;
}

.v_descri_data img{
  margin-bottom: 30px;
  width: 100%;
}

#v_descri_data_a,
#v_descri_data_b,
#v_descri_data_c,
#v_descri_data_d,
#v_descri_data_e{
  width: 100%;
  margin-bottom: 30px;
}

.v_descri_data h3{
  font-size: 20px;
  padding: 40px 0 20px;
  color: #161b61;
}

.v_descri_data p{
  width: 95%;
  padding: 0 2.5%;
  white-space: pre-wrap;
  text-align: left;
  text-indent: 1em;
}

.v_descri_data .all_button_a a,
.v_descri_data .all_button_a a:visited,
.v_descri_data .all_button_a a:active,
.v_descri_data .all_button_a a:link,
.v_descri_data .all_button_a a:hover{
  color: #fff;
}

.v_descri_data .all_button_b{
  margin-bottom: 10px;
}


@media only screen and (max-width: 1300px) and (max-width: 786px){
  .v_descri_link .v_descri_link_a{
    width: 100%;
    background: none;
    padding: 0;
  }

  .v_descri_data,
  .v_descri_data p,
  .v_descri_link{
    width: 100%;
    padding: 0 2.5%;
    position: static;
    margin: 30px 0 30px 0;
  }

  .v_descri_link_a img{
    display: none;
  }

}


/*-----sp_cording_end-----*/


/*==============================================================================
footer
==============================================================================*/
#footer{
  clear: both;
  width: 100%;
  overflow: hidden;
}


/*------------------------------------------------
footer_bottom_all
------------------------------------------------*/
#footer .footer_bottom_all{
  width: 100%;
  background-color: #182447 ;
  overflow: hidden;
}

#footer .footer_bottom_all .footer_comment{
  width: 1280px;
  color: #fff;
  margin: 0 auto;
  padding: 30px 2%;
}


/*------------------------------------------------
footer_main
------------------------------------------------*/
#footer_main{
  width: 1280px;
  height: 195px;
  margin: 30px auto;
  padding: 0 25px;
}

.f_data_a{
  width: 30%;
  height: auto;
  float: right;
  text-align: center;
}

.f_data_b{
  width: 70%;
  height: auto;
  float: left;
}

.f_data_b .yahuoku{
  width: 100%;
  padding: 10px; 
  background-color: #fff;
  overflow: hidden;
}

.f_data_b .yahuoku li{
  float: left;
  font-weight: bold;
  margin-right: 20px;
}

.f_data_b h3{
  width: 100%;
  height: 40px;
  text-align: left;
  line-height: 45px;
  font-size: 20px;
  color: #fff;
}

.f_data_b .c_data{
  width: 100%;
  text-align: left;
  color: #fff;
}

.f_data_b .c_data li{
  float: left;
}

.f_data_b .c_data .f_ad_a{
  width: 15%;
}

.f_data_b .c_data .f_ad_b{
  width: 40%;
}

.f_data_b .c_data .f_ad_c{
  width: 22.5%;
}

.f_data_b .c_data .f_ad_d{
  width: 100%;
}

#f_data .f_logo{
  width: 300px;
  height: 110px;
  position: absolute;
  top: 10px;
  right: 0px;
}

#f_data .free_call{
position: absolute;
top: 120px;
right: 0px;
}


/*------------------------------------------------
footer_sub_links
------------------------------------------------*/
#footer_sub_links{
  width: 1280px;
  height: 900px;
  margin: 0 auto;
  padding: 15px 50px 0;
  overflow: hidden;
}

#footer_sub_links dl{
  width: 30%;
  height: auto;
  float: left;
  padding: 0 2%;
}

#footer_sub_links dl dt,
#footer_sub_links dl dd{
  width: 100%;
  height: auto;
  text-align: left;
  color: #fff;
}

#footer_sub_links dl dt{
  margin: 10px 0 5px; 
  padding: 5px 0;
  border-bottom: 1px solid #1F2B4C;
}

#footer_sub_links dl dt span{
  color: #fff;
  font-size: 10px;
  margin-right: 5px;
}

#footer_sub_links dl dd{
  font-size: 12px;
  text-indent: 1em;
}

#footer_sub_links dl dt a,
#footer_sub_links dl dd a{
width: 100%;
height: 100%;
color: #fff;
}



/*-----sp_cording_start-----*/

@media only screen and (max-width: 1300px) and (max-width: 786px){
  #footer .footer_bottom_all .footer_comment,
  #footer_main,
  .f_data_a,
  .f_data_b,
  .f_data_b h3,
  .f_data_b .c_data,
  #footer_sub_links{
    width: 100%;
    height: auto;
    color: #fff;
    margin: 30px 0;
    padding: 0 2.5%;
    overflow: hidden;
  }

  #footer .footer_bottom_all .footer_comment,
  .c_data{
  font-size: 12px;
  }

  .f_data_a{
    float: none;
  }

  .f_data_b{
    float: none;
  }

  .f_data_b h3{
    text-align: left;
    margin-bottom: 0;
    font-size: 16px;
  }

  .f_data_b h3 span{
    font-size: 10px;
  }

  #f_data .free_call{
    position: static ;
  }

  .f_data_b .c_data{
    margin-top: 5px;
    overflow: hidden;
  }

  .f_data_b .c_data .f_ad_a,
  .f_data_b .c_data .f_ad_b,
  .f_data_b .c_data .f_ad_c,
  .f_data_b .c_data .f_ad_d{
    width: 100%;
    float: none;
  }

  /*------------------------------------------------
  footer_sub_links
  ------------------------------------------------*/
  #footer_sub_links dl{
    width: 100%;
    height: auto;
    float: none;
    padding: 0 2%;
  }

  #footer_sub_links dl dt,
  #footer_sub_links dl dd,
  #footer_sub_links dl dt a,
  #footer_sub_links dl dd a{
    width: 100%;
    height: 50px;
    text-align: left;
    color: #fff;
  }
}
/*-----sp_cording_end-----*/


/*------------------------------------------------
copy_right
------------------------------------------------*/
.copy_right p{
width: 100%;
height: 50px;
text-align: center;
line-height: 50px;
font-size: 13px;
color: #fff;
background: #222e3d;
clear: both;
}
</pre></body></html>