@charset "utf-8";
/*基本的なレイアウト*/

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
html{
    height:100%;
}

body{
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,verdana,sans-serif;
    margin:  0;
    padding: 0;
    background:#fff;
    height: 100%;
}

body > .wrapper{
    height: auto;
}

p, pre, dt, dd {
    color: #111;
    font-size: 0.9em;
    line-height: 1.4em;
    margin-bottom: 1em;
}
@media screen and (max-width:900px){
    p, pre, dt, dd {
        margin-left:10px;
    }
}
pre, p.bgclr {
    background-color: #ffffee;
    color: #000;
    font-style: italic;
    text-shadow: 1px 1px 0 #fff;
    margin-bottom: 20px;
    padding: 4px 12px;
    border: 1px solid #ffcc33;
    border-radius: 6px;
}
ul, ol {
    font-size: 0.9em;
}
ul {
    list-style-type: disc;
}
ol {
    list-style-type: decimal;
}
li{
    margin: 5px;
}
dl {
    width: 100%;
    margin: 0;
    display: table;
}
dt {
    font-weight: normal;
    min-width: 200px;
    display: inline-table;
}
dd {
    display: inline-table;
    word-break: break-all;
}
@media print, screen and (min-width:900px) {
    dd {
        min-width: 200px;
    }
}

@media screen and (max-width:900px){
    dd {
        width:auto;
    }
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
}

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

@media screen and (max-width:900px){
    table {
        border:none;
        width:95%;
        margin:0 auto;
    }
}


table tr th,
table tr td{
    color:#222;
    font-size:0.875rem;
    text-align:left;
    vertical-align: middle;
    padding: 6px 9px;
    border-bottom: 1px solid #DDDDDD;
}

table tr th:last-child,
table tr td:last-child{
    border-right:none;
}

table tr {
    display: table-row;
    vertical-align: inherit;
}

table thead tr th,
table thead tr td{
    color:#222;
    font-size:0.875rem;
    font-weight:bold;
    padding:0.5rem 0.625rem 0.625rem;
    background:#EFEFEF;
}

table ul{
    margin:0px;
}

table li{
    margin: 5px 0px 0px 0px!important;
    list-style: none;
}

img {
    border: none;
}
a {
    color: #1982d1;
    text-decoration: none;
}
.disabled a,
a.disabled {
    pointer-events: none;
}
a:focus,
a:active,
a:hover {
    color: #1982d1;
    text-decoration: underline;
    cursor: pointer;
}

select{
    -webkit-appearance:none !important;
    -moz-appearance:none !important;
    background-color: transparent;
    border-radius:0;
    background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
    background-position:100% center;
    background-repeat:no-repeat;
    border-style:solid;
    border-width:1px;
    border-color:#ccc;
    color:rgba(0,0,0,0.75);
    font-family:inherit;
    font-size:0.875rem;
    line-height:normal;
    padding: 0.5rem 1rem 0.5rem 0.5rem;
    height: auto;
    width: auto;
}

select:hover {
    background-color: #fafafa;
    border-color: #999;
}

select::-ms-expand{display:none}
select:disabled{background-color:#ddd;cursor:default}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea
{
    -webkit-appearance:none;
    -moz-appearance:none;
    border-radius:0;
    background-color:#fff;
    border-style:solid;
    border-width:1px;
    border-color:#999;
    box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);
    color:rgba(0,0,0,0.75);
    display:block;font-family:inherit;
    font-size:0.875rem;
    height:2.3125rem;
    margin:0;
    padding:0.5rem;
    width:100%;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-transition:border-color 0.15s linear,background 0.15s linear;
    -moz-transition:border-color 0.15s linear,background 0.15s linear;
    -ms-transition:border-color 0.15s linear,background 0.15s linear;
    -o-transition:border-color 0.15s linear,background 0.15s linear;
    transition:border-color 0.15s linear,background 0.15s linear
}

label,
input[type="submit"],
input[type="radio"],
input[type="button"] {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,verdana,sans-serif;
    cursor: pointer;
    margin: 0;
    display: inline;
}

input[type="radio"] {
    margin: 0 4px 0 0 !important;
}
input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea, select {
    border-color: #999;
    margin: 0;
    height: auto;
}
input[type="text"],input[type="number"],input[type="tel"] {
    border-color: #999;
    margin-top: 0;
    margin-bottom:5px;
    height: auto;
    width:auto;
}

input[type="text"][disabled],textarea[disabled],input[type="tel"][disabled],
input[type="text"][readonly],textarea[readonly],input[type="tel"][readonly]
{
    background-color:#ddd;cursor:default
}

@media print, screen and (min-width:900px) {
    input[type="text"],input[type="number"],input[type="tel"] {
        width:300px;
    }
}
@media screen and (max-width:900px){
    input[type="text"],input[type="number"],input[type="tel"] {
        width: 100%;
    }
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance:textfield;
}

select[multiple] {
    min-height:150px;
    background: none;
    padding:0;
}

input[type="file"], input[type="checkbox"], input[type="radio"], select {
    margin: 0;
}

input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"] {
    width: inherit;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #aaa;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #aaa;
    opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #aaa;
}

button,
.button {
    -webkit-appearance:none;
    border-style:solid;
    border-width:0;cursor:pointer;
    font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    font-weight:normal;
    position:relative;
    text-align:center;
    text-decoration:none;
    display:inline-block;
    font-size:1rem;
    border-color:#007095;
    color:#fff;
    transition:background-color 300ms ease-out;
    margin: 0;
    padding: 10px 20px;
    box-shadow: 0 3px 0 #669900;
    -webkit-border-radius: 5px;/* for Safari and Chrome */
    -moz-border-radius: 5px; /* for Firefox */
    -o-border-radius: 5px; /* for opera */
    border-radius: 5px;        /* CSS3草案 */  
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    background: #017453;
    line-height: inherit;
}
@media print, screen and (min-width:900px) {
    button,
    .button {
        font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,verdana,sans-serif;
        cursor: pointer;
        display: inline-block;
    }
    
    table.table01 td button,
    table.table01 td .button{
        padding: 7px;
    }
}

button:hover,button:focus,.button:hover,.button:focus{
    color:#fff;
    background-color:#007095;
    transform:translate(1px,2px);
}

button.disabled, button[disabled],
.button.disabled, .button[disabled]
{
    color: #bbb;
    background-color:#333;
    box-shadow: unset;
}

button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus
{
    color: #bbb;
    background-color:#333;
}

a.button{
    text-decoration: none;
    color:#fff;
}

fieldset {
    margin: 0 auto 12px;
    width: 90%;
    max-width: 810px;
}
@media screen and (max-width:900px){
    fieldset {
        width: 95%;
    }
}

fieldset legend {
    width: 100%;
    border-bottom: 2px solid #1798A5;
    font-size: 1.18em;
    font-weight:bold;
    background: transparent;
    color:#15848f;
    line-height: 1.5em;
    margin: 10px 0 8px;
    padding: 0 4px;
}

fieldset legend:not(:first-of-type) {
    padding-top: 16px;
}

fieldset fieldset{
    border:2px solid #ddd;
    border-radius: 5px;
    width:auto;
    padding:0 10px 10px 10px;
    margin:10px 0 20px 0;
    display:grid;
}
fieldset fieldset legend{
    border:none;
    color:#444;
    width:initial;
}
