@charset "utf-8";
.pc_only {
  display: block;
}
.sp_only {
  display: none;
}
.w {
  max-width: 1000px;
  margin: auto;
}
/* *****************************************************************************
   PCÓÃ¤Î¥¹¥¿¥¤¥ëÓ›Êö
***************************************************************************** */
@media screen and (min-width: 769px), print {
  /*header #logo {
        top: 10px;
    }*/
  #menu {
    display: none;
  }
  #contents-area {
    position: relative;
    min-width: 1000px;
    /*padding-top: 100px;*/
  }
  footer {
    position: relative;
    background-color: #fff;
    z-index: 40;
  }
  /*main_img_area
        --------------------------------------------------------------------*/
  .main_img_area {
    /*  max-width: 95%;
        margin: auto;*/
    max-width: 1200px;
    padding-bottom: 0 !important;
  }
  .main_img_area img {
    width: 100%;
  }
  /*
  .main_img_bg {
    position: relative;
    background: url("/prospect/img/top_renew/main_bg.svg") no-repeat;
    background-size: contain;
    width: 100%;
    height: 500px;
  }
*/
  /*main_img_op
    -------------------------------------------------------------------------------*/
  .main_img_op img {
    width: 100%;
  }
  .main_img_op:hover {
    opacity: 0.7;
  }
  /*main_btn
    --------------------------------------------------------------------*/
  .main_btn {
    position: relative;
    left: 50px;
    top: 170px;
    width: 280px;
    display: block;
  }
  .main_btn > * {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .main_btn .main_text {
    width: 182px;
  }
  .main_btn .main_btn_b {
    width: 46px;
    background: url("/prospect/img/top_renew/mian_btn_on.svg") no-repeat;
    background-size: 99.7%;
    transition: 0.2s;
  }
  .main_img_area:hover .main_btn .main_btn_b img {
    opacity: 0;
    transition: 0.2s;
  }
  /*main_img
        --------------------------------------------------------------------*/
  .main_img {
    position: relative;
  }
  .main_img img + img {
    position: absolute;
    top: 0;
    left: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    transition: 0.2s;
  }
  .main_img_area:hover .main_img img + img {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    transition: 0.2s;
  }
  /*link_btn
    -------------------------------------------------------------------------------------------------------------*/
  .link_btn {
    position: relative;
    z-index: 1;
    padding-bottom: 50px;
  }
  .main_img_op + .link_btn {
    margin-top: 20px;
    padding-bottom: 30px;
  }
  .main_img_op + .main_img_op {
    margin-top: 20px;
  }
  .link_btn_list {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
  }
  .link_btn_list > li {
    width: 49.4%;
    margin-right: 1.2%;
    margin-bottom: 1.2%;
  }
  .link_btn_list > li:nth-child(2n) {
    margin-right: auto;
  }
  .link_btn_list > li > * {
    text-align: left;
    position: relative;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 1px;
    background: #62c373;
    display: block;
    padding: 60px 0 60px 120px;
  }
  .link_btn_list > li > *:before,
  .link_btn_list > li > *:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-0%, -50%);
    -moz-transform: translate(-0%, -50%);
    -ms-transform: translate(-0%, -50%);
    transform: translate(-0%, -50%);
  }
  .link_btn_list > li > *:after {
    background: url("/prospect/img/top_renew/arrow.svg") no-repeat;
    background-size: contain;
    width: 46px;
    height: 46px;
    right: 30px;
  }
  .link_btn_list > li > *:hover {
    background: #fc595a !important;
    opacity: 1 !important;
  }
  .link_btn_list > li > *:hover:after {
    background: url("/prospect/img/top_renew/arrow_ff.svg") no-repeat;
    background-size: contain;
  }
  /*pc*/
  /*ico
    -------------------------------------------------------------------------------------------------------------*/
  .link_btn_list > li > *:before {
    background: url("/prospect/img/top_renew/ico_hand.svg") no-repeat;
    width: 48px;
    height: 52px;
    background-size: contain;
    left: 30px;
  }
  .ico_movie > * {
    background: #2078c2 !important;
  }
  .ico_movie > *:before {
    background: url("/prospect/img/top_renew/ico_movie.svg") no-repeat !important;
    width: 48px !important;
    height: 36px !important;
  }
  .ico_money > * {
    background: #665091 !important;
  }
  .ico_money > *:before {
    background: url("/prospect/img/top_renew/ico_book.svg") no-repeat !important;
    width: 51px !important;
    height: 33px !important;
  }
  .ico_net > * {
    /*background: #eba54d !important;*/
    background: #00b4d5 !important;
  }
  .ico_net > *:before {
    background: url("/prospect/img/top_renew/ico_pc.svg") no-repeat !important;
    width: 48px !important;
    height: 36px !important;
  }
  .ico_net.ico_op > *:before {
    background: url("/prospect/img/top_renew/ico_op.svg") no-repeat !important;
    width: 48px !important;
    height: 36px !important;
  }
  /*p_info
    -------------------------------------------------------------------------------------------------------------*/
  .title_l {
    font-size: 24px;
    font-weight: bold;
  }
  .p_info {
    padding-bottom: 60px;
  }
  .p_info_list {
    padding: 40px 0 20px 0;
  }
  .p_info_list li {
    font-size: 14px;
    text-align: left;
    border-bottom: solid 1px #cccccc;
  }
  .p_info_list li:first-child {
    border-top: solid 1px #cccccc;
  }
  .p_info_list .p_info_list_inner {
    display: flex;
    padding: 15px 0;
    margin: auto;
    max-width: 95%;
  }
  .p_date {
    color: #ff9c00;
    width: 15%;
  }
  .p_text_box {
    width: 85%;
  }
  .p_info_list li > a:hover > * {
    opacity: 0.5 !important;
    transition: 0.2s;
  }
  .more {
    text-align: right;
  }
  .more > * {
    text-decoration: underline !important;
  }
  .more > *:hover {
    color: #fc595a;
    opacity: 1 !important;
    text-decoration: none !important;
  }
  /*support_con
    -------------------------------------------------------------------------------------------------------------*/
  .bg_gray {
    background: #f5f1ed;
  }
  .support_con {
    padding: 50px 0;
  }
  .support_con_list {
    padding: 50px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .support_con_list li {
    width: 24%;
    margin-right: 1%;
    margin-bottom: 1%;
  }
  .support_con_list li:nth-child(4n) {
    margin-right: 0;
  }
  .support_con_list li > * {
    font-size: 14px;
    color: #373637;
    border: solid 1px #373637;
    padding: 20px 0;
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
  }
  .support_con_list li:hover > * {
    border: solid 1px #fc595a;
    background: #fc595a;
    color: #fff;
    opacity: 1 !important;
  }
  /*line_area
    -------------------------------------------------------------------------------------------------------------*/
  .line_area {
    background: #2cbf13;
    padding: 20px 0 0 0;
    overflow: hidden;
    color: #fff;
  }
  .line_area a {
    text-align: left;
    color: #fff;
  }
  .line_flex {
    display: flex;
    justify-content: space-between;
  }
  .line_flex .text_box {
    width: 300px;
    margin-top: 30px;
  }
  .line_flex > .text_box > * > * {
    margin-bottom: 10px;
  }
  .line_btn {
    margin-top: 30px;
    background: url("/prospect/img/top_renew/arrow_hover.svg") no-repeat;
    background-size: contain;
    width: 46px;
    height: 46px;
  }
  .line_btn img {
    width: 100%;
  }
  .line_flex:hover .line_btn img {
    opacity: 0;
    transition: 0.2s;
  }
  .line_flex .img {
    width: 567px;
    margin-right: 50px;
  }
  .line_flex img {
    width: 100%;
  }
  .line_flex:hover .img {
    background: url("/prospect/img/top_renew/line_img_on.svg") no-repeat;
    background-size: contain;
  }
  .line_flex:hover img {
    opacity: 0;
    transition: 0.2s;
  }
}
/* *****************************************************************************
   È«¹²Í¨ÓÃ¤Î¥¹¥¿¥¤¥ëÓ›Êö
***************************************************************************** */
/*prospect_slider*/
.prospect_slider img {
  width: 100%;
}
.prospect_slider .slick-next,
.prospect_slider .slick-prev {
  z-index: 800;
  top: 44%;
}
.prospect_slider .slick-next:before,
.prospect_slider .slick-prev:before {
  color: #acacac;
}
.prospect_slider .slick-next {
  right: 0px;
}
.prospect_slider .slick-prev {
  left: 0px;
}
.prospect_slider .slick-dots {
  bottom: 23px;
}

.prospect_slider.slick-slider {
  margin-bottom: 0 !important;
}

/* *****************************************************************************
   ¥¿¥Ö¥ì¥Ã¥ÈÓÃ¤Î¥¹¥¿¥¤¥ëÓ›Êö
***************************************************************************** */
@media screen and (max-width: 1030px) {
  /*¥¹¥é¥¤¥É¤Î¥³¥ó¥Æ¥ó¥Ä¤Îïw¤Ó³ö¤·ÐÞÕý*/
  #contents-area {
    margin: auto;
    position: relative;
    min-width: auto;
    max-width: 1000px;
    padding-top: 100px;
  }
}
/* *****************************************************************************
   ¥¹¥Þ©`¥È¥Õ¥©¥óÓÃ¤Î¥¹¥¿¥¤¥ëÓ›Êö
***************************************************************************** */
@media screen and (max-width: 769px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  #contents-area {
    padding-top: 0;
  }
  .top_renew #contents-area {
    /*content: "";
        padding-top: 15.625%;
        display: block;*/
  }
  .top_renew #contents-area::before {
    content: normal !important;
    padding-top: 0 !important;
    display: block;
  }
  .sp_section {
    max-width: 95%;
    margin: auto;
  }
  /*main_img_area
        --------------------------------------------------------------------*/
  .main_img_area {
    /*  max-width: 95%;
        margin: auto;*/
    width: 100%;
    max-width: 100%;
    padding-bottom: 0 !important;
  }
  .main_img_area img {
    width: 100%;
  }
  /*
  .main_img_bg {
    position: relative;
    background: url("/prospect/img/top_renew/main_bg_sp.svg") no-repeat;
    background-size: contain;
    width: 100%;
    height: 92vw;
  }
	*/
  /*main_img_op
    -------------------------------------------------------------------------------*/
  .main_img_op {
    margin-top: 10px;
  }
  .main_img_op img {
    width: 100%;
  }
  /*main_img_op
    -------------------------------------------------------------------------------*/
  .main_img_op {
  }
  /*main_btn
    --------------------------------------------------------------------*/
  .main_btn {
    position: absolute;
    bottom: 36vw;
    width: 90vw;
    left: 50%;
    -webkit-transform: translate(-50%, -0%);
    -moz-transform: translate(-50%, -0%);
    -ms-transform: translate(-50%, -0%);
    transform: translate(-50%, -0%);
    display: block;
  }
  .main_btn_b {
    display: none;
  }
  /*main_img
        --------------------------------------------------------------------*/
  .main_img img + img {
    display: none;
  }
  /*link_btn
    -------------------------------------------------------------------------------------------------------------*/
  .link_btn {
    position: relative;
    z-index: 1;
    padding-bottom: 50px;
  }
  .main_img_op + .link_btn {
    margin-top: 10px;
    padding-bottom: 30px;
  }
  .main_img_op + .main_img_op {
    margin-top: 10px;
  }
  .link_btn_list {
    background: #fff;
  }
  .link_btn_list > li {
    margin-bottom: 1.8%;
  }
  .link_btn_list > li > * {
    text-align: left;
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    background: #62c373;
    display: block;
    padding: 35px 0 35px 20vw;
  }
  .link_btn_list > li > *:before,
  .link_btn_list > li > *:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-0%, -50%);
    -moz-transform: translate(-0%, -50%);
    -ms-transform: translate(-0%, -50%);
    transform: translate(-0%, -50%);
  }
  .link_btn_list > li > *:after {
    background: url("/prospect/img/top_renew/arrow.svg") no-repeat;
    background-size: contain;
    width: 46px;
    height: 46px;
    right: 30px;
  }
  .link_btn_list > li > *:hover {
    opacity: 1 !important;
  }
  /*sp*/
  /*ico
    -------------------------------------------------------------------------------------------------------------*/
  .link_btn_list > li > *:before {
    background: url("/prospect/img/top_renew/ico_hand.svg") no-repeat;
    width: 8vw;
    height: 8vw;
    background-size: contain;
    left: 5vw;
  }
  .ico_movie > * {
    background: #2078c2 !important;
  }
  .ico_movie > *:before {
    background: url("/prospect/img/top_renew/ico_movie.svg") no-repeat !important;
    width: 8vw !important;
    height: 6vw !important;
  }
  .ico_money > * {
    background: #665091 !important;
  }
  .ico_money > *:before {
    background: url("/prospect/img/top_renew/ico_book.svg") no-repeat !important;
    width: 8vw !important;
    height: 5vw !important;
  }
  .ico_net > * {
    background: #eba54d !important;
  }
  .ico_net > *:before {
    background: url("/prospect/img/top_renew/ico_pc.svg") no-repeat !important;
    width: 8vw !important;
    height: 6vw !important;
  }
  .ico_net.ico_op > *:before {
    background: url("/prospect/img/top_renew/ico_op.svg") no-repeat !important;
    width: 8vw !important;
    height: 6vw !important;
  }
  /*p_info
    -------------------------------------------------------------------------------------------------------------*/
  .title_l {
    font-size: 24px;
    font-weight: bold;
  }
  .p_info {
    padding-bottom: 60px;
  }
  .p_info_list {
    padding: 20px 0 20px 0;
  }
  .p_info_list li {
    font-size: 14px;
    text-align: left;
    border-bottom: solid 1px #cccccc;
  }
  .p_info_list li:first-child {
    border-top: solid 1px #cccccc;
  }
  .p_info_list .p_info_list_inner {
    padding: 15px 0;
  }
  .p_date {
    color: #ff9c00;
  }
  .more {
    text-align: right;
  }
  .more > * {
    text-decoration: underline !important;
  }
  /*support_con
    -------------------------------------------------------------------------------------------------------------*/
  .bg_gray {
    background: #f5f1ed;
  }
  .support_con {
    padding: 50px 0;
  }
  .support_con_list {
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .support_con_list li {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .support_con_list li:nth-child(4n) {
    margin-right: 0;
  }
  .support_con_list li > * {
    font-size: 14px;
    color: #373637;
    border: solid 1px #373637;
    padding: 20px 0;
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
  }
  .support_con_list li:hover > * {
    opacity: 1 !important;
  }
  /*line_area
    -------------------------------------------------------------------------------------------------------------*/
  .line_area {
    background: #2cbf13;
    overflow: hidden;
    color: #fff;
  }
  .line_area a {
    text-align: left;
    color: #fff;
  }
  .line_flex {
    padding: 30px 0 50px 0;
    background: url("/prospect/img/top_renew/line_img_sp.svg") no-repeat;
    background-position: bottom right;
  }
  .line_btn {
    margin-top: 30px;
    width: 46px;
    height: 46px;
  }
  .line_btn img {
    width: 100%;
  }
  .line_flex .img {
    display: none;
  }
}
/*ÐÂÒŽ×·¼ÓÏÂŒÓÓÃ
    --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 769px), print {
  /* linkbanner */
  #contents-area .linkbanner_col03 {
    width: 900px;
    margin: 60px auto 0;
    display: table;
  }
  #contents-area .linkbanner_col03 li {
    width: 291px;
    margin-right: 13px;
    margin-top: 13px;
    float: left;
  }
  #contents-area .linkbanner_col03 li:nth-child(3n) {
    margin-right: 0;
  }
  #contents-area .linkbanner_col03 li:nth-child(1),
  #contents-area .linkbanner_col03 li:nth-child(2),
  #contents-area .linkbanner_col03 li:nth-child(3) {
    margin-top: 0;
  }
  #contents-area .linkbanner_col03 li a {
    color: #373637;
    font-size: 1.05em;
    width: 100%;
    height: 100%;
    min-height: 82px;
    padding: 20px 30px 20px 20px;
    background: #eeeeee url(../../common/img/ico_arrow_yellow2.svg) right 15px center no-repeat;
    background-size: 7px 10px;
    vertical-align: middle;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
  }
  #contents-area .linkbanner_col03 li a.active_btn {
    color: #373637;
    font-size: 1.05em;
    width: 100%;
    height: 100%;
    min-height: 82px;
    padding: 20px 30px 20px 20px;
    background: #f8be00 url(../../common/img/ico_arrow_white.svg) right 15px center no-repeat;
    background-size: 7px 10px;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
  }
}
@media screen and (max-width: 769px) {
  /* linkbanner */
  #contents-area .linkbanner_col03 {
    margin: 30px 20px 0;
  }
  #contents-area .linkbanner_col03 li {
    width: 50%;
    padding-right: 5px;
    margin-top: 10px;
    float: left;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #contents-area .linkbanner_col03 li:nth-child(even) {
    padding-left: 5px;
    margin-right: 0;
  }
  #contents-area .linkbanner_col03 li:nth-child(1),
  #contents-area .linkbanner_col03 li:nth-child(2) {
    margin-top: 0;
  }
  #contents-area .linkbanner_col03 li a {
    color: #373637;
    width: 100%;
    padding: 15px 20px 15px 15px;
    background: #eeeeee url(../../common/img/ico_arrow_yellow2.svg) right 10px center no-repeat;
    background-size: 5px auto;
    vertical-align: middle;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
  }
  #contents-area .linkbanner li a.active_btn {
    background: #f8be00 url(../../common/img/ico_arrow_white.svg) right 10px center no-repeat;
    background-size: 5px auto;
  }
}
/*×·Ó›*/
@media screen and (max-width: 769px) {
  .seikatsu .table_box {
    padding: 10px !important;
  }
  .seikatsu .table-style {
    width: 100%;
  }
  .seikatsu .table-style th,
  .seikatsu .table-style td,
  .seikatsu .table-style tr {
    display: block;
    width: 100% !important;
  }
  .seikatsu .table-style th {
    text-align: left !important;
  }
  .seikatsu .table-style td {
    text-align: right;
    border-bottom: solid 1px #000;
  }
  .seikatsu .table-style tr .left {
    float: none !important;
  }
  .seikatsu .table-style th,
  .seikatsu .table-style td {
    padding: 5px 0;
  }
  .seikatsu .table-style tr:last-child td:nth-child(1) {
    border-bottom: none;
  }
}
#contents-area > section .outlink_ico {
  position: relative;
}
#contents-area > section .outlink_ico::after {
  width: 15px;
  height: 17px;
  background-size: 15px;
  content: "";
  margin-left: 10px;
  background: url("/common/img/ico_outlink.svg") no-repeat;
  vertical-align: middle;
  display: inline-block;
}
@media screen and (max-width: 769px), print {
  #contents-area > section .outlink_ico::after {
    width: 15px;
    height: 17px;
    background-size: 15px;
  }
}

.imgbnCol2 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.imgbnCol2Item {
  width: 48%;
}
@media screen and (max-width: 769px), print {
  .imgbnCol2 {
    display: block;
  }
  .imgbnCol2Item {
    width: auto;
  }
  .imgbnCol2Item + .imgbnCol2Item {
    margin-top: 20px;
  }
}
