@charset "UTF-8";

html{
  font-size: 62.5%;
  scroll-behavior: smooth;
}
/*------------------- base -------------------*/
body{
    font-family: "Noto Sans", sans-serif;;
    font-weight: 400;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.15rem;
    color: #333;
    overflow-x: hidden;
}
img{
	max-width: 100%;
	height: auto;
}
a{
    cursor: pointer;
    color: #333;
}
.br_sp_on{
    display: none;
}
.br_sp_off{
    display: block;
}
@media screen and (max-width: 786px){
    .br_sp_on{
    display: block;
    }
  .br_sp_off{
    display: none;
  }
}
.content{
    width: 100%;
    max-width: 1366px;
    margin: auto;
}
/*------------------- ここまでbase -------------------*/
/* header-------------------------------- */
.header_wrap{
    width: 100vw;
    position: fixed;
    background-color: #fff;
    z-index: 3;
    padding: 8px 16px;
}
.header_pc_wrap{
    max-width: 1366px;
    display: flex;
    justify-content: space-between;
    margin: auto;
}
.header_menu .header_item{
    display: flex;
    align-items: center;
}
.header_menu .header_item a{
    font-size: 1.8rem;
    padding: 8px;
    transition: all ease .3s;
}
.header_menu .header_item a:hover{
    opacity: .5;
    transition: all ease .3s;
}
.header_menu .header_item p{
    color: #fff;
    background-color: #333;
    padding: 8px;
}
.header_nav{
    width: 100%;
}
.header_nav nav ul{
    width: 100%;
    max-width: 1366px;
    display: flex;
    justify-content: end;
    margin: auto;
}
.header_nav nav ul li{
    margin: 0 2vw 0 0;
    position: relative;
}
.header_nav nav ul li a{
    transition: all ease .3s;
}
.header_nav nav ul li a:hover{
    opacity: .5;
    transition: all ease .3s;
}
.header_nav nav ul li::after{
    content: '/';
    display: block;
    position: absolute;
    top: 0;
    right: -20px;
}
.header_nav nav ul li:last-child::after{
    content: none;
}
@media screen and (max-width: 990px) {
    .header_pc_wrap h1 a img{
        width: 150px;
    }
    .header_menu .header_item{
        justify-content: space-around;
    }
    .header_nav nav ul li{
        font-size: 1.2rem;
        margin: 0 4vw 0 0;
    }
    .header_nav nav ul li::after{
        right: -9px;
    }
}
/* header-end-------------------------- */

/* footer------------------------------ */
.footer_nav nav ul{
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
}
.footer_nav nav ul li{
    margin: 0 1.5vw 0 1vw;
    position: relative;
}
.footer_nav nav ul li a{
    color: #636363;
}
.footer_nav nav ul li a:hover{
    opacity: .5;
}
.footer_nav nav ul li::after{
    content: '/';
    display: block;
    position: absolute;
    top: 0;
    right: -20px;
}
.footer_nav nav ul li:last-child::after{
    content: none;
}
@media screen and (max-width: 990px) {
    .footer_nav nav ul li a{
        font-size: 1.2rem;
    }
    .footer_nav nav ul li::after{
        right: -9px;
    }
}
/* footer_banner---------------------------- */
.footer_content .top_ttl{
    text-align: center;
}
/* footer-end--------------------------- */
/* top--------------------------- */
.mv img{
    width: 100vw;
    margin-top: 100px;
}
.background::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-image: url(../images/background.jpg);
  background-size: 500px;
}
.top_ttl{
    font-size: 10rem;
    font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 990px) {
    .mv img{
        margin-top: 114px;
    }
    .top_ttl{
        font-size: 5rem;
        font-weight: 800;
    }
}
.top_content01 .top_ttl,
.top_content03 .top_ttl{
    color: #E3E3E3;
    text-shadow: 5px 6px 6px #7d7b7b;
}
.top_content02 .top_ttl,
.top_content05 .top_ttl{
    text-align: right;
}
.top_content04 .top_ttl{
    text-align: center;
}
.top_content_txt{
    width: 50%;
    max-width: 700px;
    padding: 24px 32px;
    position: relative;
    margin-top: -32px;
}
.top_content_txt .sub_ttl{
    font-size: 2rem;
    margin-bottom: 8px;
}
.top_content_txt::after{
    content: '';
    width: 100%;
    height: 100%;
    background-color: #515151;
    display: block;
    position: absolute;
    top: -15px;
    right: -15px;
    z-index: -1;
}
.content01_txt{
    color: #fff;
    background-color: #333;
}
.content02_txt{
    background-color: #EEE;
    margin-left: auto;
}
@media screen and (max-width: 990px) {
    .top_content_txt{
        width: 85%;
        padding: 24px 16px;
    }
    .top_content_txt{
        margin-top: -10px;
    }
    .content02_txt{
        margin-left: 12%;
    }
}
/* slide-------------------------------- */
.slide-container {
    width: 100%;
    margin: 0 auto 100px;
    overflow: hidden;   /* ← 横スクロール隠す */
    position: relative; /* ← アニメーションの基準 */
}
.slide-wrapper {
    display: flex;
    width: max-content; /* ← 中身の合計幅を維持 */
    animation: slide-flow 36s linear infinite;
    margin-top: 24px;
}
.slide {
    width: 450px;
    object-fit: cover;
    border: 5px solid #000000;
}
@keyframes slide-flow {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); } 
    /* ← 画像が2セット分並んでるなら -50% がちょうどループ */
}
.slider{
    position: relative;
}
.slider::before{
    content: url(../images/slide_cover.png);
    display: block;
    position: absolute;
    transform: rotate(180deg);
    top: -48px;
    z-index: 1;
}
@media screen and (max-width: 990px) {
    .slider::before{
        display: none;
    }
    .slide-wrapper{
        margin-top: 0;
    }
}
/* slide-END------------------------------- */
.big_logo{
    text-align: center;
}
.top_content04{
    background-color: #333;
    padding-bottom: 56px;
    margin: 100px 0;
}
.top_content04 .top_ttl{
    color: #fff;
}
.top_content04 .content04_inner{
    text-align: center;
    background-color: #fff;
    width: 80%;
    max-width: 900px;
    margin: auto;
}
.top_content04 .content04_inner p{
    padding: 16px 0;
}
.top_content04 .content04_inner .content04_flx{
    display: flex;
    justify-content: space-around;
    padding: 16px 0 32px 0;
    border-top: 1px solid #ccc;
}
.top_content04 .content04_inner .content04_flx .content04item p:nth-child(3),
.top_content04 .content04_inner .content04_flx .content04item p:nth-child(6){
    border-bottom: 1px dashed #ccc;
}
.top_content04 .content04_inner .content04_flx .content04item p:nth-child(1),
.top_content04 .content04_inner .content04_flx .content04item p:nth-child(2),
.top_content04 .content04_inner .content04_flx .content04item p:nth-child(5){
    font-size: 2rem;
    font-weight: bold;
    padding: 24px 0 0 0;
}
@media screen and (max-width: 990px) {
    .top_content04 .content04_inner{
        width: 95%;
    }
}
.top_content05_flx{
    display: flex;
    justify-content: space-around;
}
.top_content05_item{
    padding: 16px 8px;
}
.top_content05_item p:nth-child(1),
.top_content05_item p:nth-child(2){
    font-size: 2rem;
    font-weight: bold;
}
.top_content05_item p:nth-child(3),
.top_content05_item p:nth-child(4),
.top_content05_item p:nth-child(6){
    font-size: 1.4rem;
}
.content05_link a{
    width: 400px;
    display: flex;
    justify-content: space-around;
    padding: 16px 8px;
    border: 1px solid #ccc;
    border-radius: 20px;
    margin:  20px auto 20px;
    box-shadow: 0 2px 6px #ccc;
    transition: all ease .3s;
    background-color: #fff;
}
.content05_link a:hover{
    opacity: .5;
    transform: translateY(5px);
    transition: all ease .3s;
    box-shadow: unset;
}
.content05_link a img{
    width: 40px;
    height: 40px;
}
.top_content05_flx .content05_link a p{
    font-size: 1.6rem;
    font-weight: 400;
}
@media screen and (max-width: 990px) {
    .top_content05_flx{
        flex-direction: column-reverse;
    }
}
/* concept------------------------------- */
.content_content01 .top_ttl{
    text-align: center;
    line-height: 1.2;
}
.sub_ttl{
    text-align: center;
    font-size: 1.4rem;
}
.content_content01 .concept_txt{
    width: 70%;
    max-width: 900px;
    margin: auto;
}
.content_content02 .content_item{
    display: flex;
    width: 80%;
    margin: 40px auto;
}
.content_content02 .content_item:nth-last-child(2){
    flex-direction: row-reverse;
}
.content_content02 .content_item .concept02_txt{
    padding: 16px 20px;
}
.content_content02 .content_item .concept02_txt p:first-child{
    font-size: 2rem;
    font-weight: bold;
}
@media screen and (max-width: 990px) {
    .content_content01 .concept_txt{
        width: 90%;
    }
    .content_content02 .content_item{
        width: 98%;
    }
    .content_content02 .content_item{
        flex-direction: column;
    }
    .content_content02 .content_item:nth-last-child(2){
        flex-direction: column;
    }
}
/* concept-END------------------------------ */
/* staff-------------------------------- */
.content_staff01 .top_ttl{
    text-align: center;
    line-height: 1.2;
}
.content_staff02{
    width: 80%;
    margin:  40px auto 0;
}
.content_staff02 .staff_card:nth-child(even){
    flex-direction: row-reverse;
}
.content_staff02 .staff_card{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}
.content_staff02 .staff_card img{
    height: auto;
    display: block;
}
.content_staff02 .staff_card .staff_name{
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.2;
}
.content_staff02 .staff_card .staff_name span{
    font-size: 1.4rem;
}
.content_staff02 .staff_card .name{
    font-size: 2rem;
    font-weight: bold;
}
.content_staff02 .staff_card .name span{
    font-size: 1.4rem;
}
.staff_item_txt{
    width: 50%;
    padding: 16px 74px 16px 74px;
}
.staff_info .ttl{
    width: fit-content;
    padding: 0 8px;
    border: 1px solid #a3a3a3;
    margin: 16px 0;
    background-color: #fff;
}
.content_staff03 p{
    width: fit-content;
    font-size: 2rem;
    padding: 16px 8px;
    border: 4px solid #fd0d6f;
    margin: auto;
}
@media screen and (max-width: 900px){
    .content_staff02 .staff_card {
        flex-direction: column;
    }
    .content_staff02 .staff_card:nth-child(even){
        flex-direction: column;
    }
    .staff_item_txt {
        width: 98%;
        padding: 8px 0;
    }

}
/* staff-END------------------------------- */
/* contact------------------------------- */
.content_contact .top_ttl{
    text-align: center;
}
.contact_txt{
    width: 70%;
    max-width: 900px;
    margin: auto;
}
.info_link a p{
    width: fit-content;
    background-color: green;
    color: #fff;
    padding: 16px 8px;
    border-radius: 10px;
    margin:  40px auto;
    transition: all ease .3s;
    box-shadow: 0 2px 6px #ccc;
}
.info_link a p:hover{
    transform: translateY(3px);
    transition: all ease .3s;
    opacity: .7;
    box-shadow:unset;
}
.contact_content .contact_txt{
    text-align: center;
}
@media screen and (max-width: 900px){
    .contact_txt {
        width: 95%;
    }
}
/* form------------------------------ */
.contact_box{
    margin: 0 auto;
    max-width: 700px;
}
.contact_box input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
.contact_box input.wpcf7-form-control.wpcf7-tel.wpcf7-text.wpcf7-validates-as-tel,
.contact_box textarea.wpcf7-form-control.wpcf7-textarea{
    width: 700px;
    height: 50px;
    margin-bottom: 30px;
    border: solid 1px #c9c9c9;
}
@media screen and (max-width: 768px){
    .contact_box input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
    .contact_box input.wpcf7-form-control.wpcf7-tel.wpcf7-text.wpcf7-validates-as-tel,
    .contact_box textarea.wpcf7-form-control.wpcf7-textarea{
        display: block;
        width: 94vw;
        margin: 0 auto;
    }
}
textarea.wpcf7-form-control.wpcf7-textarea{
    height: 150px;
}
.submit_btn a{
    display: block;
    text-align: center;
    cursor: pointer;
    background: transparent;
    width: 152px;
    height: 56px;
    color: #fff;
    background-color: #2C2C31;
    margin: 80px auto 0;
    font-size: 2.4rem;
    border: 0;
}
@media screen and (max-width: 589px){
    .contact_box form a{
        max-width: 120px;
        height: 44px;
        margin: 50px auto 0;
        font-size: 1.8rem;
    }
}
/* contact-END---------------------------- */
/* TOPコラム-------------------- */
.post_box .column_wrap .column {
    font-size: 20px;
}
.post_box .column_wrap .row {
    text-align: center;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
.post_box .column_wrap .row .col-md-4 {
    background-color: rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid #ccc;
}
.post_box .column_wrap .row .col-md-4 .news {
    display: flex;
    align-items: center;
}
.post_box .column_wrap .row .col-md-4 .news .news_pic {
    width: 20%;
}
.post_box .column_wrap .row .col-md-4 .news .news_pic img {
    width: 80px;
}
.post_box .column_wrap .row .col-md-4 .news .news_meta {
    width: 20%;
    flex-direction: column;
}
.post_box .column_wrap .row .col-md-4 .news .news_meta ul li {
    font-size: 14px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: left;
    list-style: none;
    padding: 2px 3px;
}
.post_box .column_wrap .row .col-md-4 .news .news_meta ul li a {
    color: #333;
}
.post_box .column_wrap .row .col-md-4 .news .news_title {
    width: 20%;
    padding: 0;
    margin: 0;
    font-size: 16px;
    background-color: unset;
}
.post_box .column_wrap .row .col-md-4 .news .news_desc {
    width: 68%;
    display: flex;
    justify-content: space-around;
}
/* .post_box .column_wrap .row .col-md-4 .news .news_desc p {
    width: 50%;
} */
.news_title a,.news_desc a{
    color: #333;
}
.top .news_pic{
    display: none;
}
/*single.php______________________________*/
.article .article_header .article_title {
    color: #333;
    background-color: unset;
    text-align: center;
    font-size: 28px;
}
.article .article_header .article_meta {
    display: flex;
    -js-display: flex;
    padding: 30px 0;
    align-items: center;
    justify-content: space-between;
}
.article .article_header .article_meta ul {
    display: flex;
    -js-display: flex;
    align-items: center;
    justify-content: space-between;
}
.article .article_header .article_meta ul li {
    list-style: none;
    padding-right: 10px;
}
.article .article_header .article_meta ul li a {
    line-height: 1;
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    border: 1px solid #67abd3;
    color: #67abd3;
    text-decoration: none;
}
.article .article_header .article_meta time {
    width: 150px;
    margin-left: auto;
    font-size: 14px;
}
.article .privacy_policy {
    margin-top: 2rem;
    text-align: center;
}
.article .privacy_policy a {
    color: #c0c0c0;
}
.article .postLinks {
    margin-top: 50px;
    padding: 20px 0;
    border-top: 1px solid #ccc;
    display: flex;
    -js-display: flex;
}
.article .postLinks .postLink {
    width: 50%;
    padding: 15px 0;
}
.article .postLinks .postLink a {
    text-decoration: none;
    font-size: 14px;
}
.article .postLinks .postLink-prev i {
    margin-right: 10px;
}
.article .postLinks .postLink-next {
    text-align: right;
}

.postLink-next i, .postLink-next svg {
    margin-left: 10px;
}

.fa-chevron-right:before {
    content: "\f054";
}

.archive {
    border: 1px solid #ccc;
    margin-bottom: 30px;
}
.archive .archive_title {
    font-size: 16px;
    padding: 20px 10px;
    line-height: 1;
    border-bottom: 1px solid #ccc;
    background-color: #19697ad1;
    color: #FFF;
    margin: 0;
}
.archive ul {
    list-style: none;
    list-style-position: inside;
    font-size: 14px;
}
.archive ul li {
    margin: 0;
    border-bottom: 1px solid #ccc;
    line-height: 1;
}
.archive ul li:last-child {
    border-bottom: none;
}
.archive ul li a {
    padding: 20px 10px;
    display: block;
    text-decoration: none;
    position: relative;
    line-height: 1;
    transition: all 300ms 0s ease;
    color: #333;
}
.archive ul li a:hover {
    background-color: rgba(112, 70, 46, 0.1);
}
.archive ul li a::after {
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    margin-top: -0.5em;
    font-size: 14px;
    content: "→";
    font-family: "Font Awesome 5 Free";
    color: #bbb;
}
.comments {
    border-top: 1px solid #c0c0c0;
}
.comments .comment-respond {
    line-height: 3;
}
.comments .comment-respond .comment-form .comment-form-comment label {
    display: block;
}
.comments .comment-respond .comment-form .comment-form-comment textarea {
    width: 100%;
}
.comments .comment-respond .comment-form .comment-form-author {
    display: flex;
    align-items: center;
    position: relative;
}
.comments .comment-respond .comment-form .comment-form-author input {
    position: absolute;
    right: 0;
    width: 80%;
    max-width: 800px;
    height: 2.6em;
}
.comments .comment-respond .comment-form .comment-form-email {
    display: flex;
    align-items: center;
    position: relative;
}
.comments .comment-respond .comment-form .comment-form-email input {
    position: absolute;
    right: 0;
    width: 80%;
    max-width: 800px;
    height: 2.6em;
}
.comments .comment-respond .comment-form .comment-form-url {
    display: flex;
    align-items: center;
    position: relative;
}
.comments .comment-respond .comment-form .comment-form-url input {
    position: absolute;
    right: 0;
    width: 80%;
    max-width: 800px;
    height: 2.6em;
}
.comments .comment-respond .comment-form .form-submit {
    text-align: center;
}

.pp .content {
    width: 80%;
    max-width: 1200px;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4705882353);
    padding: 2rem;
    margin: 100px auto 100px;
}
.content_4 .p404 {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.content_4 .p404 p {
    text-align: center;
    position: absolute;
    left: 35%;
    bottom: 100px;
}
.content_4 .link_btn {
    box-sizing: border-box;
    width: 365px;
    max-width: 400px;
    margin: 0 auto;
}
.content_4 .link_btn .btn2::after {
    left: 350px;
}

.thanks h2 {
    margin-top: 300px;
}
.thanks a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    color: #333;
    border-bottom: 1px solid #333;
    margin: 0 auto 100px;
}
/*articles.php____________________________*/
main {
    margin: 0 auto;
  }
  main .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 5em;
    margin-right: auto;
    margin-left: auto;
  }
  main .container .row .col-md-9 .row {
    display: flex;
  }
  @media screen and (max-width: 768px) {
    main .container .row .col-md-9 .row {
      flex-direction: column;
    }
  }
  main .container .row .col-md-9 .row .col-md-4 {
    width: 33%;
  }
  .main_title{
    text-align: center;
    font-size: 2.2rem;
    color: #CB9D35;
    margin-bottom: 20px;
  }
  main .container .navi {
    width: 70%;
    display: flex;
    justify-content: space-between;
    text-align: center;
    padding-top: 1rem;
  }
  main .container .navi .prev-post a,
  main .container .navi .next-post a{
    color: #242424;
  }
  main .container .navi .pagination .page-numbers {
    color: #242424;
    padding: 0 0.5rem;
  }
  .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
  }
  .news {
    width: 100%;
    margin: 10px;
  }
  .news .news_pic {
    margin-bottom: 10px;
  }
  .news a {
    text-decoration: none;
    display: inline-block;
    color: #333;
  }
  .news .news_pic img {
    height: auto;
    width: 100%;
    max-width: 200px;
    display: block;
  }
  .news .news_meta {
    display: flex;
    -js-display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 0;
  }
  .news .news_meta ul {
    list-style: none;
    padding: 0;
    display: flex;
    -js-display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .news .news_meta ul li {
    padding-right: 10px;
  }
  .news .news_meta ul li a {
    line-height: 1;
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    color: #0293AD;
    border: 1px solid #0293AD;
    text-decoration: none;
  }
  .news .news_time {
    margin-left: 5px;
    font-size: 12px;
  }
  .news .news_title {
    font-size: 14px;
    background-color: unset;
    padding: 0;
    margin: 0;
    line-height: 1.2;
  }
  .news .news_desc p {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .col-md-9 {
    max-width: 70%;
    width: 70%;
    margin: 0 0 20px;
    padding: 0 20px;
    font-weight: normal;
    font-style: normal;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
  .col-md-3, .col-md-4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-md-3 {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: -webkit-sticky;
    position: sticky;
    top: 25%;
    left: 0;
    margin: 0 0.5em 0 0.5em;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-3 .search {
    text-align: center;
  }
  .wpcf7-submit{
    cursor: pointer;
  }
@media screen and (max-width: 890px) {
    main .container .row {
        justify-content: flex-start;
    }
    main .container .row .col-md-9 {
        max-width: 100%;
        width: 100%;
        padding: 0 1em;
    }
    main .container .row .col-md-9 .row {
        flex-direction: row;
    }
    main .container .row .col-md-9 .row .col-md-4 {
        width: 50%;
        padding: 0.5em;
        border-bottom: 1px dashed #ccc;
    }
    main .container .row .col-md-9 .row .col-md-4 .news_pic {
        text-align: center;
    }
    main .container .row .col-md-9 .row .col-md-4 .news_pic img {
        max-width: 100px;
    }
    main .container .row .col-md-9 .row .col-md-4 .news_meta ul li {
        padding-right: 3px;
    }
    main .container .row .col-md-9 .row .col-md-4 .news_meta ul li a {
        text-align: center;
        padding: 0.5em;
    }
    main .container .row .col-md-3 {
        flex: 1;
        max-width: 100%;
        width: 100%;
    }
    .post_box .column_wrap .row .col-md-4 .news .news_title  {
        font-size: 18px;
      }
    .col-md-4{
        padding: 0;
    }
    .post_box .column_wrap .row .col-md-4 .news .news_desc {
        align-items: flex-end;
    }
}
/* privacypol------------------------------- */
.privacy_content{
    padding: 5px 10px;
}
.privacy_content a{
    color: #f00;
}
.privacypolicy_checkbox{
    text-align: center;
}
.privacypolicy_checkbox a{
    color: #9e1111;
}
@media screen and (max-width: 768px){
    .privacypolicy_checkbox{
        font-size: 1.3rem;
    }
}
/* instagram----------------------- */
.footer_link{
    width: 85%;
    margin: auto;
}
@media screen and (max-width: 768px){
    .footer_link{
        width: 98%;
    }
}