@charset "utf-8";

/* ************************************************************************** **
    文字のフォントを変更したい場合、コメントアウトを解除し
    指定したいフォントを記述してください。
** ************************************************************************** */

/* phone */
table.phone td:nth-of-type(1) input{
    width            : 10em;
}
table.phone td:nth-of-type(2){
    padding-left     : 1em;
    white-space      : nowrap;
}
table.phone td:nth-of-type(3) input{
    width            : 5em;
}
table.phone td{
    vertical-align   : baseline;
}
table.phone td > caption{
    caption-side     : top;

}

/* メール確認用入力欄・サイズ変更 */
.input_form input[name="email_1"]{
    width: 20em;
}

input[name="option3"]{
    width: 20em;
}

/* 米印 */
.asterisk {
    list-style: none;
    padding-left: 1em;
    margin-left: 0.5em;
    margin-top: 5px;
    margin-bottom: 5px;
}
.asterisk li{
    text-indent: -1.5em;
}
.asterisk li:before{
    content: "※";
    margin-right: 0.5em;
}

/* 倫理, 利益相反申請 */
.ethics {
    padding-left: 10px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.ethics > label {
    text-indent : -20px;
    padding-left : 20px;
}

.ethics > .text {
    text-indent : -30px;
    padding-left : 30px;
}

.red {
    color: red;
}

.submit_button {
  font-size: 18px;
  margin: 0.3em;
  min-width: 7em;
  padding: 0.3em 0.5em;
}
