@charset "UTF-8";

@import "reset.css";
@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; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* 明るい背景の場合に黒色でアイコンを表示するためのルール */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* 暗い背景の場合に白色でアイコンを表示するためのルール */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }


body {
	margin: 0px;
	padding: 0px;
	background-color: #EBEBEB;
	font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,Hiragino Kaku Gothic ProN,Hiragino Sans,ヒラギノ角ゴ ProN W3,Arial,メイリオ,Meiryo,sans-serif;
	font-size: 14px;
	text-align: center;
}

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

/*幅と背景*/
#wrapper {
	text-align: center;
	padding: 0px;
	width: 800px;
	background: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.error {
	background-color: #FFEDF3;
	color: #C00;
	font-size: 1rem;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.error400 {
	background-color: #FFEDF3;
	color: #C00;
	font-size: 1rem;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 400px;
}
table {
 border-collapse:  collapse !important;
  width: 500px;
}
table.base1 {
  border-collapse: seprate;
  border-spacing:0px;
	border: 1px solid #90A1AB;
	font-size: .9rem;
	padding: 0px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
  width: 700px;
}
table.base1 th,td {
    border: solid 1px;
    padding: 5px;
}
table.base1 th {
	padding: 5px;
	background-color: #D2D2D2;
	font-size: 1.0rem;
	text-align: center;
	font-weight: normal;
	border-color: #90A1AB;
}
table.base1 td {
	padding: 5px;
	/*margin: 0px;*/
	border-color: #90A1AB;
  line-height: 1.5;
  vertical-align: top;
}
.komoku {
	font-size: .9rem;
	font-weight: 300;
	text-align: left;
	width: 165px;
  vertical-align: middle;
}
.midashi1 {
	background-color: #EBEBEB;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: left;
	margin: 0px;
	height: 20px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
}
.setsumei {
	font-size: .9rem;
	text-align: center;
	margin: 1rem;
	padding: 3px;
	width: auto;
}
.center {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.bg{
  background-color: rgba(234,234,234,1.00);
}
hr {
	background-color: #ddd;
	border-width: 0px;
	height: 1px;
	width: 700px;
  text-align: center;
}

/*span設定*/
.eg {
	color: #930;
	font-size: 9pt;
}
.eg2 {
	color: #000;
	font-size: 8pt;
}
.red {
	color: #F00;
}
.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;
}

/* 20230210追加 */
.setsumei_notice {
  color: #394b9f;
  font-size: 1rem;
  font-weight: 600;
  padding: .5rem 2rem;
}

input[type="text"],input[type="password"], textarea, select::placeholder {
  color: #ddd !important;
	opacity: 1 !important;
}
/* IE */
input[type="text"],input[type="password"], textarea, select:-ms-input-placeholder {
  color: #ddd;
	opacity: 1;
}
/* Edge */
input[type="text"],input[type="password"], textarea, select::-ms-input-placeholder {
  color: #ddd;
	opacity: 1;
}

.error:empty,.display_error:empty{
	display: none;
}

/* リンク */
a{
  color: #394b9f;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
}
a:visited {
  color: #394b9f;
}
a:hover {
  color: #ff69b4;
  box-shadow: 0 0 2px rgba(0,0,0,0.2);
}

/*----------------------------------------------------------------------------------------
    
   　　　　　　　　　　　　　 ここからテーブルの設定
    
----------------------------------------------------------------------------------------*/

table.base1 td.komoku{
    background-color: rgba(234,234,234,1.00);
    color: #333;
    width: 25%;
}

table.base1 td{
	padding: 0.6em;
	box-sizing: border-box;
}

input[type="text"], input[type="password"], textarea, select {
    background-color: white;
    border-color: #dbdbdb !important;
    color: #363636 !important;
    box-shadow: inset 0 1px 2px rgb(10 10 10 / 10%) !important;
    padding: 5px !important;
    box-sizing: border-box !important;
    display: inline !important;
}

input[type="text"]:focus {
  border-color: #394b9f;
  outline: 0;
}

td p{
    font-size: 12px;
    display: inline;
    padding-left: 15px;
}


/* フォームとテキストのズレを調整 */
.ver-align input,
.ver-align select{
	vertical-align:middle;
}


@media screen and (max-width:720px) {
       
    td{
        width: 100%;
        display: block;
         border: none;
               padding-left: 0px;
    }
    
    td.komoku{
        width: 100%;
        border: none;
        padding-left: 10px;
 
    }
  
    tr{
        width: 100%;
         border: none;
    }
    
    tbody{
        width: 100%;
        border:none;
    }
    
    table{
        width: 100%;
        border: none;
    }
    
    input{
        margin: 5px auto;
        box-shadow: 1px 1px 2px #CCC;
    }
    
    input.nokage{
        box-shadow: none;
    }
    
}
    
/*----------------------------------------------------------------------------------------
    
   　　　　　　　　　　　　　 次へ、などのボタン設定
    
----------------------------------------------------------------------------------------*/

.yogaku{
    padding-bottom: 30px;
}
.space_tb1{
  color:#FFFFFF;
  background-color: rgba(144,144,144,1.00);
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
	outline: none;
	border:none;
  width: 200px;
	padding: 0.5em 0;
	cursor: pointer;
	font-weight: bold;
	font-size: 14px;
}
.space_tb1.back{
  color:rgba(144,144,144,1.00);
  background-color: #FFFFFF;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
	outline: none;
	border:1px solid rgba(144,144,144,1.00);
  width: 200px;
	padding: 0.5em 0;
}
.space_tb1:hover{
  opacity: 0.7;
	transform: translateY(2px);
	transition-duration: 300ms;
}
.space_tb2{
  color:#FFFFFF;
  background-color:#3B7596;
  width: 200px;
}

/*パーセンテージの設定*/

.per5{width: 5%;}
.per15{width: 15%;}
.per25{width: 25%;}
.per35{width: 35%;}
.per45{width: 45%;}
.per55{width: 55%;}
.per65{width: 65%;}
.per75{width: 75%;}
.per85{width: 85%;}
.per95{width: 95%;}
.per10{width: 10%;}
.per20{width: 20%;}
.per30{width: 30%;}
.per40{width: 40%;}
.per50{width: 50%;}
.per60{width: 60%;}
.per70{width: 70%;}
.per80{width: 80%;}
.per90{width: 90%;}
.per100{width: 100%;}

/* リスト */
.list_wrap {
  list-style:  none;
  margin:  0 0 0 2rem;
  padding: 0;
  color: #f00000;
}
.list::before {
  content:  "";
  width:  10px;
  height:  10px;
  display:  inline-block;
  background-color: #F44336;
  border-radius:  50%;  
}
.list_wrap ul {
  list-style: square;
}
.foo {
  font-size: .9rem;
  padding-left: 0;
}

h4 {
  font-weight: 600;
  margin-bottom: 2rem;
  margin-top: 1rem;
}

/* 均等に横並び */
.div-equal-box {
  display: flex;
  justify-content: space-around;
  margin: 1rem 0 2rem 0;
  width: 760px;
}
.div-equal-box div {
  text-align: center;
  width: 20%;
}
.link_btn {
  display: inline-block;
  color: #fff;
  text-decoration :none;
  background: #394b9f;
  border-radius: 2px; 
  border: 1px solid #394b9f;
  box-shadow: 0 2px 4px rgba(0,0,0,0.3);
  transition: .3s;
  padding: 1rem;
  text-align: center;
  width: 100%;
}

/* リンク設定 */
.div-equal-box a{
  color: #fff;
  text-decoration: none;
}
.div-equal-box a:visited {
  color: #fff;
}
.div-equal-box a:hover {
  color: #f0e68c;
  box-shadow: 0 0 2px rgba(0,0,0,0.2);
}

/* 事務局テーブル */
table.base2 {
  border-collapse: seprate;
  border-spacing:0px;
	border: 1px solid #90A1AB;
	font-size: .9rem;
	padding: 0px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
table.base2 th,td {
    border: solid 1px;
    padding: 5px;
}
table.base2 th {
	padding: 5px;
	background-color: #D2D2D2;
	font-size: 1.0rem;
	text-align: center;
	font-weight: normal;
	border-color: #90A1AB;
}
table.base2 td {
	padding: 5px;
	/*margin: 0px;*/
	border-color: #90A1AB;
  line-height: 1.5;
  vertical-align: top;
}