/* ----------------------------------------------------------------------- */
/* inputボタンの設定　*/
/* ----------------------------------------------------------------------- */
input[type="submit"],
input[type="button"],
input[type="reset"] {
	margin: 0 5px;
    padding-bottom: 2px;
	width:180px;
	height: 46px;
	/*border-radius: 8px;*/
	/*font-size: 1.8rem;*/
    font-size: 2.2rem;
	/*font-weight: bold;*/
	color: #fff;
    background: #0073be;
    border: #0073be 4px solid;
    border-radius: 10px;
    transition: all 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
    /*font-family: "Oswald", serif;*/
    /*font-family: "Lato", sans-serif;
    font-optical-sizing: auto;*/
    font-weight: 700;
    font-style: normal;
}
/*ボタンのマウスオン時の設定*/
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	color: #00287e;
	background-color: #fff;
	border: #00287e 4px solid;
}
input[type="button"]#privacy_btn {
	cursor:pointer;
}

/* ----------------------------------------------------------------------- */
/* GDPR　*/
/* ----------------------------------------------------------------------- */
.gdbr_title {
    font-size: 1.2em;
    margin: 20px 25px 10px 25px;
    padding: 6px;
    color: #000;
    font-weight: 600;
    text-align: center;
    line-height:1.2;
}
DIV#contents_gdpr {
	text-align:left;
	width:640px; 
	margin-left:auto;margin-right:auto;
	margin-top:5px;
	margin-bottom:5px;
	padding: 8px 6px 8px 6px;
	font-weight:bold;
        line-height:1.5;

        filter: alpha(opacity=85);
        -moz-opacity:0.85;
        opacity:0.85;
	border-radius: 5px;
}
DIV#gdbr_item {
	text-align:left;
	width:640px; 
	margin-left:auto;margin-right:auto;
	margin-top:5px;
	margin-bottom:5px;
	padding: 8px 6px 8px 6px;
        color: #333; */
	font-weight:normal;
}

/* ----------------------------------------------------------------------- */
/* メッセージ 藤田作成　*/
/* ----------------------------------------------------------------------- */
/* 登録画面の例 */
.ex {
	font-style: italic;
	FONT-SIZE: 10pt;
	padding-left:4px;
}
.passwordNotice {
/*     display: table;
    margin: 0 auto;
   width: 85%; */
    font-size: 1.3rem;
    text-align: left;
    color: #2f4fb0;;
}

/* 登録画面の登録エラー */
.error {
    color:#ff2929;
    font-size:small;
    font-weight:bold;
}


.textMessage {
	font-size: 0.9em;
}
.MessageRed    {
	color:#ff0000;
	text-align:center;
	font-weight:bold;
	font-size: 1.3em;
        padding-top: 8px;
        padding-bottom: 18px;
}
.MessageBox { 
	margin: 5px 1em 20px 1em;
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 30px; 
	border: 1px dotted #2c0406;
}
.MessageBox li {
    font-size: 8pt;
    font-style: normal;
    font-weight: normal;
    list-style: disc outside none;
}
.title_form {
	color:#ff0000;
	text-align:center;
	font-weight:bold;
	font-size: 1.3em;
	padding: 30px 0px 6px 0px;
}
.title_sub {
	color:#333333;
	text-align:center;
	font-weight:normal;
	font-size: 1.0em;
	padding: 0px 0px 10px 0px;
}
@media screen and (max-width:480px) {
.title_form {
    line-height: 1.3;
    text-align:left;
    padding: 30px 3px 6px 3px;
}
.title_sub {
    line-height: 1.3;
    text-align:left;
    padding: 0px 3px 10px 3px;
}
}

/* 登録画面内の文章 */
section#formBox p.commentF{
	/*margin: 0 0 15px;*/
    margin: 0 auto 15px;
    line-height: 1.4;
    
    width : 680px;
    text-align: justify;
}
@media screen and (max-width:768px){
section#formBox p.commentF{
	margin: 0 auto 15px;
    width: 96%;
}
}


/* エラー画面 */
.errorTitle {
	text-align:center;
	font-size:16px;
        color: #ff0000;
}

/* 確認画面 */
section#formBox #btnAreaConfirm {
    margin: 50px auto 0px;
    width: 60%;
    text-align: center;
    display: flex;
    justify-content: space-around;
}

/* 完了画面 */
.completeBox {
	text-align:left;
	width:86%; 
	margin-left:auto;margin-right:auto;
	margin-top:5px;
	margin-bottom:60px;
	background-color: #F5F5F5;
        line-height:1.5;

        filter: alpha(opacity=85);
        -moz-opacity:0.85;
        opacity:0.85;
	border-radius: 5px;
}
.emphasize {
	padding: 12px 11px 10px 11px;
	font-size:2.0rem;
        line-height:1.4;
}
.noticeMessage {
	padding: 12px 11px 10px 11px;
	font-size:1.8rem;
        line-height:1.35;
}

@media screen and (max-width:768px) { 
section#formBox #btnAreaConfirm {
    margin: 50px auto 0px;
    width: 75%;
    text-align: center;
    display: flex;
    justify-content: space-around;
}
.completeBox{
	width:90%; 
}
}

