@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato);
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500;700&display=swap');
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  /*display: inline-block;*/
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  vertical-align: -3px;
}
/* Googleアイコン */
.material-icons.md-18 {
  font-size: 18px;
}
.material-icons.md-24 {
  font-size: 24px;
}

[class*="link-"]:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 4px;
	margin-left: 4px;
}

a.link-ex:after {
	content: '\f35d';
}

a.link-int:after {
	content: '\f2d2';
}

a.link-doc:after {
	content: '\f1c2';
}

a.link-pdf:after {
	content: '\f1c1';
}

a.link-download:after {
	content: '\f381';
}

a.link-mail:after {
	content: '\f0e0';
}

a.link-id:after {
	content: '\f063';
}

a.no-active{
	opacity: 0.5;
	pointer-events: none;
}


body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; 
  font-size: 62.5%;
	background-image: url(images/bg_grey.png);
	background-repeat: repeat;
}

.title1 {
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
	margin: 1em;
}

.imprint {
  text-align: center;
	font-size: .8rem;
}

/*幅と背景*/
#wrapper {
	text-align: center;
	padding: 0px;
	width: 830px;
	background: #fff;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.error {
	background-color: #fdf1f2;
	color: #C00;
	font-size: .9rem;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.error400 {
	background-color: #fdf1f2;
	color: #C00;
	font-size: .9rem;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 400px;
}

.information{
	text-align: left;
	max-width: 800px;
	margin: 0px auto 3em;
	padding: 1em;
	box-sizing: border-box;
	font-size: 14px;
}

.information ul{
	font-size: 15px;
	padding-left: 1em;
}


table.base1 {
	border-collapse: collapse;
	border: 1px solid #ddd !important;
	font-size: .9rem;
	padding: 0px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	/*margin-bottom: 0px;*/
	margin-left: auto;
  border-spacing: 0;
}
table.base1 th {
	padding: .8rem;
	background-color: #e2e7e3;
	font-size: .9rem;
	font-weight: normal;
	border: 1px solid #ddd !important;
  vertical-align: middle;
  width: 180px;
}
table.base1 td {
	padding: .8rem .6rem;
	margin: 0px;
	border: 1px solid #ddd !important;
  vertical-align: middle;
}
.komoku {
	background-color: #e2e7e3;
	font-size: .9rem;
	font-weight: 300;
	text-align: left;
}
.midashi1 {
  background-image: linear-gradient(90deg, rgba(55, 68, 55, 1), rgba(66, 136, 106, 1) 90%);
	font-size: 1.0rem;
  color: #fff;
	font-weight: 600;
	text-align: left;
	margin: 0px;
	padding: 2.0rem;
}
.bg_yellow {
  background-color: #ffffe0;
}
.bg_gray {
  background-color: #afd1ef;
  font-size: .8rem;
}
.setsumei {
	font-family: sans-serif;
	font-size: 13px;
	text-align: left;
	margin: 10px 0px;
	padding: 10px;
    box-sizing: border-box;
	width: auto;
}

.txt-box_wrap {
  margin: 0 auto;
  text-align: center;
  width: 800px;
}
.txt-box {
  width: 766px;
  font-size: 1rem;
  border: 1px solid #ddd !important;
  padding: 1rem;
}

.caution{
  background-color: rgba(252,250,227,1.00);
  padding: 15px 10px;
  box-sizing: border-box;
  text-align: left;
  margin-bottom: 10px;
}

.caution p{
    margin: 0;
}

.caution ul{
    margin: 0;
}
.center {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
hr {
	background-color: #ccc;
	border-width: 0px;
	height: 1px;
	width: 780px;
}

/* フォーム周り */
/*.form-text {
    height: 2.4em;
    padding: 0 14px;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px #ccc inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.form-text:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}
.form-textarea {
    display: block;
    padding: 4px 14px;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px #ccc inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    resize: vertical;
}
.form-textarea:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}
*/

/* 空の時に表示させない */
.error:empty,.display_error:empty{
	display: none;
}

/* 見出し */
h1 {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 1.6rem;
  color: ＃1b1b1b;
}

/* ボタン */
.btn-gradation {
  display: inline-block;
  width: 140px;
  text-align: center;
  font-size: 16px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  padding: 12px 24px;
  border-radius: 4px;
  background-image: linear-gradient(-90deg, #FF006E, #FFD500);
  transition: .5s;
  background-size: 200%;
  border: 0;
}
.btn-simple {
  display: inline-block;
  width: 140px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 4px;
  transition: .5s;
  background-size: 200%;
  border: 0;
  background-image: radial-gradient(circle, rgba(58, 99, 255, 1), rgba(42, 179, 252, 1) 90%);
}
.btn-simple2 {
  display: inline-block;
  width: 140px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 4px;
  transition: .5s;
  background-size: 200%;
  border: 0;
  background-image: linear-gradient(-90deg, #FF006E, #FFD500);
}

.btn-gradation:hover {
  background-position: right center;
}
.btn-simple:hover {
  opacity: .6;
}
.btn-simple2:hover {
  opacity: .6;
}

/*　span設定　*/
.eg {
	color: #930;
	font-size: .8rem;
}
.eg2 {
	color: #fff;
	font-size: .8rem;
}
/* span カラー設定　*/
.green {
  color: #006600;
}
.red {
	color: #dc143c;
	font-size: .8rem;
}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0B2C89;
}

/*スペース*/
.space_tb1 { /* 使い方   class="space_tb1" */
	/*上下に各1文字分のマージン（スペース）*/
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0em;
	margin-right: 0em;
}
.space_tb2 { /* 使い方   class="space_tb2" */
	/*上下に各2文字分のマージン（スペース）*/
	margin-top: 2em;
	margin-bottom: 2em;
	margin-left: 0em;
	margin-right: 0em;
}
.space_tb3 { /* 使い方   class="space_tb3" */
	/*上下に各3文字分のマージン（スペース）*/
	margin-top: 3em;
	margin-bottom: 3em;
	margin-left: 0em;
	margin-right: 0em;
}
.space_lr1 { /* 使い方   class="space_lr1" */
	/*左右に各1文字分のマージン（スペース）*/
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 1em;
	margin-right: 1em;
}.space_lr2 { /* 使い方   class="space_lr2" */
	/*左右に各2文字分のマージン（スペース）*/
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 2em;
	margin-right: 2em;
}

/*---------------------------------
入力欄の基本設定
---------------------------------*/
.select select, input[type="text"], textarea, input[type="password"], input[type="number"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-color: #ddd;
  border-radius: 4px;
  box-shadow: none;
  display: inline-flex;
  font-size: .8rem;
  /*height: 2.25em;*/
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top;
}
.select:not(.is-multiple):not(.is-loading)::after, .navbar-link:not(.is-arrowless)::after {
  border: 3px solid transparent;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.625em;
  margin-top: -0.4375em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  width: 0.625em;
}
.select select {
  background-color: white;
  border-color: #dbdbdb;
  color: #363636;
  cursor: pointer;
  display: block;
  font-size: 1em;
  max-width: 100%;
  outline: none;
}
.select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top;
}
.select:not(.is-multiple):not(.is-loading)::after {
  border-color: #777; 
  right: 1.125em;
  z-index: 4;
}
.select select:not([multiple]) {
  padding-right: 2.5em;
}
select::-ms-expand { /* select要素のデザインを無効にする（IE用） */
  display: none;
}
/* 2023追加 Placeholderのカラー変更 */
::placeholder {
  color: #A3A3A3;
}
::-ms-input-placeholder {
  color: #A3A3A3;
}
:-ms-input-placeholder {
  color: #A3A3A3;
}

/* ボタン */
.button-4 {
  appearance: none;
  background-color: #FAFBFC;
  border: 1px solid rgba(27, 31, 35, 0.15);
  border-radius: 6px;
  box-shadow: rgba(27, 31, 35, 0.04) 0 1px 0, rgba(255, 255, 255, 0.25) 0 1px 0 inset;
  box-sizing: border-box;
  color: #24292E;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  list-style: none;
  padding: 6px 16px;
  position: relative;
  transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: break-word;
}

.button-4:hover {
  background-color: #F3F4F6;
  text-decoration: none;
  transition-duration: 0.1s;
}

.button-4:disabled {
  background-color: #FAFBFC;
  border-color: rgba(27, 31, 35, 0.15);
  color: #959DA5;
  cursor: default;
}

.button-4:active {
  background-color: #EDEFF2;
  box-shadow: rgba(225, 228, 232, 0.2) 0 1px 0 inset;
  transition: none 0s;
}

.button-4:focus {
  outline: 1px transparent;
}

.button-4:before {
  display: none;
}

.button-4:-webkit-details-marker {
  display: none;
}

/* 2023追加　センタリングtable */
table.table_ce {
	border-collapse: collapse;
	border: 1px solid #ddd !important;
	font-size: .9rem;
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
  border-spacing: 0;
}
table.table_ce th {
	padding: .8rem;
	background-color: #ADB4C8;
	font-size: .9rem;
	text-align: center;
	font-weight: normal;
	border: 1px solid #ddd !important;
  vertical-align: middle;
}
table.table_ce td {
	padding: .8rem;
	margin: 0px;
	border: 1px solid #ddd !important;
  vertical-align: middle;
  text-align: center;
}


.required {
  color: #AC0407;
  font-size: 1.0rem;
}
.is-10pct {
  width: 10%;
}
.is-20pct {
  width: 20%;
}
.is-30pct {
  width: 30%;
}
.is-40pct {
  width: 40%;
}
.is-50pct {
  width: 50%;
}
.is-60pct {
  width: 60%;
}
.is-70pct {
  width: 70%;
}
.is-80pct {
  width: 80%;
}
.is-90pct {
  width: 90%;
}

.mg_b1 {
  margin-bottom: 1rem;
}
.mg_b2 {
  margin-bottom: 2rem;
}

/* リンク装飾 */
a {
  text-decoration: none;
  color: #42886a;
}
a:hover {
  text-decoration: underline;
}
