@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap');

* {
	margin:0;
	padding:0;
	outline:none!important;
}
body {
	background-color:#F0F0F0;
	text-align:center;
	font-family: 'Noto Sans JP', sans-serif;
	font-size:16px;
	line-height:120%;
	-webkit-text-size-adjust: 100% !important;
	max-height: 100%;
}

/* フォーム */
input[type="text"],select,
textarea{
    border-top: 1px solid #767676;
	border-right: 2px solid #555555;
	border-bottom: 2px solid #555555;
	border-left: 1px solid #767676;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	padding:4px;
	box-sizing:border-box;
	font-size:16px;
	line-height: 120%;
	font-family: 'Noto Sans JP', sans-serif;
	width:100%;
}
input[type="text"].w3em {
	width:3em;
}
select.w2em {
	width:4em;
	margin-left:0.2em;
}
select{
	padding:2px 40px 2px 5px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	background-image:url(../images/btn_pulldown.png);
	background-size:auto 100%;
	background-position:center right;
	background-repeat:no-repeat;
}
select::-ms-expand {
    display: none;
}
.search_wrap {
	position:relative;
	padding-right:63px;
	display: inline-block;
}
input.btn_search {
    background-color: #1D2088;
    color: #FFF;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    box-sizing: border-box;
    padding: 5px 10px;
    letter-spacing: 0.05em;
    border-bottom: 2px solid #00003B;
    border-right: 2px solid #00003B;
    border-left: 2px solid #1D2088;
    border-top: 2px solid #1D2088;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
	margin-left:6px;
}
.search_wrap input.btn_search {
	position:absolute;
	right:0;
	top:0;
}
input[type="radio"] {
	margin-right:2px;
}


/* リンク装飾 */
a {
	color:#2EA7E0;
}
a:hover {
	color:#1D2088;
	text-decoration:none;
}
a img
{
	background:none!important;
	border:0;
}
a:hover img
{
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background:none!important;
}
a:hover img.none_alpha
{
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	background:none!important;
}

/* 画像設定 */
img {
	border:0;
	max-width:100%;
	height:auto;
	vertical-align: bottom;
}

/* 共通 */
.sp_5 {
	margin-bottom:0.5em;
}
#wrap {
	max-width:940px;
	width:100%;
	margin:auto;
	padding:40px 20px 80px 20px;
	box-sizing:border-box;
}
header {
	width:100%;
	margin:auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom:35px;
}
header h1 {
	width:50%;
	text-align:left;
	font-size:24px;
	line-height:36px;
	padding-left:20px;
	border-left:6px solid #2EA7E0;
	box-sizing:border-box;
	font-weight:700;
}
header #header_btn {
	width:50%;
	text-align:right;
}
header #header_btn ul {
    width: 100%;
    text-align: right;
}
header #header_btn ul li {
	margin-left:15px;
}

h2 {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color:#1D2088;
	color:#FFF;
	font-size:18px;
	line-height:110%;
	padding:10px 0;
	text-align:center;
	margin-bottom:7px;
}

#contents {
	width:100%;
	box-sizing:border-box;
	padding-left:20px;
	padding-right:20px;
}
.flex_box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.flex_box .in_box {
	box-sizing:border-box;
	width:50%;
}
.flex_box .in_box:nth-of-type(1) {
	padding-right:10px;
}
.flex_box .in_box:nth-of-type(2) {
	padding-left:10px;
}

ul {
	display: block;
	letter-spacing: -0.6em;
	list-style-type: none;
	text-align:left;
}
li{
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
}
.back_home {
	margin-bottom:50px;
}

/* 管理画面TOP */
.flex_box.top_cl .in_box:nth-of-type(1) {
	padding-right:20px;
}
.flex_box.top_cl .in_box:nth-of-type(2) {
	padding-left:20px;
}
.flex_box.top_cl .in_box ul {
	box-sizing:border-box;
	width:100%;
	padding:20px;
	box-sizing:border-box;
	background:#DCDDDD;
}
.flex_box.top_cl .in_box ul li {
	width:100%;
	text-align:center;
	margin-bottom:20px;
}
.flex_box.top_cl .in_box ul li:last-of-type {
	margin-bottom:0;
}

/* Faceシート */
.content_top {
	margin-bottom:25px;
}
.content_top ul {
	width:100%;
}
.content_top ul li {
	width:50%;
	padding-left:100px;
	padding-right:30px;
	box-sizing:border-box;
	position:relative;
	margin-bottom:15px;
}
.content_top ul li strong {
	position:absolute;
	top:0;
	left:10px;
	font-weight:normal;
	line-height:30px;
}
.content_top ul li input[type="text"],
.content_top ul select {
	max-width:190px;
	width:100%;
}
table.registration_table {
	width:100%;
}
table.registration_table tr th,
table.registration_table tr td {
	border-bottom:1px #767676 dashed;
}
table.registration_table th {
	width:160px;
	box-sizing:border-box;
	padding:10px 0;
	vertical-align:top;
	white-space: nowrap;
	text-align:left;
	line-height:28px;
}
table.registration_table td  {
	box-sizing:border-box;
	padding:10px 0;
	vertical-align:top;
	text-align:left;
}
table.registration_table td label {
	margin-right:10px;
}

/* お取引入力 */
table.input_table {
	width:98%;
	margin-left:auto;
	margin-right:auto;
	border-collapse: collapse;
}
table.input_table th,
table.input_table td {
	text-align:center;
	vertical-align:middle;
	border:1px solid #727171;
}
table.input_table th {
	background-color:#1D2088;
	color:#FFF;
	padding:10px 5px;
}
table.input_table td {
	text-align:left;
	border:1px solid #727171;
	padding:5px;
}

/*　取引台帳　*/
table.input_table.daicho tr td {
	background-color:#FFF;
	padding:10px 5px;
}
table.input_table.daicho tr:nth-child(odd) td,
table.input_table.staff_t tr:nth-child(odd) td,
table.input_table.kyotaku_t tr:nth-child(odd) td,
table.input_table.homecare-s tr:nth-child(odd) td,
table.input_table.partner tr:nth-child(odd) td {
	background:#CFFFFF;
}
table.input_table.daicho td:nth-child(1),
table.input_table.daicho td:nth-child(2) {
	width:12%;
	text-align:center;
	white-space: nowrap;
}
table.input_table.daicho td:nth-child(3) {
	width:40%;
}
table.input_table.daicho td:nth-child(4) {
	width:36%;
}
.narrow-down ul {
	margin-bottom:10px;
}
.narrow-down ul li {
	margin-right:10px;
	margin-bottom: 10px;
}
.narrow-down ul li:nth-child(1) {
	margin-right:20px;
}
.narrow-down ul li a {
	border:1px solid #F8B62D;
	color:#6A3906;
	display:block;
	padding:0.5em 1em;
	height:auto;
	width:100%;
	box-sizing:border-box;
	font-size:16px;
	line-height:100%;
	text-decoration:none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #ffffc7; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffc7 0%, #f8b62d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffc7 0%,#f8b62d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffc7 0%,#f8b62d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffc7', endColorstr='#f8b62d',GradientType=0 ); /* IE6-9 */

}
.narrow-down ul li a.active,
.narrow-down ul li a:hover {
	color:#FFF;
	background: #ea5514; /* Old browsers */
	background: -moz-linear-gradient(top,  #ea5514 0%, #f8b62d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ea5514 0%,#f8b62d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ea5514 0%,#f8b62d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea5514', endColorstr='#f8b62d',GradientType=0 ); /* IE6-9 */
}

/* スタッフ登録 */
.content_top.staff {
	background:#FFF;
	padding:20px 20px 5px 20px;
	margin-bottom:40px;
}
ul.date_input {
	width:100%;
}
ul.date_input li {
	width:50%;
	text-align:left;
	margin-bottom:15px;
	vertical-align:bottom;
}
ul.date_input li strong {
	line-height:100%;
}
ul.date_input li:nth-of-type(2) {
	text-align:right;
	padding-right:0;
}

.input_table.staff_t tr td,
.input_table.kyotaku_t tr td{
	text-align:center;
	background:#FFF;
}
.input_table.staff_t tr td:first-of-type,
.input_table.staff_t tr td:last-of-type,
.input_table.kyotaku_t tr td:first-of-type,
.input_table.kyotaku_t tr td:last-of-type,
.input_table.partner tr td:first-of-type,
.input_table.partner tr td:last-of-type {
	padding:4px;
	box-sizing:border-box;
	width:69px;
	text-align:center;
}

/* 居宅介護支援事業所登録 */
ul.date_input_home {
	padding-right:160px;
	position:relative;
	box-sizing:border-box;
}
ul.date_input_home li:nth-of-type(1) {
	width:120px;
	height:40px;
	position:absolute;
	top:0;
	right:0;
	margin:0;
	padding:0;
}
ul.date_input_home li.w100 {
	width:100%;
}
.content_top ul.date_input_home li input[type="text"]{
    max-width: none;
    width: 100%;
}
.input_table.kyotaku_t tr td .furigana_box{
	display:block;
	width:100%;
	border-top:1px solid #C9CACA;
	font-size:12px;
	line-height:110%;
	padding-top:5px;
	box-sizing:border-box;
	margin-top:5px;
}
table.input_table.homecare-s tr td,
table.input_table.partner tr td {
	background-color:#FFF;
	text-align:left;
	padding:10px 5px;
}
table.input_table.homecare-s tr td:nth-of-type(1),
table.input_table.homecare-s tr td:nth-of-type(2),
table.input_table.homecare-s tr td:nth-of-type(3) {
	box-sizing:border-box;
	width:23%;
	text-align:center;
}
/* 帳合先登録 */
table.input_table.partner tr td:nth-of-type(2),
table.input_table.partner tr td:nth-of-type(3),
table.input_table.partner tr td:nth-of-type(4){
	box-sizing:border-box;
	width:19%;
	text-align:center;
}

@media screen and (max-width: 950px) {
.flex_box .in_box {
	box-sizing:border-box;
	width:100%;
}
.flex_box .in_box:nth-of-type(1) {
	padding-right:0px;
	margin-bottom:60px;
}

.flex_box.top_cl .in_box:nth-of-type(1){
	padding-right:0px;
	margin-bottom:20px;
}
.flex_box.top_cl .in_box:nth-of-type(2),
.flex_box .in_box:nth-of-type(2) {
	padding-left:0px;
}

}
@media screen and (max-width: 865px) {
header h1,
header #header_btn {
    width: 100%;
}
header #header_btn ul li {
    margin-left: 0;
    margin-bottom: 10px;
	padding-left:15px;
	box-sizing:border-box;
}
header #header_btn ul li.date_s {
    width: 100%;
}
ul.date_input_home {
    padding-right: 110px;
}
.content_top ul li {
    width: 100%;
    padding-left: 100px;
}
.search_wrap {
    width: 100%;
    box-sizing: border-box;
}
.content_top ul li input[type="text"],
.content_top ul select {
    max-width: none;
}
table {
	width:100%;
	display: block;
	letter-spacing: -0.6em;
	list-style-type: none;
}
table tbody,
table tr,
table td {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	*display: inline;  
	*zoom: 1;
	width:100%!important;
	box-sizing:border-box;
}
table tr {
	border:1px solid #727171;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	overflow:hidden;
	margin-bottom:20px;
	padding:8px;
	box-sizing:border-box;
	background:#FFF;
}
table td,
table th {
	border:0!important;
}
table.input_table.daicho tr:nth-child(odd),
table.input_table.staff_t tr:nth-child(odd),
table.input_table.kyotaku_t tr:nth-child(odd),
table.input_table.homecare-s tr:nth-child(odd),
table.input_table.partner tr:nth-child(odd) {
	background:#CFFFFF;
}
table td {
	padding-left:130px!important;
	padding-top:8px!important;
	padding-bottom:8px!important;
	position:relative;
	text-align:left!important;
	border-bottom:1px #727171 dashed!important;
}
table.input_table.homecare-s td {
	padding-left:170px!important;
}
table td::before{
	content: attr(data-label);
	position:absolute;
	top:8px;
	left:10px;
	font-weight:bold;
}
table thead{
	display:none!important
}
table.registration_table tr{
	border:none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	margin-bottom:0px;
}
table.registration_table tr th {
	padding-top:0;
	padding-bottom:0;
}
table.registration_table tr td {
	padding-left:0!important;
	padding-top:0!important;
}
}
@media screen and (max-width: 540px) {
header #header_btn ul li {
    padding-left: 4px;
    padding-top: 15px;
}
}
