
@charset "utf-8";

/* reset ///////////////////////////////////////////////////*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted #000;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

img{
    line-height: 0;
    vertical-align: bottom;
}

/* /////////////////////////////////////////////////reset */

html{
    scroll-behavior: smooth;
}

body {
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
    color: #333;
    font-size: 14px;
    line-height: 1.5em;
    background: #fff;
    /* アニメーション */
    animation: fadeIn 1s linear;
    animation-fill-mode: both;
}
/* ---------------------------- */
/* --- Animation --- */
/* ---------------------------- */
@keyframes fadeIn{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

header{
    padding: 10px 0;
    text-align: center;
}
.wrapper{
    text-align: center;
    min-width: 1280px;
    position: relative;
}
.main{
    margin: 0 auto;
    background: #2b69b2;
    border:  0;
    padding:  0;
    text-align: center;
}
.entry{
    text-align: center;
    padding: 20px 0;
    background: #d9eff6;
    flex-direction: column;
    margin: 0 0 60px;
    position: relative;
}

.entry a{
    position: absolute;
    z-index: 1000;
    display: block;
    width: 495px;
    top: 70px;
    left:0;
    right: 0;
    margin: auto;
}

.entry a:hover{
    transition-duration: 0.5s;
    filter:drop-shadow(0px 0px 10px #f67f00);
    opacity: 1;
}
.entry img{
    margin: 10px auto;
    z-index: 1000;
}
.mtb10{
    margin: 10px 0;
}
.mtb20{
    margin: 20px 0;
}
.mtb40{
    margin: 40px 0;
}
.column3{
    display: flex;
    width: 1000px;
    justify-content: space-between;
    margin: 0 auto 20px;
}
.column3_inner{
    padding: 0 13px;
    width: 330px;
}
.column3_inner img{
    margin: 0 0 20px;
}
.column3_inner p{
    text-align: left;
    padding: 0 10px;
}
.caption1{
    width: 1000px;
    margin: 0 auto 60px;
    display: flex;
    justify-content: flex-end;
}
.caption1 p{
    text-align: left;
    width: 500px;
    font-size: 12px;
}
.column2{
    display: flex;
    width: 1000px;
    justify-content: space-between;
    margin: 40px auto 20px;
}
.column2_inner{
    padding: 0 13px;
    width: 500px;
}
.column2_inner img{
    margin: 0 0 20px;
}
.column2_inner p{
    text-align: left;
    padding: 0 10px;
}

.stepchart{
    text-align: center;
    padding: 20px 0;
    background: #f0f7f9;
    flex-direction: column;
}
.guidetable{
    margin: 0 auto 10px;
    width: 1000px;
}

.guidetable th{
    background-color: #56b5d5;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    border: 1px solid #56b5d5;
}
.guidetable td{
    border: 1px solid #56b5d5;
    padding: 20px 10px;
    text-align: left;
}

.tabelelabel img{
    margin: 10px;
}

.tabelelabel{
    background: #f0f7f9;
}

.sample img{
    width:1000px;
    margin: 0 0 50px;
}

footer{
    display: flex;
    justify-content: space-between;
    background: #000;
    padding: 23px 40px;
    color: #fff;
    font-size: 14px;
}

.contact_btn{
    background: #fce800;
    padding: 13px 38px;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

.contact_btn:hover{
    background:#f67f00;
    color: #fff;
}
.footer_text{
    margin: 0 0 0 20px ;
}

#page_top{
    width: 50px;
    height: 50px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    background: #f67f00;
    opacity: 0.5;
    border-radius: 5px;
}
#page_top a{
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
}

#page_top a::before{
    content: "";
    font-weight: 900;
    font-size: 60px;
    color: #fff;
    position: absolute;
    top: 15px;
    left: 10px;
    margin: auto;
    text-align: center;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid white;
}

.closed_mes1{
    background: #fff;
    color: #999;
    padding: 15px;
    font-weight: bold;
    background-color: #f67f00;
}

.closed_mes2{
    background: #666;
    color: #fff;
    padding: 10px;
    font-weight: bold;
    width: 300px;
    margin: 40px auto 20px;
    opacity: 0.6;
}