<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";


/* -------------------------- */
/* --------title-------- */
/* -------------------------- */

#nintei-c .p_title{
background-image: url(../img/nintei-c_main.jpg);
}
#nintei-c .p_title.img_no{
background-image: none;
}


/* -------------------------- */
/* -----認定施設とは------ */
/* -------------------------- */
.nintei_info{padding-top: 70px;}
.nintei_info div{margin-bottom: 20px;}
.nintei_info ol{
margin-left: 1.2rem;
list-style: none;
counter-reset: num;
}
.nintei_info ol li{
margin-bottom: 7px;
}
.nintei_info ol li::before{
margin-left: -1.2rem;
counter-increment:num;
content: counter(num)". ";
color: #00a79b;
}
/* 価値 */
.nintei_info .nintei_worth{
background-color: #EBEFEA;
padding: 20px;
margin-bottom: 40px;
}
.nintei_info .nintei_worth &gt; div{
display: -moz-box;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
justify-content: center;
}
.nintei_info .nintei_worth h4{text-align: center;}
.nintei_info .nintei_worth ul{
margin-left: 1.2rem;
list-style: none;
counter-reset: num;
}
.nintei_info .nintei_worth ul li{margin-bottom: 7px;}
.nintei_info .nintei_worth ul li::before{
margin-left: -1.2rem;
counter-increment:num;
content: "●";
color: #00a79b;
}

/* 施設一覧ボタン */
.nintei_info .bt_02{margin-bottom: 20px;}
.nintei_info .bt_02 img{
width: 65px;
vertical-align: middle;
margin-right: 5px;
}




/* ---------------- */
/* -----共通------ */
/* ---------------- */
.flow{
display: -moz-box;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: nowrap;
justify-content:space-between;
}
.flow li{
position: relative;
border: 1px solid;
flex: 1;
margin: 0 10px;
word-wrap: break-word;
min-width: 0;
text-align: center;
padding: 0 10px 10px 10px;
box-sizing: border-box;
}
.flow li:first-child{margin: 0 10px 0 0;}
.flow li:last-child{margin: 0 0 0 10px;}

.flow li::after{
content: "";
position: absolute;
background-image: url(../../common/img/bt_icon_06.svg);
background-repeat: no-repeat;
background-position: center;
background-size: 100%;
top:50%;
right: -15px;
width: 7px;
height: 9px;
}
.flow li:last-child::after{background-image: none;}
/* ナンバー */
.flow li .number{color: #11BA71;}
/* 縦線 */
.flow li div{
margin-left: 50%;
width: 1px;
height: 8px;
background-color: #666666;
}
.flow li p{line-height:1.3rem;}
/* 日付 */
.flow li :last-child{color: #D84848; font-size: 0.9rem;}


@media screen and (max-width: 960px) {
.flow{
display: -moz-box;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-direction:none;
flex-wrap:wrap;
justify-content:space-between;
align-items:stretch;
}
.flow li{
flex:none;
width: 30%;
height: 100%;
margin-bottom: 20px;
}
.flow li:nth-of-type(3n){margin: 0 0 0 10px;}
.flow li:nth-of-type(3n)::after{background-image: none;}
.flow li:nth-of-type(4n){margin: 0 10px 0 0;}
.flow li:nth-of-type(4n)::after{
}
}

.red{color:#D84848; font-size: 1.2rem;}
.green{color:#11BA71; font-size: 1.2rem;}


/* まる数字 */
.li_maru{
margin: 10px 0;
padding-left: 1.3em;
text-indent: -1.3em;
}
.li_maru li{margin: 5px 0;}


.entry,.update,.change{font-size: 0.9rem; margin-top: 70px;}



/* ---------------- */
/* -----認定施設 申請------ */
/* ---------------- */
.entry{margin-top: 150px;}
.entry .bt_02{width: 70%; margin: 10px 0;}
.entry ol li{margin-bottom: 5px;}


/* ---------------- */
/* -----認定施設 更新------ */
/* ---------------- */
.update .bt_02{width: 70%; margin: 10px 0;}
.update .title_02{margin: 50px 0 10px 0;}


/* ---------------- */
/* -----申請情報 変更------ */
/* ---------------- */
.change .bt_02{width: 70%; margin: 10px 0;}


/* 幅狭い文章 */
.ws{width: 80%;}







/* ----------------------- */
/* ------定期報告書 フォーム----- */
/* ----------------------- */

.p_title{font-feature-settings: "palt"; letter-spacing: 0;}


/* 幅100%にしたくない項目 */
.mail_form input[type="date"],
.mail_form input[type="number"],
.mail_form input[type="checkbox"]{width: auto;}

/* テーブルデザイン */
.mail_form table{border: 1px solid;}
.mail_form table th{
word-wrap: break-word;
word-break : break-all;
white-space:initial;
padding: 10px;
box-sizing: border-box;
width: 20%;
background-color: #EBEFEA;
border: 1px solid;
}
.mail_form table td{
padding: 10px 15px;
box-sizing: border-box;
border: 1px solid;
}



/* 幅調整 */
.mail_form input.f_01{width: 80%; margin:5px 0;}
.mail_form input.f_02{width:auto; margin:5px 10px;}

/* チェックボックス微調整 */
.mail_form input[type="checkbox"]{margin: 0 10px 0 0;}

/* リスト */
.form_list{margin: 10px 20px 0 0;}
.form_list li{margin: 10px 0;}

.form_list02{margin: 10px 0;}
.form_list02 li span{width: 20%; display: inline-block;}

.form_list03{margin: 10px 0 0 0;}
.form_list03 li{margin: 0 20px 0 0;}

.form_list04{margin: 5px 0 15px 20px;}


/* フォームタイトル */
.f_t01{
color: #fff;
background-color: #595757;
text-align: center;
padding: 5px 10px;
margin: 30px 0 10px 0;
font-size: 1.0rem;
}
.f_t02 {
background-color: #EFEFEF;
text-align: center;
padding: 5px 10px;
margin: 30px 0 10px 0;
}
.f_t03 {
font-size: 1.0rem;
margin-top: 20px;
}


.flex_ninti{justify-content: flex-start;}


/* 赤い注意事項 */
.red_box{
text-align: center;
color: #D84848;
font-size: 1.2rem;
width: 70%;
margin: 20px auto;
border: 1px solid #D84848;
}</pre></body></html>