@charset "utf-8";

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 93.75%; /* 16px の 93.75% = 15px */
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  letter-spacing: 0.05em;
  color: #333;
}

div.wrap {
  max-width: 1000px !important;
  margin: 0 auto 25vh;
  padding: 0 10px;
}

/* -- header  ------*/

header {
  width: 100%;
  margin: 0 auto 0;
  padding: 0;
}

header div.h_area {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

header div.h_area > h1 {
  width: 100%;
  font-size: clamp(1.063rem, 0.975rem + 0.44vw, 1.5rem);
  line-height: 1.45 !important;
  padding: 5px 0 0;
  margin: 10px 0 0;
  border-bottom: solid 1px #454545;
  font-weight: bold;
}

header div.h_area > p{
	width: 100%;
	font-size: 1.1em;
	line-height: 2;
	padding-left: 0.25rem;
	font-weight: bold;
  letter-spacing: -0.01em;
  color: #5c5c5c !important;
  }


div.wrap p.toptxt {
  width: 100%;
  font-size: clamp(1.063rem, 0.975rem + 0.44vw, 1.25rem);
  font-weight: bold;
  margin: 25px 0 -15px;
  padding: 0;
}

/* -- 送信エラー ------*/

@keyframes border {
  0% {
    border: medium solid #da3c41;
  }
  100% {
    border: medium solid #da3c4152;
  }
}

div.notinput {
  width: 100%;
  color: #da3c41;
  line-height: 2;
  padding: 15px 10px !important;
  animation: border 0.5s ease infinite alternate;
  margin-bottom: 25px !important;
  margin: 0 auto 25px;
}
div.notinput li {
  list-style-type: none;
}

div.notinput p.blinking {
  text-align: center;
  font-weight: bold;
  padding-bottom: 10px !important;
}

div.notinput ul li {
  text-align: center;
}

.blinking {
  -webkit-animation: blink 0.5s ease-in-out infinite alternate;
  -moz-animation: blink 0.5s ease-in-out infinite alternate;
  animation: blink 0.5s ease-in-out infinite alternate;
}

div.explanation {
  width: 100%;
  margin: 20px 0 -5px;
  padding: clamp(0px, 2.5vw, 25px);
  /* overflow: hidden; */
  text-align: left;
  background-color: #f4f5f7;
}

/* -- h2 ------*/

form#mail_form h2 {
  width: 100%;
  margin: 25px auto 0;
  padding: 12px 5px 10px 10px;
  border-top: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  background: #fcfcfc;
  font-weight: bold;
  /* align-items: center; */
  /* text-align: center; */
  font-size: clamp(0.938em, 0.879em + 0.29vw, 1em) !important;
  line-height: 1;
  color: #565656 !important;
  background-image: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1),
    rgba(230, 230, 230, 1)
  );
}

/* -- h2直下-----*/

form#mail_form div.hosoku {
  width: 100%;
  margin: 0 auto 0;
  overflow: hidden;
  padding: 10px 15px 13px;
  background-color: #fcfcfc;
  border-top: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}

form#mail_form div.hosoku p {
  color: #008080;
  margin: 0;
  line-height: 1.5 !important;
  display: block;
  font-size: 0.9em;
}

form#mail_form div.hosoku p:first-child {
  margin-top: 7px !important;
}

form#mail_form div.hosoku > ul {
  margin: 15px 0 15px 0;
  padding: 0;
  display: flex;
  align-items: center;
}

form#mail_form div.hosoku > ul > li:first-child {
  display: inline-block;
  border: solid 1px #ccc;
  padding: 2px 7px;
  font-weight: bold;
  margin-right: 0.5rem;
  white-space: nowrap;
}

form#mail_form div.hosoku > ul > li:nth-child(2) {
  font-weight: bold;
}

/* -- h3 ------*/

form#mail_form h3 {
  border-bottom: 1px dotted #cccccc;
  width: 100%;
  margin: 25px auto 15px !important;
  overflow: hidden;
  padding: 5px 0 5px 5px;
  line-height: 28px;
}



/* -- 補足------*/

form#mail_form dl dd > p {
  color: #008080;
  margin: 0;
  padding-right: 1em;
  line-height: 1.5 !important;
  display: block;
  font-size: 0.9em;
}

form#mail_form dl > dd > p:nth-of-type(1) {
  margin-top: 7px !important;
}

/* -- 改行 ------*/

.break:before {
  content: "\A";
  white-space: pre;
  line-height: 1;
}

/* -- 特種文字リンクBtn--------------------------------------------------------------*/
.square_btn {
  margin: 15px 0 !important;
}

.square_btn a {
  display: inline-block;
  padding: 10px 25px !important;
  text-decoration: none;
  color: #6699cc;
  border: solid 1px #6699cc;
  border-radius: 3px;
  transition: 0.4s;
  font-weight: bold;
}

.square_btn a:hover {
  background: #6699cc;
  color: white;
}

/* -- mail_form--------------------------------------------------------------*/

form#mail_form * {
  margin: 0;
  padding: 0;
}

form#mail_form {
  width: 100%;
  margin: 0 auto 50px;
  padding: 0;
}

form#mail_form .author {
  /* border-bottom: none !important; */
  padding-bottom: 25px;
  margin-bottom: 5px;
  /* border-top: 1px solid #b6c4cc;
  border-left: 1px solid #b6c4cc;
  border-right: 1px solid #b6c4cc; */
  background: #f5f7f8;
}

form#mail_form .author .box{
  border-bottom: 1px solid #dcdcdc;
  border-top: none;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}
/* form#mail_form .author:first-child{
  border-top: 1px solid #b6c4cc;
} */
form#mail_form [class^="slide-"] .author .box{
  border-bottom: none!important;
}
form#mail_form [class^="slide-"] .author:last-child .box{
  border-bottom: 1px solid #b6c4cc!important;
}

form#mail_form .author-box .author:last-child {
  /* border-bottom: 1px solid #b6c4cc !important; */
}

form#mail_form .box {
  width: 100%;
  padding: 0.5em 1em;
  margin: 0 auto 0;
  color: rgba(0, 0, 0, 0.89);
}


form#mail_form .box p {
  margin: 0;
  padding: 0;
  font-size: 0.9em;
  color: #002980;
}

form#mail_form .box p:nth-of-type(1) {
  font-size: 0.95em;
  font-weight: bold;
  margin: 0;
  padding: 0;
  color: #3c3c3c;
}

form#mail_form .author {
  padding-bottom: 0;
  margin-bottom: 0;
}

form#mail_form dl {
  width: 100%;
  margin: 0 auto;
  /* border-top: 1px solid #dcdcdc; */
  border-bottom: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  display: flex;
  flex-wrap: wrap;
  align-items: top;
}

form#mail_form dl:first-of-type {
  border-top: 1px solid #dcdcdc;
}

form#mail_form dl dt {
  width: 20rem;
  padding: 19px 1em 10px 0;
  text-align: left;
  background-color: #f1f7f5;
  font-size: 0.9em;
  border-right: 1px solid #dcdcdc;
  border-bottom: none;
}

form#mail_form dl dd {
  flex: 1;
  padding: 10px 10px 5px 10px;
  border-left: none;
  border-bottom: none;
  background-color: #f4f5f7;
}

form#mail_form dl:last-of-type {
  border-bottom: 1px solid #dcdcdc;
}

form#mail_form dl dt span {
  display: inline-block;
  color: #ffffff;
  padding: 6px;
  border-radius: 3px;
  margin-right: 8px;
  margin-left: 8px;
  line-height: 1;
  text-indent: 0;
  font-size: 0.8em;
}

/* -- UL ------*/

form#mail_form ul:after {
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

/* form#mail_form ul {
  display: inline-block;
  overflow: hidden;
}

form#mail_form ul {
  display: block;
} */

form#mail_form ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin-top: 5px;
  margin-bottom: 5px;
}

form#mail_form ul.job{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  list-style-type: none;
  margin-top: 5px;
  margin-bottom: 5px;
}

form#mail_form ul.type-check {
  margin-top: 8px;
  margin-bottom: 12px;
}

form#mail_form ul li {
  margin-right: 1.5rem;
}

form#mail_form ul li label:hover {
  cursor: pointer;
}

#javascriptPush {
  margin: 40px 0 20px 0;
}

#javascriptPush span {
  font-weight: bold;
  padding: 1em 2em 1em 2.5em;
  margin: 1em 0 1em 5%;
  color: #fff;
  background: #a44682;
  border: none;
  border-radius: 0.2em;
  letter-spacing: 1px;
  text-shadow: 2px 2px 2px #424242;
}

/* -- for JavaScript ここから -------------------------------------------------------------------------------- */

form#mail_form dl dt span.required,
form#mail_form dl dt span.optional {
  /* display: inline-block; */
  float: left;
  color: #ffffff;
  line-height: 1;
  padding: 8px 9px;
  border-radius: 3px;
  margin-top: -4px;
}

form#mail_form dl dt span.required {
  background: #d9534f;
  border: 1px solid #d43f3a;
}

form#mail_form dl dt span.optional {
  background: #337ab7;
  border: 1px solid #2e6da4;
}

/* #coi_form_table span.error_blank, */
form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match{
  display: block;
  color: #ff0000;
  margin-top: 3px;
}

span.loading {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-top: 5px solid rgba(255, 255, 255, 0.2);
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  border-left: 5px solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load-circle 1s linear infinite;
  animation: load-circle 1s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
}

@-webkit-keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* -- for JavaScript ここまで -------------------------------------------------------------------------------- */
form#mail_form input,
form#mail_form textarea {
  font-size: 1rem !important;
}

form#mail_form textarea {
  line-height: 1.65 !important;
}
form#mail_form textarea:disabled{
  background-color: #dcdcdc;
}
label.disabled{
  opacity: 0.5;
  pointer-events: none;
}

form#mail_form input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tel"] {
  width: 100%;
  padding: 10px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #fafafa;
  appearance: none;
  -webkit-appearance: none;
  margin-top: 0;
}

form#mail_form input[type="text"]:focus,
form#mail_form input[type="email"]:focus,
form#mail_form input[type="tel"]:focus,
form#mail_form textarea:focus {
  box-shadow: 0px 0px 5px #55ccff;
  border: 1px solid #55ccff;
  background: #ffffff;
}

form#mail_form ul li input[type="radio"] {
  margin-right: 2px;
  margin-top: 0;
}

form#mail_form ul li input[type="checkbox"] {
  margin-right: 5px;
  margin-top: 0;
}

form#mail_form ul li:first-child input[type="radio"],
form#mail_form ul li:first-child input[type="checkbox"] {
  margin-top: 0px;
}

form#mail_form select {
  margin-top: 0;
  height: 40px;
}

form#mail_form textarea {
  display: block;
  width: 100%;
  padding: 10px;
  resize: vertical;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #fafafa;
  appearance: none;
  -webkit-appearance: none;
}

/* -- size ------*/
.w100 {
  width: 100%;
}

.w90 {
  width: 90%;
}

.w15 {
  width: 15% !important;
  margin-bottom: 5px !important;
}

.w20 {
  width: 20% !important;
}

.w45 {
  width: 40% !important;
  text-align: left !important;
  margin-bottom: 5px !important;
}

.w50 {
  width: 50% !important;
  text-align: left !important;
  margin-bottom: 5px !important;
}

/* -- select ------*/
form#mail_form dl dd select {
  width: 100%;
  background-color: #fafafa;
  border: 1px solid #cccccc;
  border-radius: 3px;
  display: inline-block;
  font: inherit;
  line-height: 1rem;
  padding: 10px 100px 10px 15px;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;

  overflow: hidden;

  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis; /* Safari用 */
  -o-text-overflow: ellipsis; /* Opera用 */

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

form#mail_form dl dd select.minimal {
  background-image: linear-gradient(to bottom left, #ccc 50%, transparent 50%),
    linear-gradient(to bottom right, #ccc 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1rem + 2px),
    calc(100% - 15px) calc(1rem + 2px), calc(100% - 2.5rem) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5rem;
  background-repeat: no-repeat;

  max-width: 95%;
}

select.minimal:focus {
  box-shadow: 0px 0px 5px #55ccff;
  border: 1px solid #55ccff;
  background: #ffffff;
}

form#mail_form input:focus,
form#mail_form textarea:focus,
form#mail_form select:focus {
  outline: none;
}

form#mail_form input#company {
  width: 90%;
}

form#mail_form input[id^="name_"],
form#mail_form input[id^="read_"],
form#mail_form input#schedule {
  width: 40%;
  max-width: 250px !important;
}

form#mail_form input#postal,
form#mail_form input#postal2 {
  width: 20%;
}

form#mail_form input#phone,
form#mail_form input#phone2,
form#mail_form input#tel,
form#mail_form input#tel1,
form#mail_form input#tel2,
form#mail_form input#fax2,
form#mail_form input#fax,
form#mail_form input#fax2,
form#mail_form input#number {
  width: 18%;
  min-width : 15rem !important;
}

form#mail_form input#extension,
form#mail_form input#extension2 {
  width: 6%;
}

form#mail_form input#mail_address,
form#mail_form input#mail_address_confirm {
  width: 100%;
}

form#mail_form input#title,
form#mail_form input#institution,
form#mail_form input#institution02,
form#mail_form input#institution03,
form#mail_form input#institution04,
form#mail_form input#institution05,
form#mail_form input#institution06,
form#mail_form input#institution07,
form#mail_form input#institution08,
form#mail_form input#institution09,
form#mail_form input#institution10,
form#mail_form input#institution11,
form#mail_form input#institution12,
form#mail_form input#institution13,
form#mail_form input#institution14,
form#mail_form input#institution15,
form#mail_form input#institution16,
form#mail_form input#institution17,
form#mail_form input#institution18,
form#mail_form input#institution19,
form#mail_form input#institution20 {
  width: 100%;
}

form#mail_form input#category4,
form#mail_form input#category7,
form#mail_form input.number_text{
  width: 10rem !important;
}

form#mail_form input#postal + a,
form#mail_form input#postal2 + a {
  display: inline-block;
  padding: 9px 15px;
  vertical-align: middle;
  line-height: 1;
  background: #5bc0de;
  border: 1px solid #46b8da;
  border-radius: 3px;
  color: #ffffff;
  text-decoration: none;
  position: relative;
  top: -1px;
}

form#mail_form input#postal + a:hover,
form#mail_form input#postal2 + a {
  cursor: pointer;
  background: #31b0d5;
  border: 1px solid #269abc;
}

form#mail_form input#address,
form#mail_form input#address2 {
  width: 100%;
}

form#mail_form p#form_submit {
  width: 100%;
  margin: 0 auto;
  padding: 15px 0;
}

form#mail_form input[type="button"] {
  width: 100% !important;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid #4cae4c;
  border-radius: 2px;
  background: #5cb85c;
  color: #ffffff;
  font-size: 1.1em;
  appearance: none;
  -webkit-appearance: none;
}

form#mail_form input[type="button"]:hover {
  cursor: pointer;
  background: #449d44;
  border: 1px solid #398439;
}

.button_cancel {
  border: 1px solid #ae4c4c !important;
  background: #b85c5c !important;
}

.button_cancel:hover {
  background: #9d4444 !important;
  border: 1px solid #843939 !important;
}

/* ---インフォメーション----------- */

form#mail_form div.note {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 25px 15px;
  border: 1px solid #dcdcdc;
  background-color: #fcfcfc;
}

form#mail_form div.note p {
  margin-top: 15px;
}

form#mail_form div.note p > span {
  margin-left: -0.5em;
}

form#mail_form div.note p:nth-of-type(1) {
  margin-top: 0;
}

form#mail_form div.note p span {
  font-weight: bold;
}

form#mail_form div.note p span span {
  font-weight: bold;
  background: #01388b;
  color: #fff;
  padding: 7px 20px;
  border-radius: 5px;
  line-height: 2;
}

form#mail_form div.note p span span a {
  color: #fff;
  text-decoration: none;
}

form#mail_form div.note p span span a:hover {
  opacity: 0.5;
}

form#mail_form div.note p.note_top span {
  font-weight: bold;
}

/* ---他----------- */

.sp {
  display: none;
}

.pc {
  display: block;
}

.cb {
  clear: both;
}

.txtindent {
  text-indent: -1em !important;
  padding-left: 1em !important;
}

/* -- .slide-down -------------------------------------------------------------------------------------------- */

.slide-down {
  width: 100%;
  padding: 12px 0 10px 10px !important;
  background: #fff;
  border-right: solid 1px #dcdcdc;
  border-left: solid 1px #dcdcdc;
  border-bottom: solid 1px #dcdcdc;
  position: relative;
  text-align: left;
  background: #fafafa;

  font-size: 0.95em;
  font-weight: bold;
}

div.slide-1,
div.slide-2,
div.slide-3,
div.slide-4,
div.slide-5,
div.slide-6 {
  width: 100%;
  margin-top: -1px !important;
  padding: 0;
  background: #ffffff;
}

.slide-down:after {
  content: "+";
  position: absolute;
  right: 15px;
  top: 0px;
  font-size: 26px;
  font-weight: normal !important;
}

.slide-down:hover {
  cursor: pointer;
}

.active:after {
  content: "×";
  font-weight: normal !important;
}

.last-bb {
  border-bottom: solid 1px #ccc;
}

/* -- div.slide-* -------------------------------------------------------------------------------------------- */

div.slide-1,
div.slide-2,
div.slide-3,
div.slide-4,
div.slide-5,
div.slide-6,
div.slide-7,
div.slide-8 {
  display: none;
}

/* -- カウント -* -------------------------------------------------------------------------------------------- */
#title,
#subtitle,
#Biography,
#title_e,
#subtitle_e {
  width: 100%;
  height: 70px;
  resize: vertical;
  background: #eee;
  padding: 10px;
  margin: 0 0 15px 0;
  border: none;
}

#text-count1,
#text-count2,
#text-count11,
#text-count12 {
  display: block;
  text-align: right;
  margin: -10px 70px 20px 0;
}

#text-count1.over,
#text-count2.over,
#text-count11.over,
#text-count12.over {
  font-weight: bold;
  color: #c90000;
}

#Summary,
#Summary_e,
#Biography_e {
  width: 100%;
  height: 300px;
  resize: vertical;
  background: #eee;
  padding: 10px;
  margin: 0 0 15px 0;
  border: none;
}

#text-count3,
#text-count4,
#text-count13,
#text-count14 {
  display: block;
  text-align: right;
  margin: -10px 70px 20px 0;
}

#text-count3.over,
#text-count4.over,
#text-count13.over,
#text-count14.over {
  font-weight: bold;
  color: #c90000;
}

/* 点滅 */
.restriction_blinking {
  -webkit-animation: blink 0.5s ease-in-out infinite alternate;
  -moz-animation: blink 0.5s ease-in-out infinite alternate;
  animation: blink 0.5s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* -- 入力欄初期表示 ------*/

::placeholder {
  color: #ccc;
}

/* -- セクション区切り ------*/
.delimiter {
  border-bottom: 1px solid #dcdcdc !important;
}

/* --　footer ------*/
footer {
  /* background-color: #303f4e; */
  width: 100%;
  text-align: center;
  /* box-shadow: -2px -2px 4px gray; */
  font-size: clamp(0.75rem, 0.725rem + 0.13vw, 0.875rem) !important;
  color: #606060;
  line-height: 2;
  padding: 2px 0;
  margin-top: 25px !important;
}


/* COI情報 */
/* #coi_form_table{
  width: 100%;
	border: 1px solid #dcdcdc;
  border-collapse: collapse;
  background-color: #f4f5f7;
  font-size: 13.5px;
}
#coi_form_table tr th,
#coi_form_table tr td{
  border: 1px solid #dcdcdc;
  padding: 10px 10px 5px 10px;
}
#coi_form_table tr:first-child th{
  font-weight: bold;
  background: #f1f7f5;
}
#coi_form_table tr td{
  vertical-align: top;
  line-height: 1.5em;
}
#coi_form_table tr.coi th{
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  text-indent: -1em;
  padding-left: 2em;
}
#coi_form_table tr td textarea{
  height: calc(2em + 20px);
  padding: 10px;
}
#coi_form_table tr td select{
  width: 50px;
  text-align: center;
  height: 30px;
} */
.coauthor_coi_table{
  border-top: 1px solid #dcdcdc;
}

/* -- ページ内リンクナビ ここから -------------------------------------------------------------------------------- */

.page-navigation {
  display: block; 
  position: fixed;
  top: 100px;
  right: 10px;
  background-color: #ffffffe0;
  padding: 0;
  z-index: 999;
  border: solid 1px #ddd;
  transition: transform 0.3s ease; 
  transform: translateX(0); 
}

.page-navigation.hidden {
  transform: translateX(100%); 
}

.page-nav-toggle {
  position: fixed;
  top: 100px;
  right: 193px;
  cursor: pointer;
  padding: 0;
  background-color: #e71131e0;
  color: #fff;
  writing-mode: vertical-rl; /* 縦書きにする */
  text-orientation: upright; /* 文字を回転させない */
  text-align: center;
  z-index: 1000;
  /* height: 430px; */
  height: 364px;
  transition: left 0.3s ease, right 0.3s ease; 
}

.page-nav-toggle.close {
  right: 0; 
}


.page-nav-toggle:hover {
  background-color: #ec213f;
}

.page-navigation ul {
list-style: none;
margin: 0;
padding: 0;
}

.page-navigation li {
margin: 0;
padding: 10px 14px 10px;
border-bottom: solid 1px #ddd;
line-height: 1;
font-size: 0.8em;
font-weight: bold;
cursor: pointer;
}

.page-navigation li:last-child {
  border-bottom: none !important;

  }

.page-navigation li > span{
  color: #656565 !important;
  font-size: 0.8em !important;
  padding-right: 6px !important;
  }

.page-navigation a {
text-decoration: none;
color: #111;
line-height: 1;
margin: 0;
padding: 0;
}

.page-navigation li:hover a {
  text-decoration: underline;
}

section::before {
content: '';
display: block;
height: 15px;
margin-top: -15px;
}

.page-nav-toggle img {
margin-bottom: 10px !important;
margin-right: 7px !important;
}

.no-link{
  pointer-events:none !important;
  opacity:0.5 !important;
}

.jasso46_open p{
  font-size: 14px !important;
  color: black !important;
}

.add_label{
  font-size: 1em;
  font-weight: bold;
  color: #3c3c3c;
  line-height: 3;
}
.coauthor_coi_flag_off_open{
  border-bottom: 1px solid #dcdcdc;
}

form#mail_form .author:last-child .box{
  border-bottom: 1px solid #b6c4cc!important;
}

label, input[type='checkbox'] {
  cursor: pointer;
}

.long{
  width: 100%;
  font-size: 1em !important;
  color: #3c3c3c !important;
  text-align: right;
}

.coauthor_membernumber p{
  color: #008080 !important;
  margin: 0 !important;
  padding-right: 1em !important;
  line-height: 1.5 !important;
  display: block !important;
  font-size: 0.9em !important;
}

.institution_btn_wrap{
  width: 20%;
  display: flex;
  margin-left: auto !important;
  margin-top: 5px !important;
  min-width: 100px;
  gap: 5px;
}
form#mail_form input[type="button"]#minus-btn {
  width: 100% !important;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #b85c5c;
  border-radius: 2px;
  background: #b85c5c;
  color: #ffffff;
  font-size: 1.1em;
  appearance: none;
  -webkit-appearance: none;
  margin-left: auto;
}
form#mail_form input[type="button"]#minus-btn:hover {
  cursor: pointer;
  background: #9d4444 !important;
  border: 1px solid #843939 !important;
}
form#mail_form input[type="button"]#plus-btn {
  width: 100% !important;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.coauthor_btn_wrap{
  width: 20%;
  display: flex;
  margin-left: auto !important;
  margin-top: 5px !important;
  min-width: 100px;
  gap: 5px;
}
form#mail_form input[type="button"]#coauthor_minus-btn {
  width: 100% !important;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #b85c5c;
  border-radius: 2px;
  background: #b85c5c;
  color: #ffffff;
  font-size: 1.1em;
  appearance: none;
  -webkit-appearance: none;
  margin-left: auto;
}
form#mail_form input[type="button"]#coauthor_minus-btn:hover {
  cursor: pointer;
  background: #9d4444 !important;
  border: 1px solid #843939 !important;
}
form#mail_form input[type="button"]#coauthor_plus-btn {
  width: 100% !important;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

#output{
  background: #f4f5f7 !important;
  border: none !important;
  box-shadow: none !important; 
}

span.hosoku_red{
  color:#da3c41;
}
span.category4{
  font-size: 0.9em;
}
.bt-off{
  border-top: none !important;
}
.coauthor_detail_wrap{
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}
/* --responsive----------------------------------------------------------------------------------------------------------------- */

/* 768pixel start */
@media screen and (min-width: 768px) {

  form#mail_form .p_add {
    padding: 15px 1em 25px;
  }

}

/* 768-1040pixel start */
@media screen and (min-width: 768px) and (max-width: 1040px) {
  div.wrap {
    padding: 0 40px 0 10px;
  }  
}
/* 768-1040pixel end */

/* 767pixel start */
@media screen and (max-width: 767px) {
  body {
    /* background-color: #01388b; */
  }

  form#mail_form dl {
    width: 100%;
    display: block;
  }

  form#mail_form dl:first-of-type {
    border-top: 1px solid #dcdcdc;
  }

  form#mail_form dl dt {
    width: 100%;
    border-right: none !important;
    /* background-color: initial !important; */
  }

  form#mail_form dl dd {
    padding: 15px 10px 10px 10px;
    background-color: initial !important;
  }

  .long{
    text-align: left;
    padding-left: 4em !important;
  }

  /* -- for JavaScript ここから -------------------------------------------------------------------------------- */

  form#mail_form dl dt span.required,
  form#mail_form dl dt span.optional {
    margin-right: 1em;
    /* margin-bottom : 2em; */
  }

  /* -- for JavaScript ここまで -------------------------------------------------------------------------------- */

  form#mail_form input#form_submit_button {
    margin-left: 0;
  }

  form#mail_form input#phone,
  form#mail_form input#phone2,
  form#mail_form input#tel,
  form#mail_form input#tel1,
  form#mail_form input#tel2,
  form#mail_form input#fax,
  form#mail_form input#fax2,
  form#mail_form input#number,
  form#mail_form input#schedule {
    width: 50%;
  }

  .page-navigation, .page-nav-toggle {
    display: none;  
  }
}
/* 767pixel end */

/* -- セクション区切り ------*/
.delimiter {
  border-bottom: 1px solid #dcdcdc !important;
}