body {
    font-family: "Lucida Grande", "segoe UI", "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3",
        "Hiragino Kaku Gothic ProN", Meiryo, Arial, sans-serif;
    line-height: 1.4;
    color: #4b4b4b;
    font-size: 1.4em;
}

.mb5 {
    margin-bottom: 5px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb15 {
    margin-bottom: 15px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb40 {
    margin-bottom: 40px;
}
.pb10 {
    padding-bottom: 10px;
}
.pb20 {
    padding-bottom: 20px;
}
.g-border {
    border-bottom: 1px solid #a0a0a0;
}

/** header **/
.g-header {
    background: #25397a;
    border-bottom: none;
    height: 12px;
    /*
	background: #d10609;
	height: 12px;
	border-bottom: 3px solid #c0ab40;
*/
}

/** footer **/
.g-footer {
    /*
	background: #d10609;
	border-top: 3px solid #c0ab40;
*/
    background: #25397a;
    border-top: 3px solid #d5e3f5;
    text-align: center;
    color: #ffffff;
    font-size: 0.6em;
    padding: 8px;
}

.container {
    background: white url("../../image/regist/foot-bg.png") repeat scroll left
        top;
    padding-bottom: 15px;
    width: 100%;
}
.container > .in {
    max-width: 600px;
    width: 94%;
    margin: 0 auto;
}

/** .logo **/
.container > .in > .logo {
    background: #fff none repeat scroll 0 0;
    border-radius: 0 0 6px 6px / 0 0 6px 6px;
    padding: 10px;
    box-shadow: 0px 0px 6px rgba(37, 57, 122, 0.9);
    margin-bottom: 4%;
    /*
    background: #fff none repeat scroll 0 0;
    border-radius: 0 0 6px 6px / 0 0 6px 6px;
    padding: 10px;
	box-shadow: 0px 0px 6px rgba(255,112,184,0.9);
	margin-bottom: 4%;
*/
}
.container > .in > .logo > .in {
    width: 100%;
    margin: 0 auto;
}
.container img {
    width: 100%;
}

/** .main **/
.container > .in > .main {
    min-height: 500px;
}
.container > .in > .main {
    /*
    background: #fff none repeat scroll 0 0;
    border-radius: 6px;
    padding: 10px;
	box-shadow: 0px 0px 6px rgba(255,112,184,0.9);
*/
    background: #fff none repeat scroll 0 0;
    border-radius: 6px;
    padding: 10px;
    box-shadow: 0px 0px 6px rgba(37, 57, 122, 0.9);
    /* width: 100%; */
}
.container .main h2.ttl-yellow {
    /*
	padding: 10px;
    color: #de0202;
    border-radius: 6px;
    background: #fff09b;
*/
    font-size: 1.8em;
    padding: 10px;
    color: #25397a;
    border-radius: 6px;
    background: #fff09b;
}
.container .main h3.ttl-border {
    padding: 2% 0;
    color: #de0202;
    border-top: 1px solid #de0202;
    border-bottom: 1px solid #de0202;
}
.container .main .strong {
    font-weight: bold;
}
.container .main .notice {
    color: #de0202;
    font-weight: bold;
}

.container .main .tbl dl {
    border: 2px solid #de0202;
    color: #4a4a4a;
}
.container .main .tbl dl.last {
    border-top: 0px;
}
.container .main .tbl dl dt {
    padding: 5px 12px;
    background: #fffcb5;
}
.container .main .tbl dl dd {
    padding: 5px 12px;
}

ul.service_box,
.service_box {
    width: 96%;
    text-align: center;
    margin: 0 auto 0%;
}
ul.service_box li {
    display: inline-block;
    width: 90%;
    margin: 0 1%;
}

/** btn **/
a.btn {
    text-decoration: none;
    border-radius: 5px;
    display: block;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 13px 0;
    text-align: center;
}
a.btn.font-s {
    font-size: 0.8em;
    padding: 15px 0;
}
a.wg-btn {
    background: rgba(0, 0, 0, 0)
        linear-gradient(to bottom, #eaeaea 0%, #cfcfcf 100%) repeat scroll 0 0;
    color: #4b4b4b;
}
a.g-btn {
    background: rgba(0, 0, 0, 0)
        linear-gradient(to bottom, #b5b5b5 0%, #909090 100%) repeat scroll 0 0;
    color: #ffffff;
}
.r-btn {
    background: rgba(0, 0, 0, 0)
        linear-gradient(to bottom, #395bbf 0%, #25397a 100%) repeat scroll 0 0;
    color: #ffffff;
    font-size: 1.8em;
    border-radius: 5px;
    height: 50px;
    font-weight: 600;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    border: none;
    width: 100%;
}
a.sub-btn {
    background: rgba(0, 0, 0, 0)
        linear-gradient(to bottom, #b5b5b5 0%, #909090 100%) repeat scroll 0 0;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 7px;
    text-align: center;
}
a.red-btn {
    background: rgba(0, 0, 0, 0)
        linear-gradient(to bottom, #fb5a52 0%, #dc0902 100%) repeat scroll 0 0;
    color: #ffffff;
}
/* iPHone4,iPhone5,iPhone5s縺ｮ縺ｿ */
@media screen and (min-width: 320px) and (max-width: 374px) {
    body {
        font-size: 0.8em;
    }
}

/* iPhone6縺ｮ縺ｿ */
@media screen and (min-width: 375px) and (max-width: 413px) {
    body {
        font-size: 1.1em;
    }
}

/* iPhone6 Plus ~ 縺｡繧�▲縺ｨ螟ｧ縺阪＞繧ｹ繝槭�縺ｾ縺ｧ */
@media screen and (min-width: 414px) and (max-width: 500px) {
    body {
        font-size: 1.1em;
    }
}

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,
table,
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;
    font-style: normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    overflow-y: scroll;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

input,
textarea {
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
}

a:focus {
    outline: none;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    min-height: 1px;
}

* html .clearfix {
    height: 1px;
    /*¥*/ /*/
	height: auto;
	overflow: hidden;
	/**/
}

.both {
    clear: both;
}

.inline_block {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

a {
    color: #256c89;
}

a.button,
span.button,
del.button {
    display: -moz-inline-box;
    display: inline-block;
    cursor: pointer;
    border: none;
    font-size: 0;
    line-height: 0;

    /*
for Safari, read this first
http://creativebits.org/webdev/safari_background_repeat_bug_fix
*/
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 30px;
    text-decoration: none;
    color: #2e523b;
    font-style: normal;
    margin: 0 6px 0px 0;
    padding: 0 10px 0 0;
    vertical-align: middle;

    padding-top: -2px;
    _position: relative;
    _width: 10px;
    _overflow-y: hidden;
}

a.button span,
span.button button,
span.button input,
del.button span {
    white-space: nowrap;
    cursor: pointer;
    color: #222;
    display: -moz-inline-box;
    display: inline-block;
    line-height: 1;
    letter-spacing: 0 !important;
    font-family: "Arial" !important;
    font-size: 12px !important;
    font-style: normal;
    background-color: transparent;
    background-position: 100% 0;
    background-repeat: no-repeat;
    width: 100px;
    height: 30px;
    text-align: center;
    padding: 8px 20px 0 10px;
    margin: 0 -16px 0 10px;
    border: none;
    vertical-align: text-top;
    zoom: 1;
    _position: relative;
    _padding-left: 0px;
    _padding-right: 12px;
    _margin-right: -10px;
    _display: block;
    _top: 0;
    _right: -5px;
}

span.button button {
    line-height: 2.5; /*Opera need this*/
}

html.safari a.button span,
html.safari del.button span {
    line-height: 1.3;
}

html.safari span.button button {
    line-height: 2.6;
}

html.safari a.button:focus,
html.safari span.button button:focus {
    outline: none;
}

del.button {
    /* cursor:not-allowed; */
    background-position: 0 -120px;
}

del.button span {
    cursor: default;
    color: #aaa !important;
    background-position: 100% -120px;
}

span.button button,
span.button input {
    padding-top: 0px;
    line-height: 2.5; /*Opera need this*/
}

/** optional **/
/*
a.button:visited{
color:#aaa;
}
*/

/*Hover Style*/

a.button:hover,
span.button:hover,
a.button:focus,
a.button2,
a.dom-button-focus,
span.button-behavior-hover {
    background-position: 0 -60px;
    color: #222;
    text-decoration: none;
}

a.button:hover span,
span.button:hover button,
a.button:focus span,
a.button2 span,
span.button-behavior-hover button,
span.button-behavior-hover input {
    background-position: 100% -60px;
}

a.button:active,
a.button:focus span {
    color: #444;
}

del.button-behavior-hover,
del.button:hover {
    background-position: 0 -180px;
    /* cursor:not-allowed; */
}

del.button-behavior-hover span,
del.button:hover span {
    background-position: 100% -180px;
    /* cursor:not-allowed; */
}

/* 蜈･蜉帙ヵ繧ｩ繝ｼ繝�髢｢騾｣ */
fieldset {
    border: none;
    clear: both;
}

.form label {
    font-weight: bold;
    font-size: 1.2em;
    color: #000033;
    padding: 0 0 5px 0;
    word-break: break-all;
}

.form_check {
    color: #5a7a9e;
    font-size: 0.9em;
}

.form_check2 {
    color: #43496b;
    font-size: 0.8em;
    padding-top: 0.7em;
    float: left;
}

.form_check2:after {
    clear: both;
}

.font_red_message {
    color: #aa0000;
    font-size: 0.9em;
}
.font_red_message2 {
    color: #aa0000;
}
.search_btn {
    cursor: pointer;
    /*
	width: 26px;
	height: 16px;
*/
    width: 29px;
    height: 26px;
    /*	background: url(http://flcinnovation.co.jp/_sysmng_/images/post_search.png) no-repeat; */
    background: url(/common/images/regist/icon/ecalbt008_002.png) no-repeat;
    margin: 0 3px;
}

h2 {
    font-size: 1.8em;
    color: #256c89;
    font-weight: normal;
    /* padding: 0px 0 15px 20px; */
    padding: 0px 0 0px 20px;
    margin: 0px;
    clear: both;
}

#idTblPrice {
    border-collapse: collapse;
    border: 1px solid #000000;
    /*	font-size:12px;*/
    font-size: 1em;
}

#idTblPrice th {
    background-color: #fc9c3e;
    color: #ffffff;
    font-weight: normal;
    text-align: center;
    border: 1px solid #000000;
}

#idTblPrice td {
    background-color: #ffffff;
    vertical-align: middle;
    border: 1px solid #000000;
    padding: 5px;
}

#idTblPrice .pfooter {
    background-color: #ebebeb;
    color: #aa0000;
    font-weight: bold;
    vertical-align: middle;
    border: 1px solid #000000;
    padding: 5px;
}

/* 隕冗ｴ� */

.form .ui-datepicker-trigger {
    width: 30px;
    height: 30px;
    margin: 10px 0 0 0px;
}

.form {
    /*	width:600px; */
    /*	float:left; */
    clear: both;
    font-size: 1em;
}

.form legend {
    margin: auto;
    padding: 1em 0em;
}

.form fieldset {
    border-top: 2px solid #3399ff;
    margin: auto;
}

.form:after {
    content: "";
    clear: both;
    display: block;
}

.form .chkarea label {
    font-weight: bold;
    font-size: 1em;
    color: #000033;
    padding: 0 0 5px 0;
}

.form fieldset縲div {
    padding: 5px 0px 5px 15px;
}

.form fieldset .dvmsg {
    margin: 10px 0 10px 10px;
    font-size: 0.8em;
}

.chkarea input[type="checkbox"],
.chkarea input[type="radio"] {
    vertical-align: text-bottom;
}

/*.niceform_1 table th {*/
.form table {
    border-collapse: collapse;
    /*	width: 1160px; */
    margin-bottom: 20px;
    /*	font-size:0.8em; */
    width: 100%;
    table-layout: fixed;
}

.form th {
    font-weight: normal;
    padding: 15px;
    text-align: left;
    /*
	background-color: #ffe1e1;
*/
    background-color: #c9d3f9;
    color: #003366;
    border: 1px solid #cccccc;
    vertical-align: middle;
}

.form td {
    font-weight: normal;
    padding: 20px 10px 20px 10px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    vertical-align: middle;
}
.form td {
    font-weight: normal;
    border: 1px solid #cccccc;
    background-color: #ffffff;
}

.form .no-border,
.form .no-border td {
    border: none;
    padding: 0;
    width: auto;
    table-layout: auto;
}

.form table .no-border {
    margin-bottom: 0px;
}

.form ol,
li {
    list-style: list-item;
    list-style-type: decimal;
    margin: 0 0 0 10px;
}

.form td input[type="checkbox"] {
    vertical-align: text-bottom;
}

.form td input[type="radio"] {
    /*	vertical-align:text-bottom; */
    position: relative;
    -webkit-appearance: button;
    appearance: button;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    content: "";
    background-color: #ffffff;
    border: 1px solid #999999;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    -webkit-box-shadow: inset 4px 4px 10px rgba(0, 0, 0, 0.2);
    box-shadow: inset 4px 4px 10px rgba(0, 0, 0, 0.2);
    vertical-align: middle;
    cursor: pointer;
}

.form td input[type="radio"]:checked:after {
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    content: "";
    width: 12px;
    height: 12px;
    /*
    background: #CC0000;
*/
    background: #25397a !important;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

.form td input[type="text"],
.form td textarea,
.form td input[type="password"],
.form td input[type="tel"],
.form td input[type="email"] {
    border: solid 1px #d3d3d3;
    font-size: 1.6em;
    padding: 3px;
    box-sizing: border-box;
}

.no-border td input[type="text"] {
    border: solid 1px #d3d3d3;
    font-size: 1.6em;
    padding: 3px;
    box-sizing: border-box;
}

.form input[type="text"]:focus,
.form textarea:focus,
.form input[type="password"]:focus,
.form td input[type="tel"]:focus,
.form td input[type="email"]:focus,
.form textarea:focus {
    border: 1px solid #ff6600;
    background-color: #ffffcc;
}

.form td select {
    border: solid 1px #d3d3d3;
    font-size: 1.1em;
    padding: 1px;
    box-sizing: border-box;
}

/*
.form textarea
{
	border:1px solid #d3d3d3;
	font-size:1.3em;
}

.form textarea,
	overflow: auto;
	font-size:1.3em;
	font-family: '繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3','Hiragino Kaku Gothic Pro','繝｡繧､繝ｪ繧ｪ',Meiryo,Trebuchet,MS,verdana,Osaka,"�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け","MS PGothic",Sans-Serif;
}
*/

/*
.form tr,
	height:30px;
}
*/
.form td label {
    font-weight: normal;
    color: #0e4354;
}

.form .lblprice {
    font-weight: normal;
    font-size: 1em;
    color: #000033;
    padding: 0 0 5px 0;
    /*	color:#0e4354; */
}

.form .important_no {
    width: 30%;
    margin: 0px;
    padding: 0 0 0 5px;
}

.form .important_text {
    border-bottom: 2px dotted #cccccc;
}

.form .section {
    padding: 1em 0.2em;
}
.form .terms h3 {
    font-size: 1.4em;
    margin: 15px 10px;
    color: #000000;
    font-weight: bold;
    padding: 0px;
    float: none;
}

/*
.form .terms p{margin:0 10px 5px;font-size:1.0em;}
*/
.form .terms p {
    margin: 0 10px 5px;
    font-size: 0.8em;
}

.form .terms ol {
    margin: 0 0.2em;
    padding-left: 1.4em;
}
.form .terms li {
    text-indent: -2em;
    margin-bottom: 5px;
    list-style: none;
    font-size: 0.8em;
}
.form .terms ol li ol {
    margin: 0 10px;
    padding-left: 0.5em;
    font-size: 0.8em;
}
.form .terms ol li li {
    text-indent: -1.3em;
}

/*
.form .terms table.term{margin:10px 0 0 30px;text-indent:1em;}
.form .terms table.term th{	text-align:left;border-bottom:solid 1px #D7D7D7;padding:5px 0 2px;font-size:1.2em;}
.form .terms table.term td{	text-align:left;font-size:1.2em;}
*/
.form .terms table.term {
    margin: 10px 0 0 30px;
    text-indent: 0.8em;
}
.form .terms table.term th {
    text-align: left;
    border-bottom: solid 1px #d7d7d7;
    padding: 5px 0 2px;
    font-size: 0.8em;
}
.form .terms table.term td {
    text-align: left;
    font-size: 0.8em;
    padding: 5px 5px 5px 5px;
}

.form .terms table.term2 {
    margin: 10px 0 0 30px;
    text-indent: 0.8em;
}
.form .terms table.term2 th {
    text-align: left;
    border-bottom: solid 1px #d7d7d7;
    padding: 0.5em 0.3em;
    font-size: 0.8em;
}
.form .terms table.term2 td {
    text-align: left;
    font-size: 0.8em;
    padding: 5px 5px 5px 5px;
}

.container .main .column .inner .tbl dl {
    border: 2px solid #de0202;
    color: #4a4a4a;
}
.container .main .column .inner .tbl dl.last {
    border-top: 0px;
}
.container .main .column .inner .tbl dl dt {
    padding: 5px 12px;
    background: #fffcb5;
}
.container .main .column .inner .tbl dl dd {
    padding: 5px 12px;
}

.fnt-p {
    font-size: 0.9em;
}

#pageTop {
    position: fixed;
    bottom: 0px;
    right: 10px;
    font-size: 14px;
    z-index: 999;
}

#pageTop a {
    padding-top: 5px;
    text-decoration: none;
    background-color: #322d3a;
    /*background-color:rgba(255,112,184,0.9);*/
    color: #fff;
    font-weight: bold;
    width: 120px;
    height: 30px;
    text-align: center;
    display: block;
    z-index: 999;
}

#pageTop a:hover {
    text-decoration: none;
    opacity: 0.7;
}

/* pdf陦ｨ遉ｺ繧ｨ繝ｪ繧｢ */
.ifrm-container {
    padding-top: 30px;
    width: 300px;
    height: 450px;
    border: 1px solid #000000;
    /*	overflow:auto; */
    -webkit-overflow-scrolling: touch;
    margin: 10px;
}

.ifrm {
    width: 100%;
    height: 100%;
    border: none;
    padding: 5px;
    display: block;
}

#fileRyoshu {
    display: none;
}
#filename {
    width: 70%;
}

.error_qrreg_box1 {
    clear: both;
    background: url(/../../image/regist/error_small.gif) no-repeat left #fce9e9;
    color: #ff3333;
    border: 1px #eac7c7 solid;
    padding: 11px 0 11px 20px;
    margin: 5px 0 10px 10px;
    line-height: normal;
    font-size: 1.2em;
}
