@charset "utf-8";

/* ==================================================
reset
================================================== */

body {
    margin: 0; /* 変更しない */
    padding: 0; /* 変更しない */
    font-size: 87.5%;
    /* 14pxのとき */
    /* font-size:75%; 12pxのとき */
    line-height: 1.6; /* 変更しない */
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
blockquote,
form,
input,
fieldset,
legend {
    margin: 0; /* 変更しない */
    padding: 0; /* 変更しない */
}

img,
fieldset {
    border: none; /* 変更しない */
}

li,
dt,
dd {
    line-height: 1.4; /* 変更しない */
}

table {
    font-size: 100%; /* 変更しない */
    line-height: 1.6; /* 変更しない */
}

form,
input,
select,
textarea {
    font-size: 100%; /* 変更しない */
}

a:link,
a.skip {
    color: #065780;
    /* デザインによって変更 */
    background-color: transparent; /* 変更しない */
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

body,
input,
select,
textarea {
    font-family: sans-serif;
}

body #tmp_contents p em {
    font-family: sans-serif;
    font-size: 105%;
}


/* ==================================================
skip
================================================== */
.skip {
    width: 1px;
    color: #000000;
    font-size: 0.1%;
    line-height: 0.1;
    background-color: #FFFFFF;
    position: absolute;
    left: -3000px;
    z-index: 9999;
}

a.skip {
    background-color: #FFFFFF; /* 変更しない */
    text-align: center; /* 変更しない */
    padding: 2px 0; /* 変更しない */
    top: auto; /* 変更しない */
}

a.skip:active {
    display: block;
    width: 99.99%; /* 変更しない */
    font-size: 100%; /* 変更しない */
    line-height: 1.6; /* 変更しない */
    top: 0; /* 変更しない */
    left: 0; /* 変更しない */
}

a.skip:focus {
    display: block;
    width: 99.99%; /* 変更しない */
    font-size: 100%; /* 変更しない */
    line-height: 1.6; /* 変更しない */
    top: 0; /* 変更しない */
    left: 0; /* 変更しない */
}


/*----- reset -----*/
#tmp_wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#tmp_wrapper *:before,
#tmp_wrapper *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#tmp_wrapper table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}


/*----- common -----*/
#tmp_wrapper input,
#tmp_wrapper select,
#tmp_wrapper textarea {
    color: #333333;
}
#tmp_wrapper input:-webkit-autofill,
#tmp_wrapper input:-webkit-autofill:hover,
#tmp_wrapper input:-webkit-autofill:focus,
#tmp_wrapper input:-webkit-autofill:active,
#tmp_wrapper textarea:-webkit-autofill,
#tmp_wrapper textarea:-webkit-autofill:hover,
#tmp_wrapper textarea:-webkit-autofill:focus,
#tmp_wrapper textarea:-webkit-autofill:active,
#tmp_wrapper select:-webkit-autofill,
#tmp_wrapper select:-webkit-autofill:hover,
#tmp_wrapper select:-webkit-autofill:focus,
#tmp_wrapper select:-webkit-autofill:active {
    background-color: #fff !important;
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    transition: background-color 5000s ease-in-out 0s;
}
#tmp_wrapper a:active,
#tmp_wrapper a:hover {
    outline: 0;
}
#tmp_wrapper abbr[title] {
    border-bottom: 1px dotted;
}
#tmp_wrapper b,
#tmp_wrapper strong {
    font-weight: bold;
}
#tmp_wrapper dfn {
    font-style: italic;
}
#tmp_wrapper h1 {
    font-size: 2em;
}
#tmp_wrapper sub,
#tmp_wrapper sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
#tmp_wrapper sup {
    top: -.5em;
}
#tmp_wrapper sub {
    bottom: -.25em;
}
#tmp_wrapper img {
    border: 0;
}
#tmp_wrapper svg:not(:root) {
    overflow: hidden;
}
#tmp_wrapper figure {
    margin: 1em 40px;
}
#tmp_wrapper button,
#tmp_wrapper input,
#tmp_wrapper optgroup,
#tmp_wrapper select,
#tmp_wrapper textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
#tmp_wrapper button {
    overflow: visible;
}
#tmp_wrapper button,
#tmp_wrapper select {
    text-transform: none;
}
#tmp_wrapper button,
#tmp_wrapper input[type="button"],
#tmp_wrapper input[type="reset"],
#tmp_wrapper input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
#tmp_wrapper button[disabled],
#tmp_wrapper input[disabled] {
    cursor: default;
}
#tmp_wrapper button::-moz-focus-inner,
#tmp_wrapper input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
#tmp_wrapper input {
    line-height: normal;
}
#tmp_wrapper input[type="checkbox"],
#tmp_wrapper input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
#tmp_wrapper input[type="number"]::-webkit-inner-spin-button,
#tmp_wrapper input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
#tmp_wrapper input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}
#tmp_wrapper input[type="search"]::-webkit-search-cancel-button,
#tmp_wrapper input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
#tmp_wrapper input[type="file"]:focus,
#tmp_wrapper input[type="radio"]:focus,
#tmp_wrapper input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
#tmp_wrapper optgroup {
    font-weight: bold;
}
#tmp_wrapper table {
    border-spacing: 0;
    border-collapse: collapse;
}
#tmp_wrapper td,
#tmp_wrapper th {
    padding: 0;
}
#tmp_wrapper a,
#tmp_wrapper a:link,
#tmp_wrapper a:visited,
#tmp_wrapper a:hover,
#tmp_wrapper a:focus {
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
#tmp_wrapper a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
#tmp_wrapper .btn,
#tmp_wrapper .btn:hover,
#tmp_wrapper .btn:focus,
#tmp_wrapper .btn:active {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
#tmp_wrapper .btn {
    display: inline-block;
    padding: 6px 12px;
    font-size: 100%;
    font-weight: normal;
    line-height: 1.42857143;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
}
#tmp_wrapper .btn:focus,
#tmp_wrapper .btn:active:focus,
#tmp_wrapper .btn.active:focus,
#tmp_wrapper .btn.focus,
#tmp_wrapper .btn:active.focus,
#tmp_wrapper .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
#tmp_wrapper .btn:hover,
#tmp_wrapper .btn:focus,
#tmp_wrapper .btn.focus {
    text-decoration: none;
}
#tmp_wrapper .btn:active,
#tmp_wrapper .btn.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
#tmp_wrapper .btn.disabled,
#tmp_wrapper .btn[disabled],
#tmp_wrapper fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}
#tmp_wrapper a.btn.disabled,
#tmp_wrapper fieldset[disabled] a.btn {
    pointer-events: none;
}
#tmp_wrapper img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
    -webkit-animation: smooth-image 1.2s;
    -moz-animation: smooth-image 1.2s;
    animation: smooth-image 1.2s;
}


/*keyframes image*/

@-webkit-keyframes smooth-image {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes smooth-image {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes smooth-image {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
