@charset "utf-8";

/*
 * Fonts
 */

/* Generated by: https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200 */
@font-face {
	font-family: 'Material Symbols Truly Outlined';
	font-style: normal;
	font-weight: 100 700;
	src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v192/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsI.woff2) format('woff2');
}

.material-symbols-truly-outlined {
	font-family: 'Material Symbols Truly Outlined';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
}

.material-symbols-truly-outlined-container .material-symbols-outlined {
	font-family: 'Material Symbols Truly Outlined';
}
.faqButtonHelp{
	font-family: 'Material Symbols Truly Outlined'!important;
}

/**** 共通 ***/
html {
  height: 100%;
}
body {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Arial,Verdana,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 16px;
	line-height: 1.1;
	color: #000;
	background: #E6EBF5;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
}
body * {
	box-sizing: border-box;
}

p, h1, h2, h3 {
	margin: 0;
	padding: 0;
}
h4{
	border-top: solid 1px #E3E3E3;
	padding: 20px 0 20px 20px;
	margin: 0;
}
button {
	padding: 0;
	position: relative;
	font-weight: bold;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	background-color: transparent;
}
button.bt-base {
	display: inline-block;
	color: #FFF;
	background-color: #00309A;
	border: solid 1px #00309A;
	border-radius: 4px;
	box-shadow: 0px 5px 3px rgba(0, 0, 0, 0.3);
}
button.bt-second {
	color: #00309A;
	background: #FFF;
	border: solid 1px #00309A;
	border-radius: 4px;
}
button.bt-second.bt-back {
	background-image: url(/webcontents/image/common/ico-bt-back.svg);
	background-position: left 10px center;
	background-repeat: no-repeat;
}
button.bt-contents-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	color: #00309A;
	border: solid 1px #00309A;
	border-radius: 2px;
	width: 110px;
	height: 40px;
	margin-top: 10px;
}
button.bt-contents-inner.bt-transition {
	background: #FFF url(/webcontents/image/common/ico-bt-sp.svg) right 12px center no-repeat;
	box-shadow: 2px 2px 2px #E6E6E6;
}
/* 非活性ボタン */
button:disabled {
	background-color:#d1d1d1 !important;
	color:#AAAAAA !important;
	border-color: #AAAAAA !important;
	background-image: none !important;
}
hr {
	width: 100%;
    height: 1px;
    margin: 0;
    border: none;
    border-top: solid 1px #CCC;
}
label:not(.bt-open-menu) {
	display: inline-block;
	width: 100%;
}
input[type=text],
input[type=number],
input[type=search] {
	width: 100%;
	height: 30px;
	padding: 0 8px;
	font-size: 16px;
	font-weight: bold;
	background: #FFF;
	border: solid 1px #CCC;
	border-radius: 3px;
}
input[type=password] {
	width: 100%;
	height: 30px;
	padding: 0 8px;
	font-size: 0.875rem;
	font-weight: bold;
	background: #FFF;
	border: solid 1px #CCC;
	border-radius: 3px;
}
textarea {
	padding: 0 8px;
	font-size: 0.875rem;
	font-weight: bold;
	background: #FFF;
	border: solid 1px #CCC;
	border-radius: 3px;
}
input::placeholder {
	color: rgba(40, 0, 0, 1);
}
input:-ms-input-placeholder {
	color: rgba(40, 0, 0, 1);
}
select {
	width: 100%;
	height: 30px;
	padding: 0 8px;
	font-size: 0.875rem;
	font-weight: bold;
	background: #FFF;
	border: solid 1px #CCC;
	border-radius: 3px;
}

header {
	display: flex;
	justify-content: space-between;
	position: fixed;
	top: 0;
	width: 100%;
	background: #5780D9;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
	z-index: 4;
}
header > * {
	display: flex;
	align-items: center;
	height: 40px;
}
header > h1 {
	flex: 0 1 auto;
	text-align: center;
	color: #FFF;
	font-size: 1rem;
}
header > div {
	width: 40px;
}
header button {
	display: inline-block;
}
.bt-back {
	position: relative;
	width: 40px;
	height: 40px;
}
.bt-back::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	/*background-image: url(/webcontents/image/common/ico-bt-base.svg);*/
	background-repeat: no-repeat;
	transform: rotate(180deg);
}
.bt-open-menu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 0;
	padding-right: 15px;
	width: 40px !important;
	height: 40px;
}
.bt-open-menu > input[type=checkbox] {
	display: none;
}
.bt-open-menu > input[type=checkbox] + span {
	display: inline-block;
	width: 20px;
	height: 14px;
	background: repeating-linear-gradient(0deg, #fff, #fff 2px, rgba(0, 0, 0, 0) 2px, rgba(0, 0, 0, 0) 6px);
}
.m-nav {
	display: none;
	position: fixed;
	top: 40px;
	left: 0;
	width: 100%;
	padding: 12px 0;
	background: #FFF;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
	z-index: 5;
}
.m-nav > a {
	display: block;
	width: 100%;
	color: #00309A;
	font-weight: bold;
	border-top: solid 1px #E3E3E3;
	text-decoration: none;
	padding: 0 0 0 20px;
}
.m-login-user-name {
	text-align: right;
	padding-right: 10px;
	padding-bottom: 10px;
}
.m-nav-bg {
	position: fixed;
	top: 0px;
	left: 0;
	width: 100vW;
	height: 100%;
	background: rgba(0, 0, 0, 0.25);
	z-index: 4;
}

.l-contents {
	width: 100%;
}
.m-contents-inner {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	background: #FFF;
	border-radius: 5px;
}
.m-contetns-head {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 27px;
}
.m-form {
	width: 100%;
}
h2 {
	display: inline-flex;
	align-items: center;
	position: relative;
	padding: 3px 0 0 11px;
	line-height: 1.1;
	white-space: nowrap;
}
h2::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	width: 3px;
	height: 100%;
	background: #00309A;
}
h2.ms-small {
	font-size: 1.125rem;
}
.m-error {
	border: solid 1px #EB2D2D;
}
.form-error{
  outline:solid 2px #EB2D2D;
}
.m-bt {
	width: 100%;
	text-align: center;
}
/** モーダル **/
.m-modal-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vW;
	height: 100vH;
	background: rgba(0, 0, 0, 0.75);
	z-index: 7;
}
.m-modal {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -124px;
	margin-left: -300px;
	display: none;
	z-index: 8;
}
.m-modal.ms-open {
	display: block;
}
.m-modal-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 600px;
	height: 248px;
	padding-top: 75px;
	background: #FFF;
	border-radius: 4px;
}
.m-modal-inner > div {
	width: 100%;
	text-align: center;
	font-size: 1.25rem;
	font-weight: bold;
}
.m-modal-inner > div.m-bt {
	margin-top: 40px;
}
.m-modal-inner > div.m-bt > button {
	width: 200px;
	height: 52px;
	margin: 0 15px;
}
.m-modal-inner > div.m-bt > button.bt-second {
	box-shadow: none;
}
.bt-close {
	display: inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 20px;
	right: 20px;
}
.bt-close::before {
	content: "";
	display: inline-block;
	width: 2px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 9px;
	background: #666;
	transform: rotate(-45deg);
}
.bt-close::after {
	content: "";
	display: inline-block;
	width: 2px;
	height: 20px;
	position: absolute;
	top: 0;
	right: 9px;
	background: #666;
	transform: rotate(45deg);
} 
.abridgement {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pulldown-wrapper {
	position: relative;
}
.pulldown-wrapper::after {
	position: absolute;
	top: 20%; /* 矢印の位置 */
	right: 18px; /* 矢印の位置 */
	width: 12px; /* 矢印の大きさ */
	height: 12px; /* 矢印の大きさ */
	border-top: 3px solid #000; /* 矢印の線 */
	border-right: 3px solid #000; /* 矢印の線 */
	-webkit-transform: rotate(135deg); /* 矢印の傾き */
	transform: rotate(135deg); /* 矢印の傾き */
	pointer-events: none; /* 矢印部分もクリック可能にする */
	content: "";
}


/**** 共通（エラー）***/
.error-contents {
	width: 100%;
}
.error-contents-inner {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	width: 100%;
	background: #FFF;
	border-radius: 5px;
}
/**** サブメニュー）***/
.m-submenu {
	width: 100%;
	margin-left: 15px;
}
.m-submenu > label{
	display: block;
	margin-top:15px;
	font-size: 1.5rem;
}
.m-submenu > label > a{
	width: 100%;
	color: #00309A;
	font-weight: bold;
	text-decoration: none;
}

/**** 検索条件 ***/
.m-search-text-area {
	margin: 5px 10px 5px 10px;
}

/**** パンくずリスト ***/
.m-topic-area {
	width:97%;
	margin: 0 auto;
}
.topic ul {
  display: flex;
  list-style-type: none;
  padding: 1em 0 0 0;
  margin: 0;
}
.topic li a {
  /* リンクはデフォルトの文字色とする。変更がする場合、下記のコメントアウト外して色指定。 */
  /* color: #000000; */
}
.topic li:after {
  content: '＞';
  margin-left: 10px;
  margin-right: 10px;
  color: #888888;
}
.topic li:last-child:after {
  content: "";
}

/**** 登録画面 ***/
.m-regist-area {
	display: block;
	width: 100%;
	padding-top: 33px;
	padding-right: calc(12% + 10px);
	padding-bottom: 0px;
	padding-left: calc(12% + 10px);
}
.m-regist-area label{
  display: flex;
  flex: 0 0 auto;
  margin-top: 10px;
}
.m-regist-area table {
  width: 100%;
  margin-top: 10px;
  border-collapse: collapse
}
.m-regist-area table th,
.m-regist-area table td{
  border:1px solid #000000;;
  padding: 8px 10px;
}

/* 農機API有効期限切れ */
.api-expired {
    position: absolute;
    width: 100%;
    height: 100%;
    margin-top: 2px;

    background: rgba(255,227,210,0.7);
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255,0,0,1);
    border-radius: 10px;

    color: rgba(255,0,0,1);

    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    flex-direction: column;
}

/**** ハンバーガーメニュー ***/
.c-menu .c-menu-inner > .c-menu-activeText{
	display: none;
}
.c-menu .c-menu-inner > .c-menu-text{
	display: none;
}

.mask.active {
	opacity: 0.5;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vW;
	height: 100vH;
	background: #000;
	z-index: 1;
}

.c-menu{
	width: 94px;
	margin-right: 15px;
}
.c-menu .c-menu-inner {
	display: flex;
	width: 100px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	cursor: pointer;
	background: #fff;
	color: #5780D9;
	border-radius: 4px;
	align-items: center;
}
/* メニューアイコン */
.c-menu .c-menu-inner > .c-menu-text{
	display: inline-block;
	margin-top: 2px;
}
.c-menu .c-menu-inner > .c-menu-activeText{
	display: none;
}
.c-menu.active .c-menu-inner > .c-menu-text{
	display: none;
}
.c-menu.active .c-menu-inner > .c-menu-activeText{
	display: inline-block;
	margin-top: 2.5px;
}
.slide-menu.active{
	transform: translateX(0);
}
/* メニューボタン新規デザイン */
.c-menu.active .c-menu-open-button,
.c-menu .c-menu-close-button {
	display: none;
}
.c-menu .c-menu-open-button,
.c-menu.active .c-menu-close-button {
	display: flex;
	align-items: center;
}
.c-menu-open-button > .material-icons-outlined,
.c-menu-close-button > .material-icons-outlined {
	margin: 0 5px;
}

/**** 戻るボタン ***/
.c-back {
	width: 94px;
	margin-left: 10px;
}
.c-back .c-back-inner {
	display: flex;
	width: 100px;
	height: 30px;
	font-size: 12px;
	cursor: pointer;
	background: #fff;
	color: #5780D9;
	border-radius: 4px;
	align-items: center;
}
.c-back .c-back-inner span {
	font-weight: normal;
	margin-right: 10px;
}

/**** ローディング ***/
.load-area {
	position: fixed;
	display: none;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.75);
	z-index: 100;
}
.load-area.show {
	display: flex;
}
.load-area > span{
	font-size: 4rem;
	margin: 0 0 30px 0;
	color: #ffffff;
}
.load-area > button {
    background-image: none;
    width: 160px;
    height: 60px;
    font-size: 1.5rem;
    border-radius: 6px;
}
.loader,
.loader:after {
	border-radius: 50%;
	width: 10em;
	height: 10em;
}
.loader {
	margin: 60px auto;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 1.1em solid rgba(255, 255, 255, 0.2);
	border-right: 1.1em solid rgba(255, 255, 255, 0.2);
	border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
	border-left: 1.1em solid #ffffff;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* ヘッダーのフォント・配置 */
.header-left-contents {
	width: 30%;
	justify-content: flex-start;
	padding-left: 5px;
}
.header-left-contents > #header-left-area {
	margin-right: 20px;
}
.header-center-contents {
	width: 40%;
	place-content: center;
}
.header-right-contents {
	width: 30%;
	justify-content: flex-end;
	padding-right: 5px;
}
.header-right-contents > .c-menu {
	margin-left: 20px;
}
.header-login-user {
	color: #FFF;
	font-size: 1rem;
	font-weight: 100;
}
/* ホームアイコン */
.home-icon {
	cursor: pointer;
}
/* メニュー */
.m-nav {
	left: initial;
	right: 0;
	width: 315px;
	padding: 0;
}
.m-nav.slide-menu.active {
	display: block;
	position: fixed;
	right: 0;
	top: 40px;
}
/* メニュー内のラベル・アイコン */
.slide-menu-category {
	font-size: 1.25rem;
	text-align: center;
	padding: 10px 0;
	font-weight: bold;
	border-bottom: solid 1px #CCC;
	background: #EEE;
	position: relative;
	cursor: pointer;
}
.slide-menu-label {
	font-size: 1.25rem;
	text-align: center;
	padding: 10px 0;
	border-bottom: solid 1px #E0E0E0;
	cursor: pointer;
}
.slide-menu-label > a {
	color: #000;
	text-decoration: none;
}
.slide-menu-selected {
	background: #5780D9;
}
.slide-menu-selected > .slide-menu-label-contents > span {
	color: #FFF;
}
.slide-menu-selected > .slide-menu-label-contents-maintenance > span {
	color: #FFF;
}
.slide-menu-category>span>.slide-menu-icon {
	height: 100%;
	display: inline-flex;
	align-items: center;
	right: 0;
}
/* メインコンテンツ */
.m-contents-inner-center {
	width: 100%;
}
/* パスワード入力欄 */
label[class=password-content] {
	display: flex;
	position: relative;
}
/* パスワードアイコン */
label[class=password-content] > .fa-eye,
label[class=password-content] > .fa-eye-slash {
	position: absolute;
	top: 10px;
	right: 30px;
	width: auto;
}
/* フッター */
footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 4;
}
/* コピーライト+時間表示 */
.copylight-time {
	height: 24px;
	line-height: 24px;
	display: flex;
	justify-content: space-between;
	background: #000000;
	color:  #FFFFFF;
	box-shadow: 0px -2px 6px rgba(0, 0, 0, 0.3);
	z-index: 6;
	width: 100%;
	padding: 0 4px;
	font-weight: bold;
  font-size: 0.875rem;
}
/* ボタン */
/* bt-cancel-base（赤ボタン） */
button.bt-cancel-base {
	position: relative;
	display: inline-block;
	color: #FFF;
	background-color: #C0504D;
	border: solid 1px #C0504D;
	border-radius: 4px;
	box-shadow: 0px 5px 3px rgba(0, 0, 0, 0.3);
}
/* bt-cancel-second（赤白ボタン） */
button.bt-cancel-second {
	position: relative;
	color: #C0504D;
	background: #FFF;
	border: solid 1px #C0504D;
	border-radius: 4px;
}
.outlined-btn {
	color: #00309A;
	border: solid #00309A 1px;
	border-radius: 4px;
	cursor: pointer;
}
/* 1行分の縦幅に丁度収まるボタン */
.inline-btn,
.row-end-btn {
	min-height: 80%;
	max-height: 100%;
	padding: 3px 10px;
	margin-top: 0;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	white-space: nowrap;
	cursor: pointer;
}
.row-end-btn {
	margin-left: auto;
}
.flex-row {
	display: flex;
	align-items: center;
}

/* アイコン */
/* 色 */
.material-icons-outlined.icon-white {
	color: #FFF;
}
.material-icons-outlined.icon-blue {
	color: #00309A;
}
.material-icons-outlined.icon-red {
	color: #C0504D;
}
.material-icons-outlined.icon-gray {
	color: #666;
}
/* 左右 */
.material-icons-outlined.icon-left {
	position: absolute;
	left: 2%;
	top: 0;
	height: 100%;
	display: inline-flex;
	align-items: center;
}
.material-icons-outlined.icon-right {
	position: absolute;
	right: 2%;
	top: 0;
	height: 100%;
	display: inline-flex;
	align-items: center;
}
/* 大きさ */
.material-icons-outlined.icon-size48 {
	font-size: 48px;
}
.material-icons-outlined.icon-size36 {
	font-size: 36px;
}
/* モーダルボタン */
.modal-close-icon {
	position: absolute;
	top: 10px;
	right: 10px;
}
/* 非活性ボタンアイコン色 */
button:disabled .material-icons-outlined {
	color: #AAAAAA;
}
/* パスワード確認ボタン非表示 */
input::-ms-reveal {
    display:none;
}

.common-ms-open {
  display: block;
}

.common-modal-window-bg {
    opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vW;
    height: 100vH;
    background: #000;
    z-index: 5;
}

/* 水平トグルスイッチ */
.toggle-switch-box {
	display: flex;
	border-radius: 4px;
}

.toggle-switch-box.margined {
	padding: 1px 1px 0 1px; /* +下に2.6px空く問題が解決できないため、下のみ隙間を減らす */
}
.toggle-switch-box.margined label {
	margin: 1px 1px 0 1px; /* +下に2.6px空く問題が解決できないため、下のみ隙間を減らす */
}

.toggle-switch-box input[type=radio],
.toggle-switch-box input[type=checkbox] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: absolute;
	margin: 0;
	padding: 0;
	border: 0;
}

.toggle-switch-box .btn-surface {
	border-radius: 4px;
	margin: 0;
	border: 0;
	cursor: pointer;
}


/* トグルスイッチカラー（グレー↔青色） */
.gray-blue-switch.margined {
	background-color: #EEE;
}
.gray-blue-switch,
.gray-blue-switch .btn-surface {
	background-color: #CCCCCC;
}
.gray-blue-switch input:checked + .btn-surface {
	background-color: #558ED5;
}


/* トグルスイッチカラー（薄青色↔青グレー） */
.blue-slate-switch.margined {
	background-color: #EEE;
}
.blue-slate-switch,
.blue-slate-switch .btn-surface {
	background-color: #DCE6F2;
}
.blue-slate-switch input:checked + .btn-surface {
	background-color: #95B3D7;
}