@charset "UTF-8";
/* @group フォント、アイコン設定 */
@import url(https://fonts.googleapis.com/css?family=Lato:400,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';
}
input[type="text"], input[type="password"], textarea {
  background-color: white;
  border-color: #dbdbdb;
  color: #363636;
  box-shadow: inset 0 1px 2px rgb(10 10 10 / 10%);
  font-size: 1.5rem;
  padding: 8px 5px;
  box-sizing: border-box;
  display: inline;
}
textarea {
  width: 100%;
}
/*==================================================
基本デザイン
==================================================*/
body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, "Arial", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #434343;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#wrapper {
  max-width: 1260px;
  width: 94%;
  margin: 0px auto auto;
}
a {
  color: rgba(0, 122, 103, 1.00);
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 122, 103, 1.00);
  word-break: break-all;
  word-wrap: break-word;
}
a:hover {
  opacity: 0.5;
  transition-duration: 500ms;
}
a.o-link:after {
  font-family: 'Material Icons';
  content: '\e89e';
  margin-right: 2px;
  margin-left: 2px;
  position: relative;
  top: 3px;
}
a.o-mail:after {
  font-family: 'Material Icons';
  content: '\e0be';
  margin-right: 2px;
  margin-left: 2px;
  position: relative;
  top: 3px;
}
h1 {
  font-weight: 500;
  font-size: 2.5rem;
  text-align: center;
  padding: 1em 0;
  color: rgba(255,145,144,1);
  box-sizing: border-box;
}
h2 {
  font-weight: 700;
  font-size: 2rem;
  padding: 1em 0 0.1em;
  color: rgba(255,145,144,1);
  box-sizing: border-box;
  border-bottom: 4px #CCC double;
  margin-bottom: 0.3em;
}
h2 small {
  display: block;
}
h3 {
  font-weight: 500;
  font-size: 1.7rem;
  padding: 0.3em 0 0.1em;
  color: rgba(121, 121, 121, 1.00);
  box-sizing: border-box;
  border-bottom: 1px dashed #CCC;
  ;
  margin-bottom: 0.8em;
}
.info {
  font-size: 1.5rem;
  padding: 0 0 1em;
  box-sizing: border-box;
}
.info-yellow {
  background-color: rgba(255, 250, 187, 0.5);
  padding: 1em;
  box-sizing: border-box;
  border: 2px dashed rgba(255, 208, 34, 1.00);
  margin-bottom: 1em;
}
.up-btm-p1em {
  padding: 1em 0;
}
.up-p1em {
  padding: 1em 0 0;
}
.error {
  font-size: 1.5rem;
  font-family: sans-serif;
  color: rgba(226, 71, 102, 1.00);
  background-color: rgba(226, 71, 102, 0.08);
  padding: 0.5em;
  box-sizing: border-box;
  border: 1px solid rgba(226, 71, 102, 1.00);
  border-radius: 1px;
}
/*ヘッダー*/
header {
  padding: 1em 0.5em 0.8em;
  text-align: center;
  color: rgba(255, 255, 255, 1.00);
  background-color: rgba(255,145,144,1);
  font-size: 2.8rem;
  letter-spacing: 2px;
  font-weight: bold;
  font-family: serif;
  box-sizing: border-box;
}
header h4 {
  font-size: 2.4rem;
  font-weight: bold;
  border-top: 1px dashed #fff;
  margin-top: 8px;
  padding-top: 8px;
}
/*基本テーブル*/
.red {
  color: rgba(226, 71, 102, 1.00);
  font-size: 11px;
  padding: 2px 5px;
  border: 1px solid rgba(226, 71, 102, 1.00);
  border-radius: 3px;
  float: right;
  font-weight: 500;
}
.red-c {
  color: rgba(226, 71, 102, 1.00);
}
.orange-c {
  color: rgba(255, 149, 3, 1.00);
}
.base1 {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2em;
}
.base1 td {
  border: 1px solid rgba(209, 209, 209, 1.00);
  padding: 7px 15px;
  box-sizing: border-box;
  font-size: 1.5rem;
}
.base1 td.komoku {
  width: 20%;
  background-color: rgba(246, 246, 246, 1.00);
  font-size: 1.5rem;
  font-weight: bold;
  color: rgba(105, 105, 105, 1.00);
}
.top8px {
  margin-top: 8px;
}
.under8px {
  margin-bottom: 8px;
}
.note {
  font-size: 13px;
}
.eg {
  font-size: 14px;
  color: rgba(118, 118, 118, 1.00);
  font-weight: 400;
}
.setsumei {
  font-size: 14px;
  color: rgba(118, 118, 118, 1.00);
  font-weight: 400;
  padding: 1em 0;
}
.l-he2 {
  display: inline-block;
  line-height: 2;
}
.eword2 {
  font-weight: 400;
  font-size: 1.3rem;
}

/*著者*/
.au-table td:nth-of-type(1) {
  text-align: center;
  background-color: rgba(246, 246, 246, 1.00);
  width: 10%;
}
.au-table td:nth-of-type(2) {
  width: 40%;
}
.au-table td:nth-of-type(3) {
  width: 40%;
}
.au-table td:nth-of-type(4) {
  width: 10%;
}

.au-table th {
  border: 1px solid rgba(209, 209, 209, 1.00);
  padding: 15px;
  box-sizing: border-box;
  background-color: rgba(246, 246, 246, 1.00);
  font-size: 1.5rem;
  font-weight: bold;
  color: rgba(105, 105, 105, 1.00);
}
.au-table td input[type="text"] {
  width: 80%;
}
.au-table.kakunin td:nth-of-type(2) {
  width: 30%;
  text-align: left;
}
/*所属*/
.aff-table td:nth-of-type(1) {
  text-align: center;
  background-color: rgba(246, 246, 246, 1.00);
  width: 20%;
}
.aff-table td:nth-of-type(2) {
  width: 80%;
}

.aff-table th {
  border: 1px solid rgba(209, 209, 209, 1.00);
  padding: 15px;
  box-sizing: border-box;
  background-color: rgba(246, 246, 246, 1.00);
  font-size: 1.5rem;
  font-weight: bold;
  color: rgba(105, 105, 105, 1.00);
}
.aff-table td input[type="text"] {
  width: 80%;
}
.aff-table.kakunin td:nth-of-type(2) {
  width: 30%;
  text-align: left;
}


/*投稿ファイルの注意事項のテーブル*/
.fup-table td {
  display: table-cell;
}
.fup-table td:nth-of-type(1) {
  background-color: rgba(236, 220, 139, 1.00);
  width: 10%;
  text-align: center;
}
/*注意事項*/
.info-notes {
  color: #444;
  padding: 1.5em;
  box-sizing: border-box;
  background-color: #F1EFE8;
  margin-bottom: 50px;
  font-size: 14px;
}
.info-notes h4 {
  font-size: 17px;
  font-weight: bold;
}
.info-notes p {
  padding-left: 1.5em;
  text-indent: -1.5em;
  margin-top: 8px;
  box-sizing: border-box;
}
.info-notes #notes {
  display: block;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  margin-top: 10px;
}
input[type="checkbox"] {
  -ms-transform: scale(1.5, 1.5);
  -webkit-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}
/*ボタン*/
.btn-control {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
.btn-control-up {
  display: flex;
  justify-content: flex-end;
  padding: 1.5em 0;
}
.btn-control.btn-intable {
  justify-content: flex-start;
  margin-bottom: 0px;
  padding: 0.5em 0;
}
.btn-control input {
  background-color: rgba(220, 220, 220, 1.00);
  border: none;
  font-size: 1.7rem;
  width: auto;
  font-weight: bold;
  padding: 8px 2.5em;
  cursor: pointer;
  margin: 0.5em 2em 0;
}
.btn-control input.next {
  background-color: rgba(255,145,144,1);
  color: #fff;
}
.btn-control.btn-intable input {
  margin: 0px;
  width: auto;
  padding: 8px 2em;
  letter-spacing: 2px;
}
input.btn-orange {
  background-color: rgba(255, 149, 1, 1.00);
  color: #fff;
}
.btn-control input:hover {
  opacity: 0.5;
  transform: translateY(3px);
  transition-duration: 600ms;
}
.btn-orange:hover {
  opacity: 0.5;
  transform: translateY(3px);
  transition-duration: 600ms;
}
/*フッター*/
footer {
  text-align: center;
  font-size: 13px;
  padding: 2em 0;
  background-color: rgba(246, 246, 246, 1.00);
  color: #787878;
  margin-top: 2em;
}
/*ログイン画面*/
div.container {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}
div.box {
  width: 60%;
  max-width: 300px;
  box-shadow: 0px 0px 4px 2px rgba(10, 10, 10, 0.1);
  position: relative;
  padding: 40px 20px 10px;
}
.avatar img {
  padding: 5px;
  background: #3C413A;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .1);
  box-shadow: 0 2px 3px rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .1);
  width: 100px;
  height: 100px;
position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.r-pass {
  text-align: center;
  font-size: 1.4rem;
}
/*==================================================
レスポンシブ
700px以下の場合
==================================================*/
@media screen and (max-width:800px) {
  header {
    font-size: 2.4rem;
  }
  h1 {
    font-size: 2.0rem;
  }
  h2 {
    font-size: 1.8rem;
  }
  h3 {
    font-size: 1.7rem;
  }
 	
  .base1 {
    border-bottom: 1px solid #CCC;
  }
  .base1 td {
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 15px 10px;
  }
  .base1 td.komoku {
    display: block;
    width: 100%;
  }

 .per30 {
    width: 100%;
    display: block;
  }
	
  .per40 {
    width: 100%;
    display: block;
  }
  .per50 {
    width: 100%;
    display: block;
  }
  .fup-table td {
    display: table-cell;
  }
  .fup-table td:nth-of-type(1) {
    background-color: rgba(236, 220, 139, 1.00);
    width: 10%;
  }
	
div.box {
    width: 100%;
    max-width: 100%;
}
    
/*著者*/
.au-table td:nth-of-type(1) {
    display: block;
    width: 100%;
     background-color: rgba(233,246,247,0.5);
    text-align: left;
}
.au-table td:nth-of-type(2) {
    display: block;
    width: 100%;
}
.au-table td:nth-of-type(3) {
    display: block;
    width: 100%;
}
.au-table td:nth-of-type(4) {
    display: block;
    width: 100%;
}

.au-table th {
    display: block;
    width: 100%;
    text-align: left;
}

.au-table.kakunin td:nth-of-type(2) {
    display: block;
    width: 100%;
}
/*所属*/
.aff-table td:nth-of-type(1) {
    display: block;
    width: 100%;
     background-color: rgba(233,246,247,0.5);
    text-align: left;
}
.aff-table td:nth-of-type(2) {
    display: block;
    width: 100%;
}

.aff-table th {
    display: block;
    width: 100%;
    text-align: left;
}
.aff-table td input[type="text"] {
  width: 100%;
}
.aff-table.kakunin td:nth-of-type(2) {
    display: block;
    width: 100%;
}
    

}