@charset "UTF-8";

/* Reset CSS */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

input, select, button, textarea {
    font-family: inherit;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

#container {
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 0;
    border: 0;
}

.fm,#fm {
    margin: 0;
    padding: 0;
    border: 0;
}

.wrap { word-break: break-all;}
.nowrap { white-space:nowrap;}
.center { margin-left:auto;margin-right:auto;}
.text-center { text-align:center;vertical-align: middle;}

.border-none {
    border:none;
}

#header_div {
    display:flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
	min-width: 320px;
    margin: 0px;
    background-color:#1688CE;
    height: 2.7em;
	padding: 0;
}
#header_logo {
    float: left;
    width: auto;
    height: 1.5em;
    margin-left: 5px;
}

#header_title {
    float: left;
    width: 100%;
    height: 100%;
    margin-right: 60px;
    display:flex;
    align-items: center;
    justify-content: center;
    font-size:1.3em;
    color:white;
    overflow: hidden;
    white-space: nowrap;
}

#header_about {
    margin-left:auto;
    margin-right:8px;
}
#header_about a {
    font-size:0.9em;
    color:white;
    text-decoration: none;
    white-space:nowrap;
    margin-left:auto;
}

.shadow{
    box-shadow: 0 .5em 1em rgba(0,0,0,.15)!important;
}

.menu_div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 1px;
    background-color: #fff;
    padding: 0;
}

.menu_btn_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
	padding: 0;
    margin: 0;
    color:white;
    font-weight: bold;
    font-size:1.1em;
    background-color:#0070c0;
    padding: 10px 0;
	cursor: pointer;
}

.menu_btn {
    display: inline-block;
    max-width: 70px;
    width: 1.5em;
    margin: 0 10px 0 0;
    vertical-align: bottom;
}

#button_div {
    display:flex;
    align-items: center;
    justify-content: center;
	width:100%;
	height:4.0em;
	padding: 10px 5px;
    margin: 0;
    background-color:#0070c0;
}
/*jQuery-UI ダイアログボタンデザイン*/
.ui-dialog { z-index: 9999!important ;}

/*.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active*/
.ui-button:not(.ui-checkboxradio-label,ui-checkboxradio-radio-label),.ui-button:focus, .ui-button:active
{
    padding: 0.4em 1em;
    position: relative;
    line-height: normal;
    margin-right: 0.1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible;
	color: #fafbfc;
	background-color: #0070c0;
	border-radius: 3px;
}
.ui-button:hover
{
	color: #fafbfc;
	background-color: #0396fe;
}
/*jQuery-UI ダイアログの×ボタン非表示*/
button.ui-dialog-titlebar-close{
    display: none;
}

.btn_primary {
	text-align: center;
	letter-spacing: 0;
	color: #fafbfc;
	background-color: #0070c0;
	text-shadow: none;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	margin: 0.2em auto;
}
.btn_primary:hover
{
	background-color: #0396fe;
}

.btn_secondary {
	text-align: center;
	letter-spacing: 0;
	color: #0070c0;
	background-color: #fafbfc;
	text-shadow: none;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	margin: 0.2em auto;
}
.btn_secondary:hover
{
	color: #03389a;
}

.btn_redtype {
	text-align: center;
	letter-spacing: 0;
	color: #fafbfc;
    background-color:#b61010;
	text-shadow: none;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	margin: 0.2em auto;
}
.btn_redtype:hover
{
	background-color: #f42323;
}

.icon_btn {
    display: flex;
    align-items: center;
    padding: 1px 5px 1px 1px;
    white-space: nowrap;
    font-size: 1.0em;
    font-weight: normal;
}

.icon_btn img {
    display: inline;
    width: 20px;
    height: 20px;
    margin-left: 0.5em;
}
.icon_btn label {
    display: inline;
    width: 100%;
    height: auto;
    padding: 0.2em 0.3em 0.2em 0.3em;
}

.btn_width80 {
	width: 80%;
    max-width:400px;
    min-height: calc(2.2em + 6px);
	text-align: center;
    vertical-align: middle;
	font-size: 1.0em;
	font-weight: bold;
	padding: 5px 0;
}

.btn_width45 {
	width: 40%;
    max-width:400px;
    min-height: calc(2.2em + 6px);
	text-align: center;
    vertical-align: middle;
	font-size: 1.0em;
	font-weight: bold;
	padding: 5px 0;
}

.btn_width30 {
	width: 30%;
    max-width:400px;
    min-height: calc(2.2em + 6px);
	text-align: center;
    vertical-align: middle;
	font-size: 1.0em;
	font-weight: bold;
	padding: 5px 0;
}

.btn_linelogin {
    width: 11em;
    max-width:400px;
	text-align: center;
    vertical-align: middle;
	letter-spacing: 0;
	color: #ffffff;
	background-color: #06c755;
	font-size: 1.4em;
	font-weight: bold;
	text-shadow: none;
	border: none;
	border-radius: 5px;
	padding: 0.2em;
	margin: 0.2em auto;
	cursor: pointer;
}

.btn_linelogin:lang(fr) {
	font-size: 1.2em;
    width: 17em;
}

.btn_linelogin .line_logo {
    position: relative;
    vertical-align: middle;
    width: auto;
    height: 1.7em;
    float: left;
    margin: 0 0.2em;
}
.btn_linelogin .line_sepa {
    position: relative;
    vertical-align: middle;
    width: 2px;
    height: 1.7em;
	background-color: #00000014;
    float: left;
    margin: 0 0.2em;
}

.normal_base {
    width: 95%;
	font-size: 1.1em;
    color:black;
    background-color: transparent;
	margin: 2px auto 2px auto;
	padding: 3px 3px 3px 3px;
	text-align: center;
}



.W_table{
	width:auto;
	margin:0;
	padding:0px;
	border-width:0px;
	border-collapse:separate;
	border-spacing:0px;
}

.W_Title {
	width:auto;
	font-size: 1em;
	padding: 5px 5px 5px 5px;
    color:#01406e;
	vertical-align:middle;
	text-align:left;
	background-color:white;
	margin:0px;
	line-height:1em;
}

.W_Normal {
	width:auto;
	font-size: 1.0em;
	vertical-align:top;
	padding: 0px;
	margin:0px;
}

.W_Center {
    width:auto;
	font-size: 1.0em;
	padding: 0px;
	margin:0px;
	vertical-align:middle;
	text-align:center;
}

.error_free_base {
    width: 95%;
    color:black;
    font-weight: bold;
    font-size: 1.2em;
    background-color: transparent;
	margin: 50px auto 50px auto;
	padding: 3em 3em;
	text-align: center;
}
.error_msg_base {
    width: 95%;
    color:black;
    font-weight: bold;
    font-size: 1.6em;
    background-color: transparent;
	margin: 40px auto 40px auto;
	padding: 3em 3em;
	text-align: center;
}
