@charset "UTF-8";


.color_fujimart .store_color{
  color: #1d2088;
}

.color_fujimart .btn_area .btn_wrap.type01 .btn{
  background-color: #1d2088;
}

.color_fujimart .icon_store_blue{
  background-image: url(../img/icon/icon_store_blue.svg) !important;
}

.color_fujimart .icon_google_blue{
  background-image: url(../img/icon/icon_google_blue.svg);
}

.color_fujimart .icon_flyer_blue{
  background-image: url(../img/icon/icon_flyer_blue.svg);
}

.color_fujimart .btn_area .btn_wrap.type02 .btn{
  color: #1d2088;
  border: 1px solid #1d2088;
  background: none;
}

.color_avance .store_color{
  color: #146a33;
}

.color_avance .btn_area .btn_wrap.type01 .btn{
  background-color: #146a33;
}

.color_avance .icon_store_blue{
  background-image: url(../img/icon/icon_store_green.svg) !important;
}

.color_avance .icon_google_blue{
  background-image: url(../img/icon/icon_google_green.svg);
}

.color_avance .btn_area .btn_wrap.type02 .btn{
  color: #146a33;
  border: 1px solid #146a33;
  background: none;
}

.color_avance .icon_flyer_blue{
  background-image: url(../img/icon/icon_flyer_green.svg);
}

.color_marche .store_color{
  color: #0078c4;
}

.color_marche .btn_area .btn_wrap.type01 .btn{
  background-color: #0078c4;
}

.color_marche .icon_store_blue{
  background-image: url(../img/icon/icon_store_blue2.svg) !important;
}

.color_marche .icon_google_blue{
  background-image: url(../img/icon/icon_google_blue2.svg);
}

.color_marche .btn_area .btn_wrap.type02 .btn{
  color: #0078c4;
  border: 1px solid #0078c4;
  background: none;
}

.color_marche .icon_flyer_blue{
  background-image: url(../img/icon/icon_flyer_blue2.svg);
}

.color_marche h1.store_visual_title01
 {
    padding-left: 40px;
}

/* ------------------------------------【トップページ】------------------------------------ */

div#main_visual {
    background: #ffff;
}
#main_visual figure {
    max-width: 1400px;
    margin: 0 auto;
}
/*
#main_visual figure {
    max-width: 1400px;
    height: 640px;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
}
*/

.main_content_wrap.bg_white.top_banner {
  padding-top: 90px;
}

#main_visual_store_link{
  border-top: 1px solid #dddddd;
  background-color: #ffffff;
}

#main_visual_store_link_list{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

#main_visual_store_link_list .main_visual_store_switch{
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 33.33%;
  max-width: 245px;
  padding-top: 24px;
  padding-bottom: 24px;
  cursor: pointer;
}

#main_visual_store_link_list .main_visual_store_switch:last-child{
  border-right: none;
}

#main_visual_store_link_list .main_visual_store_switch .main_store_block{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding: 0 15px;
  border-right: 1px solid #dddddd;
}

#main_visual_store_link_list .main_visual_store_switch .main_store_block_in{
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 12px;
}

#main_visual_store_link_list .main_visual_store_switch .main_store_block_in:after{
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  height: 2px;
  width: 0;
  background-color: #00673c;
  -moz-transition: width 0.5s ease 0s,left 0.5s ease 0s;
  -webkit-transition: width 0.5s ease 0s,left 0.5s ease 0s;
  -o-transition: width 0.5s ease 0s,left 0.5s ease 0s;
  -ms-transition: width 0.5s ease 0s,left 0.5s ease 0s;
  transition: width 0.5s ease 0s,left 0.5s ease 0s;
}

#main_visual_store_link_list .main_visual_store_switch.active .main_store_block_in:after{
  width: 100%;
  left: 0;
}

 #main_visual_store_link_list .color_fujimart .main_store_block_in:after{
  background-color: #de0607;
}

#main_visual_store_link_list .color_avance .main_store_block_in:after{
  background-color: #146a33;
}

#main_visual_store_link_list .color_marche .main_store_block_in:after{
  background-color: #be9800;
}
.links {
    margin: 0 auto;
    padding: 0 0 30px;
    max-width: 1080px;
}

.links .links_inner
 {
    display: flex;
    justify-content: center;
    margin: 0 -1.5%;
}
.links .links_inner:first-of-type {
    margin: 0 auto 65px;
}

.links .links_block {
    flex-basis: calc(100% / 3);
    box-sizing: border-box;
    padding: 0 1.5%;
}

.links .links_block .link {
    display: block;
    position: relative;
    background: #f3f1ea;
    border-radius: 6px;
    overflow: hidden;
}
.links .links_block .title_block {
    padding: 22px;
}
.links .links_block .title {
    font-weight: 700;
    font-size: 22px;
}
.links .links_block .title .sub {
    display: block;
    padding: 0 0 6px;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #0061c0;
}
.links .links_inner:last-of-type {
    max-width: 790px;
    margin: 0 auto;
}
.links .links_block.links_block--other {
    flex-basis: calc(100% / 2);
    max-width: 410px;
    padding: 0 15px;
    box-sizing: border-box;
}
.links .links_block.links_block--other .link {
    display: flex;
}
.links .links_block.links_block--other .title_block {
    padding: 0;
}

.links .links_block.links_block--other .title {
    padding-left: 20px;
    font-size: 15px;
    line-height: 100px;
}

.swiper-slide a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 700px) {

.main_content_wrap.bg_white.top_banner {
    padding-top: 25px;
}

.top_banner_row_wrap .sp_w100p {
        width: 80% !important;
        margin: 0 auto !important;
}

#main_visual_store_link_list .icon{
  font-size: 50px;
}
  #main_visual_store_link_list .main_visual_store_switch{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #main_visual_store_link_list .main_visual_store_switch .main_store_block_in{
    padding: 0 6px;
  }
  #main_visual_store_link_list .main_visual_store_switch .main_store_block_in::after{
    bottom: -10px;
  }

.main_content_wrap .main_content:last-child {
padding-bottom: 0;
  }
.links_inner:last-of-type .links_block.links_block--other:last-of-type {
  padding-bottom: 0;
} 
  .links .links_block {
        flex-basis: auto;
        padding: 0 0 20px;
    }
  
    .links .links_inner {
        flex-wrap: wrap;
        flex-direction: column;
        margin: 0 auto;
    }
        .links .links_inner:first-of-type {
        margin: 0 auto;
    }
    .links .links_block.links_block--other {
        max-width: 100%;
        padding: 0 0 20px;
    }

    #main_visual figure {
      margin-top: 11px;
    }
}



.top_banner_row_wrap{
  max-width: 1018px;
  margin: 0 auto;
}

.top_banner_row_wrap img{
  width: 100%;
}
.top_banner_slide{
  padding-bottom: 0 !important;
}



/* ------------------------------------【店舗】------------------------------------ */



.store_list_contents_wrap .title.type01{
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 48px;
}

.store_list_contents_wrap .store_contents_list{
  margin-bottom: 48px;
}

.store_list_contents_wrap .store_contents_list:last-child{
  margin-bottom: 0px;
}

.store_list_contents_wrap .white_box{
  padding-top: 20px;
}

.store_list_contents_wrap .store_list_table{
  display: table;
  width: 100%;
  border-top: 1px solid #dddddd;
}

.store_list_contents_wrap .store_list_tr{
  display: table-row;
}

.store_list_contents_wrap .store_list_th,
.store_list_contents_wrap .store_list_td{
  display: table-cell;
  padding: 16px 12px;
  border-bottom: 1px solid #dddddd;
}

.store_list_contents_wrap .store_list_th{
  white-space: nowrap;
  font-weight: 700;
}

.store_list_contents_wrap .store_list_td table th{
  white-space: nowrap;
  padding-right: 2em;
}

/* .store_list_zone*/

.store_list_zone{
  order: 2;
  -webkit-order: 2;
  width: 100%;
}

.store_list_zone .mobile_content{
  display: none;
}

.store_list_zone .desktop_content{
  display: block;
}

.store_list_zone .store_list_area{
  margin: 0 0 50px 0;
}

.store_list_zone .store_list_area:last-child{
  margin-bottom: 0;
}

.store_list_zone .store_list_title01{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin: 0 0 15px 0;
}

.store_list_zone .store_list_title01 .text_wrap{
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.store_list_zone .store_list_title01 .text_wrap .text01{
  font-size: 26px;
  font-weight: 700;
  margin-left: 13px;
}

.store_list_zone .store_list_title02{
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 14px;
  padding-left: 12px;
  color: #0061c0;
}

.store_list_zone .store_list_wrap{
  margin: 0 0 35px 0;
}

.store_list_zone .store_list_wrap:last-child{
  margin-bottom: 0;
}

.store_list_zone table.store_list_table{
  width: 100%;
  font-weight: 500;
}

.store_list_zone table.store_list_table thead th{
  line-height: 1;
  white-space: nowrap;
  background-color: #d4e7ca;
  padding: 10px 15px;
  text-align: center;
}

.store_list_zone table.store_list_table tbody tr{
  cursor: pointer;
  -moz-transition: background-color 0.4s ease 0s;
  -webkit-transition: background-color 0.4s ease 0s;
  -o-transition: background-color 0.4s ease 0s;
  -ms-transition: background-color 0.4s ease 0s;
  transition: background-color 0.4s ease 0s;
}

.store_list_zone table.store_list_table tbody tr:hover{
  background-color: #D1E9EE;
}

.store_list_zone table.store_list_table tbody th,
.store_list_zone table.store_list_table tbody td{
  text-align: center;
  padding: 16px;
  border-bottom: 1px solid #d4e7ca;
}

.store_list_zone table.store_list_table tbody th{
  color: #0061c0;
}

/* sp */
@media screen and (max-width: 700px) {
  .store_list_contents_wrap .store_list_th,
.store_list_contents_wrap .store_list_td{
  display: block;
}
}

/* ------------------------------------【店舗詳細】------------------------------------ */

#fujimart_list .img_cover{
  background-position: top center;
}

.store_detail .title.type01{
  margin-bottom: 30px;
}

.store_detail .store_detail_content{
  margin: 0 0 60px 0;
}

.store_detail .store_detail_content:last-child{
  margin-bottom: 0;
}
.store_detail_content table.type02 {
  border-top: none;
}


@media screen and (max-width: 700px) {
.store_detail .store_detail_content{
  margin: 0 0 30px 0;
}
#fujimart_list .img_cover {
  background-position: top center;
}
}

.map_wrap{
  position: relative;
}

.map_wrap .map_obj{
  position: relative;
  height: 290px;
}

.map_wrap .map_obj iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map_wrap .map_text{
  margin: 14px 0 0 0;
  text-align: right;
}

.map_wrap .map_text_link{
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}

.map_wrap .map_text_link .icon{
  margin: 0 6px 0 0;
}



/* ------------------------------------【チラシ情報】------------------------------------ */

.flyer_content{
  padding: 0 !important;
}

.flwyer_head{
  border-bottom: 1px solid #dddddd;
  padding: 20px 45px;
  height: 80px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.flwyer_head .flyer_title{
  line-height: 0;
}

.flwyer_head .flyer_sale{
  line-height: 1;
  font-weight: 700;
  font-size: 16px;
}

.flyer_content .flyer_content_in{
  padding: 30px 45px 45px 45px;
}

.flyer_block_wrap{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -40px -40px 0;
}

.flyer_block_wrap .flyer_block{
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding: 0 40px 40px 0;
  letter-spacing: 0.02em;
  max-width: 50%;
}

.flyer_block_wrap .flyer_block_title{
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  margin: 0 0 13px 0;
}

.flyer_block_list_wrap{
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}

.flyer_block_list_wrap .flyer_block_list{
  width: 50%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.flyer_block_list .flyer_block_parts{
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}

.flyer_block_list .flyer_block_link{
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  height: 60px;
  font-weight: 600;
  padding: 0 20px;
  white-space: nowrap;
}

.flyer_block_list .flyer_block_link .icon{
  font-size: 86px;
  margin: 0 8px 0 0;
}

@media screen and (max-width: 1000px) {
  .flyer_block_wrap .flyer_block{
    max-width: 100%;
  }
}

@media screen and (max-width: 700px) {
  .flyer_block_wrap .flyer_block{
    width: 100%;
  }
  .flyer_block_list_wrap .flyer_block_list{
    width: 100%;
  }
  .flwyer_head .flyer_title{
    max-width: 80px;
  }
  
  .flyer_content:nth-child(3) .flyer_title{
    max-width: 35px;
  }
  
  .flwyer_head .flyer_sale{
    font-size: 13px;
  }
  
  .flwyer_head{
    border-bottom: 1px solid #dddddd;
    padding: 15px 15px;
    height: auto;
  }

  .flyer_content .flyer_content_in{
    padding: 25px 15px 25px 15px;
  }
  
  .flyer_block_wrap{
    margin: 0 -20px -20px 0;
  }

  .flyer_block_wrap .flyer_block{
    padding: 0 20px 20px 0;
  }
  
  .flyer_block_list_wrap .flyer_block_list{
    width: 100%;
  }
  
}

/* ------------------------------------【会社情報】------------------------------------ */

#about {
    background: none;
}

.company_dl {
    display: flex
;
    padding: 20px 0;
    border-bottom: solid 2px #bfbfbf;
    position: relative;
}
.company_dl::before {
    content: "";
    width: 160px;
    height: 2px;
    background: #0060b9;
    position: absolute;
    bottom: -2px;
    left: 0;
}
.company_dt {
    width: 160px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
}
.company_dd {
    width: calc(100% - 160px);
    font-size: 16px;
    line-height: 1.6;
    display: flex
;
    align-items: flex-end;
}

.map_wrap {
    margin-left: 10px;
}

/* sp */
@media screen and (min-width: 701px) {
  #page_visual_title.about_visual {
    margin-bottom: 0 !important;
  }
  #page_visual_title.about_visual #page_visual_title_block{
    min-width: 50%;
  }
}
@media screen and (max-width: 700px) {
.company_dl {
        display: block;
        padding: 10px 0;
    }
        .company_dt {
        width: 100%;
        font-size: 15px;
    }
    .company_dd {
        width: 100%;
        font-size: 15px;
    }

  }
/* ------------------------------------【採用情報】------------------------------------ */


/* ------------------------------------【採用情報 詳細】------------------------------------ */

#recruit {
  background: none;
}

.recruit .note {
    padding: 0 0 50px;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.6;
}

.recruit .recruit_inner {
    display: flex;
    margin: 0 -2%;
}

.recruit .recruit_block {
    flex-basis: calc(100% / 2);
    box-sizing: border-box;
    padding: 0 2%;
}
.recruit .recruit_block_inner {
    box-sizing: border-box;
    height: 100%;
    background: #f3f1ea;
    padding: 45px 4% 50px;
    border-radius: 6px;
}
.recruit .recruit_block .ttl {
    padding: 0 0 30px;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.4;
    text-align: center;
}
.btn {
    display: flex
;
    justify-content: center;
    align-items: center;
    height: 44px;
    background: #d7282f;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    border-radius: 9999px;
    overflow: hidden;
}
.recruit .recruit_block .graduate_btn {
    margin: 0 auto;
    padding: 0 0 18px;
    max-width: 320px;
}
.recruit .recruit_block .graduate_btn .btn {
    height: 54px;
    background: #0081bd;
    font-size: 15px;
    border-radius: 6px;
}
.recruit .recruit_block .midcareer_btn {
    margin: 0 auto;
    max-width: 320px;
}
.recruit .recruit_block .midcareer_btn .btn {
    height: 54px;
    background: #ca5a00;
    font-size: 15px;
    border-radius: 6px;
}
.recruit .recruit_block .part_btn {
    margin: 0 auto;
    width: 320px;
}
.recruit .recruit_block .part_btn .btn {
    height: 54px;
    font-size: 15px;
    border-radius: 6px;
}

@media screen and (max-width: 700px) {
      .recruit .note
 {
        padding: 0 0 15px;
        font-size: 16px;
    }
    .recruit .recruit_inner {
        display: block;
        margin: 0;
    }
        .recruit .recruit_block {
        flex-basis: auto;
        padding: 10px 0;
    }
        .recruit .recruit_block_inner {
        height: inherit;
        padding: 25px 4% 30px;
    }
    .recruit .recruit_block .ttl {
        padding: 0 0 20px;
        font-size: 19px;
    }
        .recruit .recruit_block .graduate_btn .btn {
        height: 48px;
        font-size: 14px;
    }
        .recruit .recruit_block .midcareer_btn .btn {
        height: 48px;
        font-size: 14px;
    }
        .recruit .recruit_block .part_btn .btn {
        height: 48px;
        font-size: 14px;
    }

}

/* ------------------------------------【お知らせ】------------------------------------ */

#news {
  background: none;
}

#news #page_visual_title_block {
padding-left: 0;
}
.detail .title_block {
    padding: 0 0 25px;
    border-bottom: 1px dotted #ddd;
}
.detail .title_block .news_date .info {
    background: #0061c0;
}
.detail .title_block .news_date .cat {
    display: flex
;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 20px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    border-radius: 9999px;
    overflow: hidden;
}
.detail .title_block .news_date {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 184px;
    font-size: 16px;
}
.detail .title_block .news_title {
    padding: 14px 0 0;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.3;
}
.detail .txt_block {
    margin: 2.5em 0 5em;
    font-size: 16px;
    line-height: 1.7;
}
.detail .txt_block p {
    margin: 0 0 2em;
}

.detail .news_list_btn {
    margin: 0 auto;
    width: 170px;
    }
.news_list_btn a.btn {
background: #0061c0;
}
.detail .txt_block a {
    color: #07d;
    text-decoration: underline;
}

.color_red {
  color: #ff0000;
}

@media screen and (max-width: 700px) {
    .detail .title_block .news_title {
        padding: 8px 0 0;
        font-size: 20px;
    }
    
        .detail .title_block {
        padding: 0 0 20px;
    }
    .detail .txt_block {
        margin: 2em 0 3em;
        font-size: 15px;
    }
}
/* ------------------------------------【お問い合わせ】------------------------------------ */

/* .contact_table */

#contact {
  background: none;
}

.contact_table{
  display: table;
  width: 100%;
}


.contact_table .contact_tr{
  display: table-row;
}


.contact_table .contact_th,
.contact_table .contact_td{
  display: table-cell;
  padding: 0 0 20px 0;
  vertical-align:  top;
}

.contact_table .contact_tr.check .contact_th .text01:after{
  content:"(必須)";
  font-size: 13px;
  color: #0061c0;
}

.contact_table .contact_th{
  width: 190px;
  padding-right: 20px;
  padding-top: 0.5em;
  white-space: nowrap;
}

.contact_table .contact_tr:last-child .contact_th,
.contact_table .contact_tr:last-child .contact_td{
  padding-bottom: 0px;
}

/* sp */
@media screen and (max-width: 700px) {
  .contact_table,
  .contact_table .contact_tr,
  .contact_table .contact_th,
  .contact_table .contact_td{
    display: block;
  }

  .contact_table .contact_th,
  .contact_table .contact_td{
    padding: 0;
    width: auto !important;
  }

  .contact_table .contact_tr{
    margin: 0 0 25px 0;
  }

  .contact_table .contact_tr:last-child{
    margin: 0 0 0 0;
  }

  .contact_table .contact_th{
    margin: 0 0 10px 0;
  }
}

/* .contact_privacy */

.contact_privacy{
  text-align: center;
  margin: 45px 0;
}

.contact_privacy .contact_privacy_in{
  display: inline-block;
  position: relative;
  padding: 0 0 0 20px;
  text-align: left;
}

.contact_privacy .contact_privacy_in input{
  position: absolute;
  top: 0.4em;
  left: 0;
}

/* .contact_information */

.contact_information{
  display: -webkit-flex;
  display: flex;
  margin: 0 -1px 0 0;
  background-color: #ebf5ff;
}

.contact_information > *{
  padding: 35px;
  margin: 0 1px 0 0;
  display: flex;
  align-items: center;
}

.contact_information_title{
  white-space: nowrap;
}

.contact_information_title .text_wrap{
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.contact_information_title .text_wrap .logo{
  line-height: 0;
}

.contact_information_title .text_wrap .text{
  font-size: 26px;
  font-weight: 900;
  margin: 0 0 0 10px;
}

.contact_information .contact_dial_wrap{
  margin: 0;
}

.contact_information .contact_dial{
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px -10px 0;
  line-height: 1;
}

.contact_information .contact_dial > *{
  padding: 0 20px 0 0;
}

.contact_information .contact_dial .dial_text{
  font-size: 34px;
  font-family: 'Roboto';
  font-weight: 900;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.contact_information .contact_dial .dial_text .icon{
  margin: 0 10px 0 0;
}

.contact_information .contact_dial .number_text{
  font-size: 16px;
  font-weight: 700;
}

@media screen and (max-width: 900px) {
  .contact_information{
    display: block;
    padding: 20px 30px;
  }
  .contact_information_title{
    width: 100%;
    padding: 0 0 10px 0;
    margin: 0 0 15px 0;
    border-right: 0px;
  }
  .contact_information_title .icon{
    font-size: 80px;
  }
  .contact_information_content{
    width: 100%;
    padding: 0;
  }
  .contact_information .contact_dial .dial_text{
    font-size: 24px;
    margin-bottom: 5px;
  }
  .contact_information_title{
    margin: 0 0 20px 0;
    justify-content: center;
  }
.contact_dial_wrap {
  padding-bottom: 20px;
}
}

@media screen and (max-width: 700px) {
  .contact_information{
    padding: 20px 15px;
  }
  .contact_information_title .text_wrap .text{
    font-size: 18px;
  }
  .contact_information .contact_dial{
    -webkit-justify-content: center;
    justify-content: center;
  }
}

/* ------------------------------------【サイトマップ】------------------------------------ */

.sitemap_block_wrap{
  line-height: 1;
}

.sitemap_block_wrap a{
  color: #0060b9;
}

.sitemap_block_wrap .sitemap_title{
  
  margin: 0 0 1.3em 0;
}

.sitemap_block_wrap .sitemap_block{
  border-bottom: 1px solid #dddddd;
  padding: 0 0 40px 0;
  margin: 0 0 40px 0;
}

.sitemap_block_wrap .sitemap_block:last-child{
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.sitemap_teble{
  width: 100%;
}

.sitemap_teble th,
.sitemap_teble td{
  padding: 0 2em  1.3em 0;
}

.sitemap_teble th:last-child,
.sitemap_teble td:last-child{
  padding-right: 0;
}

.sitemap_teble tr:last-child th,
.sitemap_teble tr:last-child td{
  padding-bottom: 0;
}

.sitemap_teble th{
  white-space: nowrap;
}

.sitemap_teble th a{
  
}

.sitemap_teble td{
  width: 100%;
}

.sitemap_teble_list{
  letter-spacing: -0.4em;
  margin: 0 -2em -0.5em 0;
}

.sitemap_teble_list li{
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  padding: 0 2em 0.5em 0;
}

.sitemap_page_list{
  -webkit-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1.3em -1.3em 0;
}

.sitemap_page_list li{
  width: 50%;
  padding: 0 1.3em 1.3em 0;
}

/* sp */
@media screen and (max-width: 700px) {
  .sitemap_block_wrap .sitemap_block{
    padding: 0 0 25px 0;
    margin: 0 0 25px 0;
  }
  .sitemap_page_list li{
    width: 100%;
  }
}

/* ------------------------------------【プライバシーポリシー】------------------------------------ */

.privacy_block_wrap{
  padding: 0 45px;
}

.privacy_block_wrap .privacy_block{
  margin: 0 0 66px 0;
}

.privacy_block_wrap .privacy_block:last-child{
  margin-bottom: 0;
}

.privacy_block_wrap .privacy_head_title{
  padding: 0 0 13px 0;
  margin: 0 0 36px 0;
  border-bottom: 1px solid #dddddd;
}

.privacy_block_wrap .privacy_head_title .text_block{
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}


.privacy_block_wrap .privacy_head_title .text_block .text_name{
  margin: 0 0 0 10px;
  font-size: 24px;
  font-weight: 900;
}

.privacy_block_wrap .privacy_block_in{
  margin: 0 0 38px 0;
}

.privacy_block_wrap .privacy_block_in:last-child{
  margin-bottom: 0;
}

.privacy_block_wrap .privacy_block_title{
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.policy {
    font-size: 15px;
    line-height: 1.6;
}

.policy .txt_block .lead-text, .policy .txt_block .txt_block_child .block_title, .policy .txt_block .txt_block_child .privacy-text, .policy .txt_block .txt_block_child .item h4, .policy .txt_block .txt_block_child .item .item_text
 {
    margin-bottom: 0.8em;
}

.policy .txt_block a {
    color: #07d;
    text-decoration: underline;
}

.policy .txt_block {
    margin: 0 0 50px;
}

.policy .txt_block h2.lead-title {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 0.5em;
}

.policy .txt_block h3 {
    margin: 0 0 1em;
    font-weight: 700;
    font-size: 20px;
}

.item div.item_text p {
    font-size: 0.8em;
    line-height: 1.6em;
    text-indent: -3em;
    padding-left: 3em;
}

@media screen and (max-width: 900px) {
  .privacy_block_wrap{
    padding: 0 0 0 0px;
  }
}

@media screen and (max-width: 700px) {
  .privacy_block_wrap .privacy_head_title{
    margin: 0 0 20px 0;
  }
  .privacy_block_wrap .privacy_head_title .text_block .text_name{
    font-size: 15px;
  }
  .privacy_block_wrap .privacy_head_title .text_block .icon{
    font-size: 66px;
  }
  .privacy_block_wrap .privacy_block_title{
    font-size: 15px;
  }
  .privacy_block_wrap .privacy_block{
    margin: 0 0 33px 0;
  }
  .privacy_block_wrap .privacy_block_in{
    margin: 0 0 25px 0;
  }
}

/* ------------------------------------【このサイトについて】------------------------------------ */
.sitepolicy_block_wrap{
  padding: 0 45px;
}

@media screen and (max-width: 900px) {
  .sitepolicy_block_wrap{
    padding: 0 0 0 0px;
  }
}
