@charset "UTF-8";
/*====================================================================================
■01.Content PAGE 
====================================================================================*/

.header_page {
    background: url(../common_img/bg_main.png) no-repeat center top;
    width: 100%;
    position: relative;
    z-index: 2;
    height: 130px;
    margin-top: 20px;
}

.header_page h2 {
    font-size: 40px;
    font-weight: 500;
    color: #0d6fb8;
    line-height: 130px;
    letter-spacing: 2px;
}

.titpage {
    border-bottom: 1px solid #00377b;
    padding-bottom: 5px;
}

.titpage h3 {
    color: #0157c2;
    font-size: 28px;
    font-weight: bold;
    background: url(../common_img/icon_tit.png) no-repeat left center;
    padding-left: 35px;
}

.titpage2 h3 {
    position: relative;
}

.titpage2 h3:after {
    content: "";
    position: absolute;
    background: #00377b;
    width: 60px;
    height: 3px;
    left: 0;
    bottom: -5px;
}

.company .btn_top li {
    background: url(../company/images/bg_btn.png) no-repeat;
    width: 235px;
    height: 49px;
    text-align: center;
    margin-right: 20px;
}

.company .btn_top li a {
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    color: #fff;
    display: block;
    line-height: 49px;
    font-weight: bold;
}

.company .imganimate {
    width: 450px;
    position: relative;
}

.company .imganimate img {
    position: relative;
    z-index: 9;
}

.company .imganimate .fillyl1 {
    max-width: 300px;
    height: 21px;
    z-index: 999;
    right: 0px;
    top: 0px;
}

.company .imganimate .fillyl2 {
    max-width: 300px;
    height: 200px;
    z-index: 0;
    left: -140px;
    bottom: 7px;
}

.company .imganimate .fillyl3 {
    max-width: 300px;
    height: 21px;
    left: -140px;
    bottom: 7px;
    z-index: 999999999;
}

.company .txt {
    position: relative;
    z-index: 10;
}

.company table {
    border: 1px solid #c8daf0;
    width: 100%;
}

.company table th {
    background: #eef4fa;
    padding: 20px;
    border: 1px solid #c8daf0;
    text-align: center;
    width: 260px;
}

.company table td {
    padding: 20px;
    border: 1px solid #c8daf0;
}

.company table th.bg2 {
    background: #fffce5;
}

.company table .bg_white {
    background: #fff;
}

.imganimate .fillcl {
    position: absolute;
    display: block;
    background: #ffde00;
}

.imganimate .active {
    -webkit-animation-name: fromLeft;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-direction: normal;
    /*   normal, alternate  */
    -webkit-animation-timing-function: cubic-bezier(0.52, 0.5, 0.52, 0.5);
    /*  ease, ease-out, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) (e.g. cubic-bezier(0.5, 0.2, 0.3, 1.0))  */
    -webkit-animation-fill-mode: forwards;
    /* forwards, backwards, both, none  */
    -webkit-animation-delay: 0.1s;
}

@-webkit-keyframes fromLeft {
    0% {
        width: 0;
    }
    50% {
        width: 50%;
    }
    100% {
        width: 100%;
    }
}

@-moz-keyframes fromLeft {
    0% {
        width: 0;
    }
    50% {
        width: 50%;
    }
    100% {
        width: 100%;
    }
}

@-ms-keyframes fromLeft {
    0% {
        width: 0;
    }
    50% {
        width: 50%;
    }
    100% {
        width: 100%;
    }
}

@-o-keyframes fromLeft {
    0% {
        width: 0;
    }
    50% {
        width: 50%;
    }
    100% {
        width: 100%;
    }
}

/*====================================================================================
■01.CONTACT
====================================================================================*/

.contact .txtboxblue {
    border: 6px solid #00377b;
    padding: 20px;
}

.contact table {
    border: 1px solid #c8daf0;
    width: 100%;
}

.contact table th {
    background: #eef4fa;
    width: 260px;
    padding: 20px;
    color: #000;
    text-align: left;
    border: 1px solid #c8daf0;
    color: #000;
}

.contact table th .txtam {
    margin-top: -12px;
    position: absolute;
    margin-left: 5px;
}

.contact table td {
    padding: 20px;
    border: 1px solid #c8daf0;
}

.contact table textarea {
    height: 120px;
    padding: 10px;
    border: 1px solid #ccc;
    width: 100%;
}

.contact table td input[type="text"] {
    padding: 9px 10px 8px;
    border: 1px solid #ccc;
    width: 100%;
}

.contact table td select {
    height: 35px;
    padding: 1px 10px 1px;
    border: 1px solid #ccc;
}

.contact table td .wper100 {
    width: 100% !important;
}

.contact table td .wper90 {
    width: 90% !important;
}

.contact table td .wper80 {
    width: 80% !important;
}

.contact table td .wper70 {
    width: 70% !important;
}

.contact table td .wper60 {
    width: 60% !important;
}

.contact table td .wper35 {
    width: 35% !important;
}

.contact table td .wper55 {
    width: 55% !important;
}

.contact table td .wper45 {
    width: 45% !important;
}

.contact table input[type="radio"],
.contact table input[type="checkbox"] {
    vertical-align: -0.1em;
}

.contact span.yellow {
    background: #ffde00;
    font-weight: normal;
    padding: 2px 5px 1px;
    margin-right: 5px;
    color: #00377b;
}

.contact span.blue {
    background: #3ca6ff;
    font-weight: normal;
    padding: 2px 5px 1px;
    margin-right: 5px;
    color: #fff;
}

.contact .btn_sutmit {
    display: block;
    margin: 0 auto;
    -webkit-transition: ease-out 0.3s;
    -moz-transition: ease-out 0.3s;
    -o-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
}

.contact .btn_sutmit:hover {
    opacity: 0.7;
    -webkit-transition: ease-out 0.3s;
    -moz-transition: ease-out 0.3s;
    -o-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
}

.contact .in_private {
    background: #e1f1ff;
}

.contact .in_private span {
    color: #b4dfff;
}

.contact .bg_pp {
    background: url(../contact/images/bg_pp.png) no-repeat bottom center;
    padding: 20px;
}

.contact .bgtop {
    background: url(../contact/images/imgtop.png) no-repeat right top;
    height: 300px;
}

.contact .bgtop .inbox {
    background: url(../contact/images/bg_logo.png) repeat;
    padding: 20px;
    width: 500px;
    height: 200px;
    margin-top: 50px;
}

.contact .bgtop .inbox h3 {
    position: relative;
}

.contact .bgtop .inbox p {
    margin-top: 45px;
}

.contact .bgtop .inbox .fillcl {
    position: absolute;
    display: block;
    background: #ffde00;
    max-width: 460;
    height: 10px;
    left: 0;
    bottom: -25px;
}

.contact .bgtop .inbox .active {
    -webkit-animation-name: fromLeft;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-direction: normal;
    /*   normal, alternate  */
    -webkit-animation-timing-function: cubic-bezier(0.52, 0.5, 0.52, 0.5);
    /*  ease, ease-out, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) (e.g. cubic-bezier(0.5, 0.2, 0.3, 1.0))  */
    -webkit-animation-fill-mode: forwards;
    /* forwards, backwards, both, none  */
    -webkit-animation-delay: 0.1s;
}

.listpage .point {
    margin-top: 40px;
}

.listpage .point > div {
    width: 300px;
}

.listpage .point .txtimg {
    position: relative;
}

.listpage .point .txtimg .txt {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    border: 6px solid #00377b;
    display: table;
    width: 250px;
    height: 100px;
}

.listpage .point .txtimg .txt h4 {
    display: table-cell;
    vertical-align: middle;
    color: #00377b;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
}

.listpage .point p {
    line-height: 2;
}

.listpage .slides_container {
    margin-top: 70px;
}

.listpage .slides_container .imglightbox {
    width: 600px;
    margin: 0 auto;
    position: relative;
    line-height: 0;
}

.listpage .slides_container .imglightbox a {
    line-height: 0;
}

.listpage .slides_container .imglightbox img {
    line-height: 0;
}

.listpage .slides_container a {
    position: relative;
    line-height: 0;
}

.listpage .slides_container a span {
    position: absolute;
    left: 0;
    bottom: 7px;
    z-index: 999;
    background: url(../other/images/bgarr.png) no-repeat;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 25px;
    font-family: 'Noto Sans JP';
    padding-left: 2px;
    padding-top: 7px;
    text-align: left;
}

.listpage .slides_container .lightbox {
    position: relative;
    z-index: 9;
}

.listpage .slides_container .lightbox:after {
    position: absolute;
    content: '';
    background: url(../other/images/icon_zoom.png) no-repeat;
    background-size: 100%;
    width: 40px;
    height: 40px;
    right: 3px;
    bottom: 10px;
    z-index: 9;
}

.listpage .slides_container .hidden {
    display: none;
}

.listpage .pagination li {
    margin-right: 40px;
    margin-top: 40px;
    cursor: pointer;
    max-width: 220px;
    position: relative;
    line-height: 0;
}

.listpage .pagination li img {
    width: 220px;
}

.listpage .pagination li span {
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 999;
    background: url(../other/images/bgarr.png) no-repeat;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 20px;
    font-family: 'Noto Sans JP';
    padding-left: 6px;
    padding-top: 6px;
}

.listpage .btn_bottom {
    margin-top: 50px;
}

.listpage .btn_bottom li {
    margin-right: 40px;
    width: 220px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,3ba4fc+100 */
    background: #1e5799;
    /* Old browsers */
    background: -moz-linear-gradient(left, #1e5799 0%, #3ba4fc 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #1e5799 0%, #3ba4fc 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#1e5799), to(#3ba4fc));
    background: -o-linear-gradient(left, #1e5799 0%, #3ba4fc 100%);
    background: linear-gradient(to right, #1e5799 0%, #3ba4fc 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#3ba4fc', GradientType=1);
    /* IE6-9 */
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.listpage .btn_bottom li a {
    text-decoration: none;
    color: #fff;
    display: block;
    font-family: 'Noto Sans JP';
    font-weight: 400;
    font-size: 20px;
    background: url(../other/images/arrbutton.png) no-repeat right center;
    height: 55px;
    line-height: 55px;
    padding: 0px 0px 0 20px;
}

.listpage .btn_bottom li:hover a {
    background: url(../other/images/arrbutton.png) no-repeat right 100% center;
    padding: 0px 0px 0 40px;
}

.case .imganimate {
    width: 500px;
    position: relative;
}

.case .imganimate .fillcl {
    background: #3ca6ff;
}

.case .imganimate img {
    position: relative;
    z-index: 9;
    line-height: 0;
}

.case .imgleft .fillyl1 {
    max-width: 480px;
    height: 21px;
    z-index: 999;
    right: 0px;
    top: -10px;
}

.case .imgleft .fillyl2 {
    max-width: 300px;
    height: 320px;
    z-index: 0;
    right: 0px;
    bottom: 7px;
}

.case .imgleft .btnmore {
    right: -40px;
}

.case .imgright {
    text-align: right;
}

.case .imgright .fillyl1 {
    max-width: 480px;
    height: 21px;
    z-index: 999;
    left: 0px;
    top: -10px;
}

.case .imgright .fillyl2 {
    max-width: 300px;
    height: 320px;
    z-index: 0;
    left: 0px;
    bottom: 7px;
}

.case .imgright .fillyl5 {
    max-width: 300px;
    height: 450px;
    z-index: 0;
    left: 0px;
    bottom: 7px;
}

.case .imgright .btnmore {
    left: -40px;
}

.case .w460 {
    width: 460px;
    margin-top: -14px;
}

.case .btnmore {
    position: absolute;
    bottom: 7px;
    width: 300px;
    height: 60px;
    background: #ffde00;
    color: #00377b;
    font-size: 20px;
    z-index: 999;
    text-align: center;
    line-height: 60px;
    font-family: 'Noto Sans JP';
    font-weight: 400;
}

.case .btnmore span {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
}

.case .btnmore:hover span {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    cursor: pointer;
    -webkit-animation-name: bounce2;
    animation-name: bounce2;
    -moz-animation-name: bounce2;
}

.about .txt h3 {
    background: #ffe326;
    padding: 5px;
    font-size: 25px;
    color: #000;
    margin-top: 15px;
    margin-bottom: 20px;
}

.about .imgleft {
    text-align: right;
}

.about .imgleft .fillyl1 {
    left: 0px;
    right: auto;
}

.about .imgleft .fillyl2 {
    left: 0px;
    right: auto;
}

.about .imgleft .fillyl5 {
    left: 0px;
    right: auto;
}

.about .imgright {
    text-align: left;
}

.about .imgright .fillyl1 {
    right: 0px !important;
    left: auto;
}

.about .imgright .fillyl2 {
    right: 0px !important;
    left: auto;
}

.about .imgright .fillyl5 {
    right: 0px !important;
    left: auto;
}

.about .imgright .fillyl3 {
    max-width: 480px;
    height: 15px;
    right: 0px;
    top: 0px;
    z-index: 999;
    color: #3ca6ff;
}

.about .imgright .fillyl4 {
    max-width: 480px;
    height: 15px;
    left: 0px;
    bottom: 7px;
    z-index: 999;
    background: #ffde00;
}

.about .btn_top {
    margin: 0 auto;
    width: 530px;
}

.about .btn_top li {
    margin-right: 20px;
    width: 255px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,3ba4fc+100 */
    background: #1e5799;
    /* Old browsers */
    background: -moz-linear-gradient(left, #1e5799 0%, #3ba4fc 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #1e5799 0%, #3ba4fc 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#1e5799), to(#3ba4fc));
    background: -o-linear-gradient(left, #1e5799 0%, #3ba4fc 100%);
    background: linear-gradient(to right, #1e5799 0%, #3ba4fc 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#3ba4fc', GradientType=1);
    /* IE6-9 */
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.about .btn_top li a {
    text-decoration: none;
    color: #fff;
    display: block;
    font-family: 'Noto Sans JP';
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    padding: 0px;
}

.about .btn_top li:hover {
    background-position: 255px;
}

.about .boxboder {
    border: 1px solid #ccc;
    padding: 20px;
    margin-top: 50px;
}

.about .boxboder li {
    float: left;
    text-align: center;
    min-width: 19.5%;
    vertical-align: text-bottom;
    margin: 10px 0;
}

.about .boxboder li span {
    display: block;
    font-weight: 300;
}

.about .position{
    position: relative;
}

.about .position p.pos{
    position: absolute;
    bottom: 3px;
}

.about .position p.pos1{
    left: 15%;
}

.about .position p.pos2{
    left: 54%;
}

.about .position p.pos3{
    left: 23%;
}

.business .step {
    position: relative;
    margin-bottom: 10px;
}

.business .step h4 {
    margin-top: -10px;
    border-bottom: 3px solid #0157c2;
    display: inline;
    padding-bottom: 3px;
}

.business p.arr img {
    margin-left: 160px;
}

/*====================================================================================
■02.NEWS
====================================================================================*/

.new .info_new .tit {
    width: 740px;
    background: #d6a002;
    padding: 7px 20px;
    display: table;
}

.new .info_new .tit_new {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    width: 560px;
    display: table-cell;
    vertical-align: middle;
}

.new .info_new .date {
    color: #fcffaa;
    display: table-cell;
    vertical-align: middle;
    background: url(../common_img/icon_tit.png) no-repeat left center;
    padding-left: 30px;
    margin-right: 20px;
}

.new .info_new .lightbox {
    position: relative;
}

.new .info_new .lightbox:after {
    position: absolute;
    content: '';
    background: url(../common_img/lightbox/ico_zoom.png) no-repeat;
    background-size: 100%;
    width: 29px;
    height: 29px;
    right: 0;
    bottom: 7px;
    z-index: 0;
}

.new .btn_pagination {
    position: relative;
}

.new .btn_pagination .btn {
    -webkit-transition: ease-out 0.3s;
    -moz-transition: ease-out 0.3s;
    -o-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
}

.new .btn_pagination .btn a {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    padding: 10px 40px;
    color: #fff;
    text-decoration: none;
}

.new .btn_pagination .btn:hover {
    opacity: 0.7;
    -webkit-transition: ease-out 0.3s;
    -moz-transition: ease-out 0.3s;
    -o-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
}

.new .btn_pagination .btn_left {
    background: #00377b url(../common_img/next.png) no-repeat 96% center;
    background-size: 7px;
}

.new .btn_pagination .btn_right {
    background: #00377b url(../common_img/prev.png) no-repeat 4% center;
    background-size: 7px;
}

.new .btn_pagination .btn_center {
    background: #00377b;
    position: absolute;
    left: 50%;
    margin-left: -80px;
}