.chousa *{
    box-sizing: border-box;
    font-size: 1.8rem;
}
@media (max-width:1023px) {
    .chousa *{
        font-size: 1.6rem;
    }
}
:root{
    --color-green:#008000;
    --color-lightGreen:#E6FFE6;
    
    --color-Blue:#265cff;
    --color-lightBlue:#e6ffff;
    --color-DarktBlue:#183899;

    --color-orange:#ffd200;
    --color-DarkOrange:#CF4700;
    --color-lightOrange:#FFFADB;
}
.chousa h1,
.chousa h2,
.chousa h3,
.chousa h4{
    margin: 0;
}
.chousa p{
    margin: 1em 0 0;
    line-height: 1.75em;
}
.fs12{font-size: 1.2rem;}
.fs13{font-size: 1.3rem;}
.fs14{font-size: 1.4rem;}
.fs15{font-size: 1.5rem;}
.fs16{font-size: 1.6rem;}
@media (max-width:1023px) {
    .fs12{font-size: 1.0rem;}
    .fs13{font-size: 1.1rem;}
    .fs14{font-size: 1.2rem;}
    .fs15{font-size: 1.3rem;}
    .fs16{font-size: 1.4rem;}
}
br.sp{
    display: none;
}
@media (max-width:1023px) {
    br.sp{
        display: inline;
    }
}
.margin_t10{
    margin-top: 10px !important;
}
.margin_t20{
    margin-top: 20px !important;
}
.margin_t30{
    margin-top: 30px !important;
}
.margin_t40{
    margin-top: 40px !important;
}
.margin_t50{
    margin-top: 50px !important;
}
.margin_t100{
    margin-top: 100px !important;
}
.margin_t150{
    margin-top: 150px !important;
}
.margin_t200{
    margin-top: 200px !important;
}
.margin_t250{
    margin-top: 250px !important;
}

/*ページトップリンク
-------------------------------------------*/
.pageTop{
    position: fixed;
    right: 20px;
    bottom: 20px;
}
.pageTop a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: solid 1px #fff;
    border-radius: 4px;
    background: #012a88;
    color: #fff;
    font-size: 1.4rem;
    text-decoration: none;
}

/*トップイメージ
-------------------------------------------*/
.chousa_topImage{
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}
@media (max-width:1023px) {
    .chousa_topImage{
        max-width: 640px;
    }
}
/*イントロ
-------------------------------------------*/
.chousa_intro{
    width: 90%;
    max-width: 720px;
    margin: 100px auto 0;
}

/*目次
-------------------------------------------*/
.chousa_mokuji{
    width: 95%;
    max-width: 720px;
    margin: 100px auto 0;
    padding: 20px;
    border-radius: 15px;
}
.chousa_mokuji.orange{
    background: #FFFADB;
}
.chousa_mokuji.green{
    background: #faffdb;
}
.chousa_mokuji.blue{
    background: #e6fff8;
}
.chousa_mokuji_hdr_ttl{
    text-align: center;
}
.chousa_mokuji_inr{
    margin-top: 60px;
}
.chousa_mokuji_blk{
    margin-top: 100px;
}
.chousa_mokuji_blk:first-child{
    margin-top: 0;
}
@media (max-width:1023px) {
    .chousa_mokuji_hdr_ttl{
        margin-bottom: 100px !important;
    }
}
/*タイトル*/
.chousa_mokuji_ttl{
    position: relative;
}
.chousa_mokuji_ttl_txt{
    position: relative;
    padding: 1em;
    border-radius: 15px;
    text-align: center;
    font-size: 2.0rem;
}
.chousa_mokuji_ttl_txt.orange{
    background: #ffd200;
}
.chousa_mokuji_ttl_txt.green{
    background: #a0e700;
}
.chousa_mokuji_ttl_txt.blue{
    background: #0056f6;
    color: #fff;
}
.chousa_mokuji_ttl_txt a{
    color: #000;
}
.chousa_mokuji_ttl_txt.blue a{
    color: #fff;
}
.chousa_mokuji_ttl_obj{
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: auto;
    height: 120px;
    margin: auto;
}
.chousa_mokuji_blk:nth-child(odd) .chousa_mokuji_ttl_obj{
    left: 20px;
}
.chousa_mokuji_blk:nth-child(even) .chousa_mokuji_ttl_obj{
    right: 20px;
}
.chousa_mokuji_ttl_icon{
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 60px;
    height: auto;
    margin: auto;
}
.chousa_mokuji_blk:nth-child(odd) .chousa_mokuji_ttl_icon{
    right: 20px;
}
.chousa_mokuji_blk:nth-child(even) .chousa_mokuji_ttl_icon{
    left: 20px;
}
@media (max-width:1023px) {
    .chousa_mokuji{
        padding: 20px 10px;
    }
    .chousa_mokuji_ttl_txt{
        padding-top: 50px;
        font-size: 1.6rem;
    }
    .chousa_mokuji_ttl_obj{
        position: absolute;
        top: -80px;
        bottom: auto;
        z-index: 0;
        height: 100px;
    }
    .chousa_mokuji_blk:nth-child(odd) .chousa_mokuji_ttl_obj,
    .chousa_mokuji_blk:nth-child(even) .chousa_mokuji_ttl_obj{
        left: 0;
        right: 0;
    }
    .chousa_mokuji_ttl_icon{
        top: 5px;
        bottom: auto;
        width: 40px;
    }
    .chousa_mokuji_blk:nth-child(odd) .chousa_mokuji_ttl_icon,
    .chousa_mokuji_blk:nth-child(even) .chousa_mokuji_ttl_icon{
        left: 0;
        right: 0;
    }
}
/*メニュー*/
.chousa_mokuji_blk nav{
    display: flex;
    justify-content: center;
    margin-top: 10px;
    padding: 40px 20px;
    border-radius: 15px;
    background: #fff;
}
.chousa_mokuji_blk nav ul{
    margin: 0;
    padding: 0;
}
.chousa_mokuji_list_item{
    display: flex;
    align-items: center;
    gap: 0.5em;
    margin: 1em 0 0;
    list-style: none;
}
.chousa_mokuji_list_item:first-child{
    margin: 0;
}
.chousa_mokuji_list_item i{
    flex-shrink: 0;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-position: center;
    background-repeat: no-repeat;
}
.chousa_mokuji_list_item i.orage{
    background-color: #ff7200;
}
.chousa_mokuji_list_item i.green{
    background-color: #43bd00;
}
.chousa_mokuji_list_item i.graph{
    background-image: url(../images/common/mokuji_icon_graph.svg);
}
.chousa_mokuji_list_item i.book{
    background-image: url(../images/common/mokuji_icon_book.svg);
}
.chousa_mokuji_list_item i.menu_icon01{
    background-image: url(../images/iryouhi/icon_kane.svg);
}
.chousa_mokuji_list_item i.menu_icon02{
    background-image: url(../images/iryouhi/icon_ha.svg);
}
.chousa_mokuji_list_item i.menu_icon03{
    background-image: url(../images/iryouhi/icon_burashi.svg);
}
.chousa_mokuji_list_item i.menu_icon04{
    background-image: url(../images/iryouhi/icon_zenshin.svg);
}
.chousa_mokuji_list_item i.menu_icon05{
    background-image: url(../images/iryouhi/icon_kenkou.svg);
}
.chousa_mokuji_list_item i.menu_icon06{
    background-image: url(../images/iryouhi/icon_nou.svg);
}
.chousa_mokuji_list_item i.menu_icon07{
    background-image: url(../images/iryouhi/icon_kane.svg);
}
.chousa_mokuji_list_item i.menu_icon08{
    background-image: url(../images/iryouhi/icon_tounyou.svg);
}
.chousa_mokuji_list_item i.menu_icon09{
    background-image: url(../images/iryouhi/icon_goen.svg);
}
.chousa_mokuji_blk nav a{
    color: #000;
    font-size: 1.8rem;
}
@media (max-width:1023px) {
    .chousa_mokuji_blk nav a{
        font-size: 1.6rem;
    }
}

/*メイン
-------------------------------------------*/
.chousa_wrap{
    margin-top: 300px;
}

/*大タイトル*/
.chousa_ttl_L{
    position: relative;
    width: 95%;
    max-width: 1280px;
    margin: 0 auto;
}
.chousa_ttl_L i{
    position: absolute;
    top: -65px;
    left: 0;
    right: 0;
    display: block;
    width: 130px;
    height: 65px;
    margin: auto;
    border-radius: 65px 65px 0 0;
    text-align: center;
}
.chousa_ttl_L i.orange{
    background-color: #ffd200;
}
.chousa_ttl_L i.green{
    background-color: #a0e700; 
}
.chousa_ttl_L i.blue{
    background-color: #0056f6; 
}
.chousa_ttl_L i img{
    width: 60px;
    height: auto;
    margin: 10px 0 0;
}
.chousa_ttl_L_txt{
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
    z-index: 0;
}
.chousa_ttl_L_txt span{
    display: inline-block;
    font-size: 3.0rem;
    border-bottom: solid 4px #fff;
}
.chousa_ttl_L_txt.orange{
    background-color: #ffd200;
}
.chousa_ttl_L_txt.green{
    background-color: #a0e700;
}
.chousa_ttl_L_txt.blue{
    background-color: #0056f6;
    color: #fff;
}
@media (max-width:1023px) {
    .chousa_ttl_L i{
        top: -45px;
        width: 90px;
        height: 45px;
        border-radius: 45px 45px 0 0;
    }
    .chousa_ttl_L i img{
        width: 40px;
    }
    .chousa_ttl_L_txt span{
        font-size: 2.0rem;
    }
}
/*中タイトル*/
h3.chousa_ttl_M,
h4.chousa_ttl_M{
    text-align: center;
    width: 95%;
    max-width: 1280px;
    margin: 0 auto;
    font-size: 2.0rem;
}
.chousa_ttl_M::after{
    content: "";
    display: block;
    width: 100%;
    height: 8px;
    border-radius: 4px;
}
.chousa_ttl_M.orange::after{
    background: #ffd200;
}
.chousa_ttl_M.green::after{
    background: #a0e700;
}
.chousa_ttl_M.blue::after{
    background: #0056f6;
}
/*小タイトル*/
.chousa_ttl_S{
    display: flex;
    justify-content: center;
    font-size: 2.2rem;
}
.chousa_ttl_S:before{
    content: "●";
}
.chousa_ttl_S:after{
    content: "●";
}
.chousa_ttl_S.green:before,
.chousa_ttl_S.green:after{
    color: #a0e700;
}
.chousa_ttl_S.blue:before,
.chousa_ttl_S.blue:after{
    color: #0056f6;
}
.chousa_ttl_S span{
    display: inline-block;
}
@media (max-width:1023px) {
    .chousa_ttl_S{
        font-size: 2.0rem;
        text-align: center;
    }
}

/*
オーラルフレイルとは
口腔乾燥とは
-------------------------------------------*/
.chousa_hatena{
    display: flex;
    align-items: center;
    gap: 20px;
    width: 95%;
    max-width: 860px;
    margin: 50px auto 0;
}
/*オーラルフレイルとは*/
.chousa_hatena.frail .chousa_hatena_txt{
    width: 50%;
}
.chousa_hatena.frail .chousa_hatena_img{
    width: 50%;
    padding: 20px;
}
.chousa_hatena.frail .chousa_hatena_img.green{
    border: solid 2px #a0e700;
    border-radius: 15px;
}
@media (max-width:1023px) {
    .chousa_hatena.frail{
        flex-direction: column;
    }
    .chousa_hatena.frail .chousa_hatena_txt{
        width: 100%;
        max-width: 640px;
    }
    .chousa_hatena.frail .chousa_hatena_img{
        width: 100%;
        max-width: 420px;
    }
}
/*口腔乾燥とは*/
.chousa_hatena.dry{
    flex-direction: column;
}
.chousa_hatena.dry .chousa_hatena_img{
    max-width: 500px;
}

/*ポイント
-------------------------------------------*/
.chousa_point{
    width: 95%;
    margin: 20px auto 0;
}
.chousa_point.unique{
    margin: 5px auto 0;
}
/*ポイント医師フキダシ*/
.chousa_point_hdr{
    display: flex;
    justify-content: center;
    align-items: center;
}
.chousa_point_hdr_doctor img{
    width: 90px;
}
.chousa_point_hdr_fukidashi {
    position: relative;
    display: inline-block;
    padding: 0.5em 1em;
    border-radius:6px ;
    color: #fff;
}
.chousa_point_hdr_fukidashi.blue{
    background: #265cff;
}
.chousa_point_hdr_fukidashi.orange{
    background: #ff7200;
}
.chousa_point_hdr_fukidashi.green{
    background: #43bd00;
}
.chousa_point_hdr_fukidashi:before{
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -10px;
    border: 10px solid transparent;
}
.chousa_point_hdr_fukidashi.blue:before{
    border-right: 20px solid #265cff;
}
.chousa_point_hdr_fukidashi.orange:before{
    border-right: 20px solid #ff7200;
}
.chousa_point_hdr_fukidashi.green:before{
    border-right: 20px solid #43bd00;
}
@media (max-width:1023px) {
    .chousa_point_hdr{
        flex-direction: column-reverse;
    }
    .chousa_point_hdr_doctor{
        margin-top: 30px;
    }
    .chousa_point_hdr_fukidashi:before {
        top: 100%;
        left: 50%;
        margin-top: 0;
        margin-left: -15px;
        border: 15px solid transparent;
        
    }
    .chousa_point_hdr_fukidashi.blue:before{
        border-top: 15px solid #265cff;
        border-right: 15px solid transparent;
    }
    .chousa_point_hdr_fukidashi.orange:before{
        border-top: 15px solid #ff7200;
        border-right: 15px solid transparent;
    }
    .chousa_point_hdr_fukidashi.green:before{
        border-top: 15px solid #43bd00;
        border-right: 15px solid transparent;
    }
}
/*ポイントメイン*/
.chousa_point_main{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 10px 10%;
    border-radius: 10px;
}
.chousa_point_main.unique{
    padding: 5px;
}
.chousa_point_main.orange{
    border: solid 2px #ffd200;
}
.chousa_point_main.green{
    border: solid 2px #a0e700;
}
.chousa_point_main.blue{
    border: solid 2px #0056f6;
}
.chousa_point_main_ttl{
    flex-shrink: 0;
    width: 85px;
}
.chousa_point_main_ttl.unique{
    width: 60px;
}
.chousa_point_main ul{
    margin: 0;
    padding: 0 0 0 1em;
}
.chousa_point_main li{
    margin-top: 0.5em;
}
.chousa_point_main li:first-child{
    margin-top: 0;
}
.chousa_point_main.unique li{
    margin-top: 0em;
}
@media (max-width:1023px) {
    .chousa_point_main{
        flex-direction: column;
        gap: 0px;
        padding: 20px;
    }
    .chousa_point_main_ttl,
    .chousa_point_main_ttl.unique{
        width: 80px;
    }
}

/*調査結果
-------------------------------------------*/
.chousa_result_wrap{
    width: 95%;
    max-width: 1280px;
    margin: 0 auto;
}
.chousa_result{
    padding: 20px;
    border-radius: 15px;
}
.chousa_result.special{
    padding: 10px;
}
.chousa_result.orange{
    background-color: #FFFADB;
}
.chousa_result.green{
    background-color: #faffdb;
}
.chousa_result.blue{
    background-color: #e6fff8;
}
.chousa_result_graph_ttl{
    text-align: center;
}
.chousa_result_graph_note li{
    font-size: 1.3rem;
    text-align: left;
}
.chousa_result_pdf{
    margin-top: 20px;
    text-align: center;
}
.chousa_result_pdf.special,
.chousa_result_pdf.special a{
    margin-top: 50px;
    padding: 0 1em;
    font-size: 1.6rem;
    text-align: left;
}
/*調査結果typeA*/
.chousa_result_typeA{
    display: flex;
}
.chousa_result_typeA_graph{
    flex-shrink: 0;
    width: 100%;
    max-width: 640px;
    padding: 20px 0 0;
    background: #fff;
    text-align: center;
}
.chousa_result_typeA_graph.unique{
    padding: 0;
}
.chousa_result_typeA_txt{
    width: calc(100% - 640px);
    min-height: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/common/bg_tooth.svg) no-repeat center;
}
.chousa_result_typeA_txt_list li{
    margin: 1em 0;
}
.chousa_result_typeA_txt_note li,
.chousa_result_typeA_txt_note li span{
    padding-left: 1em,;
    list-style: none;
    font-size: 1.4rem;
    text-indent: -1em;
}
.chousa_result_typeA_txt_note li::before{
    content: "※";
}
@media (max-width:1023px) {
    .chousa_result_typeA{
        flex-direction: column;
        align-items: center;
    }
    .chousa_result_typeA_txt{
        width: 100%;
    }
}
/*調査結果typeB*/
.chousa_result_typeB{
    display: flex;
    flex-direction: column;
}
.chousa_result_typeB_graph{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.chousa_result_typeB_graph img{
    width: 100%;
    max-width: 400px;
}
.chousa_result_typeB_graph.B2 img{
    width: 100%;
    max-width: 600px;
}
.chousa_result_typeB_txt{
    min-height: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/common/bg_tooth.svg) no-repeat center;
}
.chousa_result_typeB_txt_list li{
    margin: 1em 0;
}
@media (max-width:1023px) {
    .chousa_result_typeB_graph{
        flex-direction: column;
    }
}

/*調査結果typeC*/
.chousa_result_typeC{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    width: 95%;
    max-width: 1280px;
    margin: 0 auto;
}
@media (max-width:1023px) {
    .chousa_result_typeC{
        display: block;
    }
}

/*調査結果typeD*/
.chousa_result_typeD{
    display: flex;
}
.chousa_result_typeD_graph{
    flex-shrink: 0;
    width: 100%;
    max-width: 640px;
    padding: 20px;
    background: #fff;
    text-align: center;
}
.chousa_result_typeD_txt{
    min-height: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/common/bg_tooth.svg) no-repeat center;
}
.chousa_result_typeD_txt_list li{
    margin: 1em 0;
}
.chousa_result_typeD_txt_note li,
.chousa_result_typeD_txt_note li span{
    padding-left: 1em,;
    list-style: none;
    font-size: 1.4rem;
    text-indent: -1em;
}
.chousa_result_typeD_txt_note li::before{
    content: "※";
}
@media (max-width:1023px) {
    .chousa_result_typeD{
        flex-direction: column;
        align-items: center;
    }
}

/*調査結果テーブル*/
.chousa_result_table{
    overflow-x: auto;
}
.chousa_result_table table{
    margin: 0 auto;
}
.chousa_result_table th,
.chousa_result_table td{
    padding: 0.5em;
}
.chousa_result_table th{
    font-size: 1.6rem;
}
.chousa_result_table table.green{
    border-top: solid 1px #004b00;
    border-left: solid 1px #004b00;
}
.chousa_result_table table.green th{
    background: #ecffc2;
    border-bottom: solid 1px #004b00;
    border-right: solid 1px #004b00;
}
.chousa_result_table table.green td{
    border-bottom: solid 1px #004b00;
    border-right: solid 1px #004b00;
    text-align: center;
}
.chousa_result_table table.blue{
    border-top: solid 1px #00004d;
    border-left: solid 1px #00004d;
}
.chousa_result_table table.blue th{
    background: #dbf0ff;
    border-bottom: solid 1px #00004d;
    border-right: solid 1px #00004d;
}
.chousa_result_table table.blue td{
    border-bottom: solid 1px #00004d;
    border-right: solid 1px #00004d;
    text-align: center;
}

.chousa_result_table_note p{
     display: inline-block;
}
@media (max-width:1023px) {
    .chousa_result_table{
        margin-top: 30px;
    }
    .chousa_result_table table{
        margin: 0 auto;
    }
    .chousa_result_table_note{
    display: flex;
    justify-content: center;
}
}
/*調査結果　結果*/
.chousa_result_kekka_arrow{
    margin-top: 50px;
    text-align: center;
}
.chousa_result_kekka_arrow img{
    width: 50px;
}
.chousa_result_kekka_txt{
    margin-top: 30px;
    padding: 1em;
    background: #fff;
    text-align: center;
}
.chousa_result_kekka_txt.green{
    border: solid 1px #00ab00;
    color: #00ab00;
    font-weight: bold;
}
.chousa_result_kekka_txt.blue{
    border: solid 1px #0056f6;
    color: #0056f6;
    font-weight: bold;
}
/*改善プログラムの紹介
-------------------------------------------*/
.chousa_kaizenProgram{
    display: flex;
    justify-content: center;
    gap: 30px;
    width: 95%;
    max-width: 720px;
    margin: 50px auto 0;
}
.chousa_kaizenProgram_img img{
    width: 240px;
}
.chousa_kaizenProgram_txt_btn{
    margin-top: 2em;
}
.chousa_kaizenProgram_txt_btn a{
    display: inline-block;
    margin-top: 1em;
    padding-left: 30px;
    border-bottom: solid 1px #FF001F;
    background: url(../images/common/icon_pdf.svg) no-repeat;
    color: #000;
    text-decoration: none;
}
.chousa_kaizenProgram_txt_btn a:hover{
    color: #FF001F;
}
@media (max-width:1023px) {
    .chousa_kaizenProgram{
        flex-direction: column;
        align-items: center;
        gap: 30px;
        width: 95%;
        max-width: 480px;
        margin: 50px auto 0;
    }
    .chousa_kaizenProgram_txt_btn{
        text-align: center;
    }
}
/*もっと知りたい！
-------------------------------------------*/
.chousa_book_wrap{
    width: 95%;
    max-width: 720px;
    margin: 0 auto;
}
.chousa_book_box{
    display: flex;
    gap: 50px;
    padding: 50px;
}
.chousa_book_box.orange{
    background: url(../images/iryouhi/border_dot_orange.svg) repeat-x bottom center;
}
.chousa_book_box.orange.top{
    background: 
    url(../images/iryouhi/border_dot_orange.svg) repeat-x top center,
    url(../images/iryouhi/border_dot_orange.svg) repeat-x bottom center;
}
.chousa_book_box.green{
    background: url(../images/oral-frailty/border_dot_green.svg) repeat-x bottom center;
}
.chousa_book_box.green.top{
    background: 
    url(../images/oral-frailty/border_dot_green.svg) repeat-x top center,
    url(../images/oral-frailty/border_dot_green.svg) repeat-x bottom center;
}
.chousa_book_box_img{
    flex-shrink: 0;
    width: 160px;
}
.chousa_book_box_txt_btn a{
    display: inline-block;
    margin-top: 1em;
    padding-left: 30px;
    border-bottom: solid 1px #FF001F;
    background: url(../images/common/icon_pdf.svg) no-repeat;
    color: #000;
    text-decoration: none;
}
.chousa_book_box_txt_btn a:hover{
    color: #FF001F;
}
@media (max-width:1023px){
    .chousa_book_box{
        flex-direction: column;
        align-items: center;
    }
    .chousa_book_box_txt{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
/*資料ダウンロード
-------------------------------------------*/
.chousa_docs_wrap{
    width: 95%;
    max-width: 1280px;
    margin: 0 auto 200px;
}
.chousa_docs_intro{
    margin-top: 50px;
}
.chousa_docs_intro_txt{
    text-align: center;
}
.chousa_docs_intro_btn{
    margin-top: 20px;
    text-align: center;
}
.chousa_docs_intro_btn a{
    padding: 10px 0 10px 30px;
    background: url(../images/common/icon_pdf.svg) no-repeat left center;
    color: #000;
}
.chousa_docs_intro_btn a:hover{
    text-decoration: none;
}
.chousa_docs_link{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    margin: 50px 0 0;
    padding: 0;
    border: solid 1px;
    border-width: 1px 0 0 1px;
    list-style: none;
}
.chousa_docs_link.one{
    grid-template-columns: repeat(1,1fr);
    max-width: 320px;
    margin: 50px auto 0;
}
.chousa_docs_link li{
    border: solid 1px;
    border-width: 0 1px 1px 0;
    text-align: center;
}
.chousa_docs_link li a{
    display: block;
    padding: 1em;
}
@media (max-width:1023px){
    .chousa_docs_link{
        grid-template-columns: repeat(2,1fr);
    }
}