@charset "UTF-8";


/*共通*/
.center {
    text-align: center;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.floatl {
    float: left;
}

.floatr {
    float: right;
}

.bold {
    font-weight: bold;
}

.none {
    display: none;
}

.red {
    color: #EA5511;
}

.blue {
    color: #00b9ef;
}

.black {
    color: #000000;
}

.white {
    color: #FFFFFF;
}

.yellow {
    color: #fff9b1;
}


.top05 {
    margin-top: 5px;
}

.top10 {
    margin-top: 10px;
}

.top20 {
    margin-top: 20px;
}

.top30 {
    margin-top: 30px;
}

.top40 {
    margin-top: 40px;
}

.top50 {
    margin-top: 50px;
}

.top60 {
    margin-top: 60px;
}

.top70 {
    margin-top: 70px;
}

.top80 {
    margin-top: 80px;
}

.top90 {
    margin-top: 90px;
}

.top100 {
    margin-top: 100px;
}

.ptop05 {
    padding-top: 5px;
}

.ptop10 {
    padding-top: 10px;
}

.ptop20 {
    padding-top: 20px;
}

.ptop30 {
    padding-top: 30px;
}

.ptop40 {
    padding-top: 40px;
}

.ptop50 {
    padding-top: 50px;
}

.ptop60 {
    padding-top: 60px;
}

.ptop70 {
    padding-top: 70px;
}

.ptop80 {
    padding-top: 80px;
}

.ptop90 {
    padding-top: 90px;
}

.ptop100 {
    padding-top: 100px;
}

.bottom05 {
    margin-bottom: 5px;
}

.bottom08 {
    margin-bottom: 8px;
}

.bottom10 {
    margin-bottom: 10px;
}

.bottom20 {
    margin-bottom: 20px;
}

.bottom30 {
    margin-bottom: 30px;
}

.bottom40 {
    margin-bottom: 40px;
}

.bottom50 {
    margin-bottom: 50px;
}

.bottom60 {
    margin-bottom: 60px;
}

.bottom70 {
    margin-bottom: 70px;
}

.bottom80 {
    margin-bottom: 80px;
}

.bottom90 {
    margin-bottom: 90px;
}

.bottom100 {
    margin-bottom: 100px;
}

.pbottom05 {
    padding-bottom: 5px;
}

.pbottom10 {
    padding-bottom: 10px;
}

.pbottom20 {
    padding-bottom: 20px;
}

.pbottom30 {
    padding-bottom: 30px;
}

.pbottom40 {
    padding-bottom: 40px;
}

.pbottom50 {
    padding-bottom: 50px;
}

.pbottom60 {
    padding-bottom: 60px;
}

.pbottom70 {
    padding-bottom: 70px;
}

.pbottom80 {
    padding-bottom: 80px;
}

.pbottom90 {
    padding-bottom: 90px;
}

.pbottom100 {
    padding-bottom: 100px;
}

.left05 {
    margin-left: 5px;
}

.left10 {
    margin-left: 10px;
}

.left15 {
    margin-left: 15px;
}

.left15 {
    margin-left: 15px;
}

.left20 {
    margin-left: 20px;
}

.left30 {
    margin-left: 30px;
}

.left40 {
    margin-left: 40px;
}

.left50 {
    margin-left: 50px;
}

.left60 {
    margin-left: 60px;
}

.left70 {
    margin-left: 70px;
}

.left80 {
    margin-left: 80px;
}

.left90 {
    margin-left: 90px;
}

.left100 {
    margin-left: 100px;
}

.pleft05 {
    padding-left: 5px;
}

.pleft10 {
    padding-left: 10px;
}

.pleft20 {
    padding-left: 20px;
}

.pleft30 {
    padding-left: 30px;
}

.pleft40 {
    padding-left: 40px;
}

.pleft50 {
    padding-left: 50px;
}

.pleft60 {
    padding-left: 60px;
}

.pleft70 {
    padding-left: 70px;
}

.pleft80 {
    padding-left: 80px;
}

.pleft90 {
    padding-left: 90px;
}

.pleft100 {
    padding-left: 100px;
}

.right05 {
    margin-right: 5px;
}

.right10 {
    margin-right: 10px;
}

.right15 {
    margin-right: 15px;
}

.right20 {
    margin-right: 20px;
}

.right25 {
    margin-right: 25px;
}

.right30 {
    margin-right: 30px;
}

.right40 {
    margin-right: 40px;
}

.right50 {
    margin-right: 50px;
}

.right60 {
    margin-right: 60px;
}

.right70 {
    margin-right: 70px;
}

.right80 {
    margin-right: 80px;
}

.right90 {
    margin-right: 90px;
}

.right100 {
    margin-right: 100px;
}

.pright05 {
    padding-right: 5px;
}

.pright10 {
    padding-right: 10px;
}

.pright20 {
    padding-right: 20px;
}

.pright30 {
    padding-right: 30px;
}

.pright40 {
    padding-right: 40px;
}

.pright50 {
    padding-right: 50px;
}

.pright60 {
    padding-right: 60px;
}

.pright70 {
    padding-right: 70px;
}

.pright80 {
    padding-right: 80px;
}

.pright90 {
    padding-right: 90px;
}

.pright100 {
    padding-right: 100px;
}

.fade00 {
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.fade00:hover {
    opacity: 0.0;
}

.fade10 {
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.fade10:hover {
    opacity: 0.1;
}

.fade20 {
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.fade20:hover {
    opacity: 0.2;
}

.fade30 {
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.fade30:hover {
    opacity: 0.3;
}

.fade40 {
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.fade40:hover {
    opacity: 0.4;
}

.fade50 {
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.fade50:hover {
    opacity: 0.5;
}

.fade60 {
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.fade60:hover {
    opacity: 0.6;
}

.fade70 {
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.fade70:hover {
    opacity: 0.7;
}

.fade80 {
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.fade80:hover {
    opacity: 0.8;
}

.fade90 {
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.fade90:hover {
    opacity: 0.9;
}

.scale10 {
    -moz-transition: -moz-transform 0.1s linear;
    -webkit-transition: -webkit-transform 0.1s linear;
    -o-transition: -o-transform 0.1s linear;
    -ms-transition: -ms-transform 0.1s linear;
    transition: transform 0.1s linear;
}

.scale10:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.scale20 {
    -moz-transition: -moz-transform 0.1s linear;
    -webkit-transition: -webkit-transform 0.1s linear;
    -o-transition: -o-transform 0.1s linear;
    -ms-transition: -ms-transform 0.1s linear;
    transition: transform 0.1s linear;
}

.scale20:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.scale30 {
    -moz-transition: -moz-transform 0.1s linear;
    -webkit-transition: -webkit-transform 0.1s linear;
    -o-transition: -o-transform 0.1s linear;
    -ms-transition: -ms-transform 0.1s linear;
    transition: transform 0.1s linear;
}

.scale30:hover {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.scale40 {
    -moz-transition: -moz-transform 0.1s linear;
    -webkit-transition: -webkit-transform 0.1s linear;
    -o-transition: -o-transform 0.1s linear;
    -ms-transition: -ms-transform 0.1s linear;
    transition: transform 0.1s linear;
}

.scale40:hover {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -o-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
}

.scale50 {
    -moz-transition: -moz-transform 0.1s linear;
    -webkit-transition: -webkit-transform 0.1s linear;
    -o-transition: -o-transform 0.1s linear;
    -ms-transition: -ms-transform 0.1s linear;
    transition: transform 0.1s linear;
}

.scale50:hover {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

.scale60 {
    -moz-transition: -moz-transform 0.1s linear;
    -webkit-transition: -webkit-transform 0.1s linear;
    -o-transition: -o-transform 0.1s linear;
    -ms-transition: -ms-transform 0.1s linear;
    transition: transform 0.1s linear;
}

.scale60:hover {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -o-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
}

.scale70 {
    -moz-transition: -moz-transform 0.1s linear;
    -webkit-transition: -webkit-transform 0.1s linear;
    -o-transition: -o-transform 0.1s linear;
    -ms-transition: -ms-transform 0.1s linear;
    transition: transform 0.1s linear;
}

.scale70:hover {
    -webkit-transform: scale(1.7);
    -moz-transform: scale(1.7);
    -o-transform: scale(1.7);
    -ms-transform: scale(1.7);
    transform: scale(1.7);
}

.scale80 {
    -moz-transition: -moz-transform 0.1s linear;
    -webkit-transition: -webkit-transform 0.1s linear;
    -o-transition: -o-transform 0.1s linear;
    -ms-transition: -ms-transform 0.1s linear;
    transition: transform 0.1s linear;
}

.scale80:hover {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8);
}

.scale90 {
    -moz-transition: -moz-transform 0.1s linear;
    -webkit-transition: -webkit-transform 0.1s linear;
    -o-transition: -o-transform 0.1s linear;
    -ms-transition: -ms-transform 0.1s linear;
    transition: transform 0.1s linear;
}

.scale90:hover {
    -webkit-transform: scale(1.9);
    -moz-transform: scale(1.9);
    -o-transform: scale(1.9);
    -ms-transform: scale(1.9);
    transform: scale(1.9);
}

.fade-in,
.fade-up,
.fade-left,
.fade-left02,
.fade-right,
.fade-right02,
.fade-bottom,
.fade-bottom02 {
    transition: .8s;
    opacity: 0;
}

.fade-in01 {
    transition: 1.0s;
    opacity: 0;
}

.fade-in02 {
    transition: 3.0s;
    opacity: 0;
}

.fade-in03 {
    transition: 4.0s;
    opacity: 0;
}

.fade-in-top {
    animation-name: fade-in-top;
    animation-duration: 2s;
    animation-iteration-count: 1;
    opacity: 1;
}

@keyframes fade-in-top {
    from {
        opacity: 0;
        transform: translateY(0px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-up-top {
    animation-name: fade-up-top;
    animation-duration: 0.8s;
    animation-iteration-count: 1;
    opacity: 1;
}

@keyframes fade-up-top {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-bottom-top {
    animation-name: fade-bottom-top;
    animation-duration: 0.8s;
    animation-iteration-count: 1;
    opacity: 1;
}

@keyframes fade-bottom-top {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-left-top {
    animation-name: fade-left-top;
    animation-duration: 0.8s;
    animation-iteration-count: 1;
    opacity: 1;
}

@keyframes fade-left-top {
    from {
        opacity: 0;
        transform: translateX(10px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.fade-right-top {
    animation-name: fade-right-top;
    animation-duration: 0.8s;
    animation-iteration-count: 1;
    opacity: 1;
}

@keyframes fade-right-top {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.width10 {
    width: 10%;
}

.width15 {
    width: 15%;
}

.width20 {
    width: 20%;
}

.width25 {
    width: 25%;
}

.width30 {
    width: 30%;
}

.width35 {
    width: 35%;
}

.width40 {
    width: 40%;
}

.width45 {
    width: 45%;
}

.width50 {
    width: 50%;
}

.width55 {
    width: 55%;
}

.width60 {
    width: 60%;
}

.width65 {
    width: 65%;
}

.width70 {
    width: 70%;
}

.width75 {
    width: 75%;
}

.width80 {
    width: 80%;
}

.width85 {
    width: 85%;
}

.width90 {
    width: 90%;
}

.width95 {
    width: 95%;
}

.width100 {
    width: 100%;
}

/*共通*/


/*リセット*/
h1,
h2,
h3,
h4,
h5 {
    margin: 0px;
    padding: 0px;
}

h1 {}

h2 {}

h3 {}

h4 {}

h5 {}

table {}

td,
th {}

ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

li {
    margin: 0px;
    padding: 0px;
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}

a:active,
a:hover {
    outline: 0;
}

a img {
    border: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

img {
    border: 0;
    margin: 0px;
    padding: 0px;
    display: block;
    width: 100%;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

textarea {
    overflow: auto;
}

input[type="submit"],
input[type="reset"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
    border-radius: 0px;
}

input[type="submit"]::focus,
input[type="reset"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
    border-radius: 0px;
}

input[type="text"],
textarea {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
}

/*リセット*/


html {
    font-size: 62.5%;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
    -webkit-text-size-adjust: 100%;
    max-height: 999999px;
}

.header_box {}

.header_box_inner {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin: 200px auto 165px auto;
    width: 1100px;
    position: relative;
}

.header_box_title {
    color: #055292;
    left: 40px;
    letter-spacing: 0.4em;
    position: absolute
}

.header_box_img {
    width: 1020px;
    margin-top: 40px;
}

#top {
    background: #ffffff;
}

#top .line {
    background: url(../img/common/line.png) repeat-x center;
    background-size: 1140px 90px;
    margin-top: -90px;
    position: relative;
    z-index: 1;
    height: 90px;
}

#top .box01 {
    width: 1000px;
    margin: -110px auto 0px auto;
    background: #055292;
    padding: 50px 35px 50px 75px;
    position: relative;
    z-index: 1;
}

#top .box01_inner {
    display: flex;
    justify-content: space-between;
}

#top .box01_l {
    width: 240px;
}

#top .box01_l_title {
    width: 120px;
    margin-top: 40px;
    color: #fff;
    letter-spacing: 0.5em;
}

#top .box01_l_text {
    color: #fff;
    margin-top: 40px;
    line-height: 180%;
}

#top .box01_l_text span {
    display: block;
}

#top .box01_l_bt {
    width: 110px;
    margin-top: 30px;
}

#top .box01_r {
    width: 710px;
}

#top .box01_r ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#top .box01_r ul li:first-child {
    width: 170px;
    margin-bottom: 10px;
}

#top .box01_r_bt {
    width: 110px;
    margin-top: 30px;
    display: none;
}

#top .box01_border {
    background: url(../img/top/box01_back01.png) repeat-y;
    width: 320px;
    height: 50px;
    position: absolute;
    right: 35px;
    bottom: -25px;
}

#top .box02 {
    background: #006EA9;
    padding: 450px 0px 200px 0px;
    margin-top: -350px;
    position: relative;
}

#top .box02_inner {
    display: flex;
    justify-content: space-between;
    width: 1100px;
    margin: 0px auto;
}

#top .box02_l {
    width: 320px;
    height: 320px;
    background: #fff;
    padding: 100px 65px;
    position: relative;
    z-index: 1;
}

#top .box02_r {
    width: 620px;
    color: #fff;
}

#top .box02_r_text {
    margin-top: 20px;
    line-height: 180%;
}

#top .box02_r_text02 {
    text-align: right;
    margin-top: 20px;
}

#top .box02_border {
    background: url(../img/top/box02_back01.png) repeat-y;
    width: 320px;
    height: 500px;
    position: absolute;
    left: 35px;
    bottom: 150px;
    z-index: 0;
}

#top .box03 {
    background: #055292;
    padding: 70px 0px 100px 0px;
}

#top .box03_inner {}

#top .box03_title01 {
    width: 160px;
    margin: 0px auto;
}

#top .box03_title02 {
    letter-spacing: 0.2em;
    text-align: center;
    margin-top: 20px;
    color: #fff;
}

#top .box03_text {
    color: #fff;
    text-align: center;
    margin-top: 50px;
    line-height: 200%;
}

#top .box03_text span {
    display: block;
}

#top .box03_t {
    margin: 50px auto 0px auto;
    width: 1045px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

#top .box03_t_contents {
    background: #003350;
    width: 470px;
    padding: 40px 0px 20px 0px;
    position: relative;
}

#top .box03_t_contents:before {
    content: "";
    border-left: solid 1px #000;
    border-right: solid 1px #000;
    width: 500px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: -15px;
}

#top .box03_t_contents:after {
    content: "";
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    width: 470px;
    height: 105%;
    display: block;
    position: absolute;
    top: -15px;
    left: 0px;
}

#top .box03_t_title {
    text-align: center;
    color: #fff;
    letter-spacing:
}

#top .box03_t_img {
    width: 385px;
    margin: 20px auto;
}

#top .box03_t_text {
    width: 385px;
    margin: 0px auto;
    color: #fff;
    line-height: 180%;
}

#top .box03_t_text span {
    display: block;
}

#top .box03_b {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 100px auto;
    color: #fff;
}

#top .box03_b_contents {
    width: 210px;
}

#top .box03_b_img {
    width: 140px;
    margin: 0px auto;
}

#top .box03_b_title {
    text-align: center;
    letter-spacing: 0.2em;
    height: 4em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 0px;
}

#top .box03_b_title span {
    display: block;
}

#top .box03_b_text {
    line-height: 180%;
}

#top .box04 {
    position: relative;
    margin-top: -120px;
}

#top .box04 ul {
    display: flex;
    justify-content: space-between;
    width: 1100px;
    margin: 40px auto 0px auto;
    letter-spacing: 0.2em;
}

#top .box04 ul li {
    width: 330px;
    text-align: center;
}

#top .box04 ul li img {
    margin-bottom: 20px;
}

#top .box04_title {
    text-align: center;
    color: #fff;
    letter-spacing: 0.5em;
}

#top .box05 {
    margin-top: 100px;
    padding-bottom: 200px;
}

#top .box05_title01 {
    width: 210px;
    margin: 0px auto;
}

#top .box05_title02 {
    text-align: center;
    margin-top: 20px;
    letter-spacing: 0.2em
}

#top .box05_inner {
    display: flex;
    justify-content: space-between;
    width: 1100px;
    margin: 50px auto 0px auto;
}

#top .box05_l {
    width: 500px;
    line-height: 220%;
}

#top .box05_l ul {
    display: flex;
    flex-wrap: wrap;
}

#top .box05_l ul li:nth-child(odd) {
    width: 16%;
}

#top .box05_l ul li:nth-child(even) {
    width: 84%;
}

#top .box05_text {
    margin: 20px 0px;
    padding-bottom: 20px;
    border-bottom: solid 2px #055292;
}

#top .box06 {
    background: #055292;
    padding: 100px 0px 50px 0px;
}

#top .box06_tel {
    letter-spacing: 0.2em;
    text-align: center;
}

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

#top .box06_inner {
    width: 730px;
    margin: 50px auto 100px auto;
}

#top .box06_inner ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#top .box06_inner ul li:nth-child(odd) {
    color: #fff;
    width: 30%;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
}

#top .box06_inner ul li:nth-child(even) {
    width: 70%;
    margin-bottom: 50px;
    line-height: 200%;
}

#top .box06_inner ul li:nth-child(2) {
    display: flex;
    flex-wrap: wrap;
}

#top .box06_inner ul li:nth-child(2) label {
    color: #fff;
    display: flex;
    align-items: center;
}

#top .box06_inner ul li:nth-child(2) label:nth-child(1) {
    width: 20%;
}

#top .box06_inner ul li:nth-child(2) label:nth-child(2) {
    width: 80%;
}

#top .box06_inner ul li:nth-child(2) label:nth-child(3) {
    width: 20%;
}

#top .box06_inner ul li:nth-child(2) label:nth-child(4) {
    width: 30%;
}

#top .box06_inner ul li:nth-child(2) label:nth-child(5) {
    width: 20%;
}

#top .box06_inner ul li:nth-child(even) input[type="text"] {
    width: 98%;
    padding: 5px 1%;
    font-size: 16px;
}

#top .box06_inner ul li:nth-child(even) textarea {
    width: 98%;
    padding: 5px 1%;
    font-size: 16px;
}

#top .box06_text {
    margin-top: 50px;
    text-align: center;
    color: #fff;
}

#top .box06_text div {
    margin-top: 10px;
}

#top .box06_bt {
    width: 280px;
    margin: 40px auto 0px auto;
    display: flex;
    justify-content: space-between;
}

#top .box06_bt input {
    width: 130px;
    height: 40px;
    border: solid 2px #fff;
    background: none;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

#top .box06_pri {
    width: 690px;
    height: 240px;
    padding: 20px;
    background: #fff;
    overflow-y: scroll;
    border: solid 1px #A4A4A4;
}



























/*レスポンシブ　750px以下*/
@media screen and (max-width:750px) {

    .header_box {}

    .header_box_inner {
        display: block;
        flex-direction:row;
        align-items: flex-end;
        margin: 50px auto 165px auto;
        width: 90%;
        position: relative;
    }

    .header_box_title {
    font-size: 4.0vw;
        color: #055292;
        left: 0px;
        letter-spacing: 0.4em;
        position: relative
    }

    .header_box_img {
        width: 95%;
        margin-top: 20px;
        padding-left: 5%
    }

    #top {
        background: #ffffff;
    }

    #top .line {
        background: url(../img/common/line.png) repeat-x center;
        background-size: 570px;
        margin-top: -45px;
        position: relative;
        z-index: 1;
        height: 45px;
    }

    #top .box01 {
        width: 80%;
        margin: -110px auto 0px auto;
        background: #055292;
        padding: 0px 5% 50px 5%;
        position: relative;
        z-index: 1;
    }

    #top .box01_inner {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    #top .box01_l {
        width: 100%;
    }

    #top .box01_l_title {
        width: 120px;
        margin: 40px auto 0px auto;
        color: #fff;
        letter-spacing: 0.5em;
        text-align: center;
    }

    #top .box01_l_text {
        color: #fff;
        margin-top: 40px;
        line-height: 180%;
        text-align: left;
    }

    #top .box01_l_text span {
        display: inline;
    }

    #top .box01_l_bt {
        width: 110px;
        margin-top: 30px;
        display: none;
    }

    #top .box01_r {
        width: 100%;
        margin-top: 10px;
    }

    #top .box01_r ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    #top .box01_r_bt {
        width: 100%;
        margin-top: 20px;
        display: flex;
        justify-content: flex-end;
    }

    #top .box01_r_bt img {
        width: 110px;
        display: block;
    }

    #top .box01_r ul li {
        width: 32%;
        margin-bottom: 0px;
    }

    #top .box01_r ul li:first-child {
        width: 32%;
        margin-bottom: 0px;
    }

    #top .box01_r ul li:nth-child(4) {
        display: none;
    }

    #top .box01_r ul li:nth-child(5) {
        display: none;
    }

    #top .box01_r ul li:nth-child(6) {
        display: none;
    }

    #top .box01_r ul li:nth-child(7) {
        display: none;
    }

    #top .box01_r ul li:nth-child(8) {
        display: none;
    }

    #top .box01_border {
        background: url(../img/top/box01_back01.png) repeat-y;
        width: 50%;
        height: 40px;
        position: absolute;
        right: auto;
        bottom: -20px;
    }

    #top .box02 {
        background: #006EA9;
        padding: 450px 0px 80px 0px;
        margin-top: -350px;
        position: relative;
    }

    #top .box02_inner {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
        margin: 0px auto;
    }

    #top .box02_l {
        width: 50%;
        max-width: 300px;
        height: auto;
        margin: 40px auto;
        background: #fff;
        padding: 20px 20%;
        position: relative;
        z-index: 1;
        order: 2;
    }

    #top .box02_l img {
        width: 100%;
    }

    #top .box02_r {
        width: 90%;
        margin: 0px auto;
        color: #fff;
    }

    #top .box02_r_title {
        text-align: center;
    }

    #top .box02_r_text {
        margin-top: 40px;
        line-height: 180%;
    }

    #top .box02_r_text02 {
        text-align: right;
        margin-top: 20px;
    }

    #top .box02_border {
        background: url(../img/top/box02_back01.png) repeat-y;
        width: 60%;
        height: 15%;
        position: absolute;
        left: 3%;
        bottom: 5%;
        z-index: 0;
    }

    #top .box03 {
        background: #055292;
        padding: 40px 0px 120px 0px;
    }

    #top .box03_inner {}

    #top .box03_title01 {
        width: 160px;
        margin: 0px auto;
    }

    #top .box03_title02 {
        letter-spacing: 0.2em;
        text-align: center;
        margin-top: 10px;
        color: #fff;
    }

    #top .box03_text {
        width: 90%;
        margin: 20px auto 0px auto;
        color: #fff;
        text-align: left;
        line-height: 200%;
    }

    #top .box03_text span {
        display: inline;
    }

    #top .box03_t {
        margin: 50px auto 0px auto;
        width: 90%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: relative;
    }

    #top .box03_t_contents {
        background: #003350;
        width: 100%;
        padding: 20px 0px 20px 0px;
        position: relative;
    }

    #top .box03_t_contents:nth-child(2) {
        margin-top: 20px;
    }

    #top .box03_t_contents:before {
        display: none;
    }

    #top .box03_t_contents:after {
        display: none;
    }

    #top .box03_t_title {
        text-align: center;
        color: #fff;
    }

    #top .box03_t_img {
        width: 90%;
        margin: 20px auto;
    }

    #top .box03_t_text {
        width: 90%;
        margin: 0px auto;
        color: #fff;
        line-height: 180%;
    }

    #top .box03_t_text span {
        display: block;
    }

    #top .box03_b {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 90%;
        margin: 30px auto;
        color: #fff;
    }

    #top .box03_b_contents {
        width: 100%;
        border-bottom: solid 1px #fff;
        padding: 20px 0px;
    }

    #top .box03_b_img {
        width: 140px;
        margin: 0px auto;
    }

    #top .box03_b_title {
        text-align: center;
        letter-spacing: 0.2em;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 20px 0px;
    }

    #top .box03_b_title span {
        display: block;
    }

    #top .box03_b_text {
        width: 90%;
        margin: 0px auto;
        line-height: 180%;
    }

    #top .box04 {
        position: relative;
        margin-top: -150px;
        padding-top: 40px;
    }

    #top .box04 ul {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 90%;
        margin: 20px auto 0px auto;
        letter-spacing: 0.2em;
    }

    #top .box04 ul li {
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }

    #top .box04 ul li:last-child {
        margin-bottom: 0px;
    }

    #top .box04 ul li img {
        margin-bottom: 20px;
    }

    #top .box04_title {
        text-align: center;
        color: #fff;
        letter-spacing: 0.5em;
    }

    #top .box05 {
        margin-top: 60px;
        padding-bottom: 100px;
    }

    #top .box05_title01 {
        width: 210px;
        margin: 0px auto;
    }

    #top .box05_title02 {
        text-align: center;
        margin-top: 20px;
        letter-spacing: 0.2em
    }

    #top .box05_inner {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 90%;
        margin: 20px auto 0px auto;
    }

    #top .box05_l {
        width: 100%;
        line-height: 180%;
    }

    #top .box05_l ul {
        display: flex;
        flex-wrap: wrap;
    }

    #top .box05_l ul li:nth-child(odd) {
        width: 100%;
    }

    #top .box05_l ul li:nth-child(even) {
        width: 100%;
        border-bottom: solid 1px #8A8A8A;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    #top .box05_l ul li:nth-child(even):last-child {
        width: 100%;
        border-bottom: none;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    #top .box05_text {
        margin: 0px 0px 20px 0px;
        padding-bottom: 20px;
        border-bottom: solid 2px #055292;
    }

    #top .box05 iframe {
        width: 100%;
        margin-top: 20px;
    }

    #top .box06 {
        background: #055292;
        padding: 60px 0px 20px 0px;
    }

    #top .box06_tel {
        width: 90%;
        margin: 0px auto;
        padding-bottom: 20px;
        letter-spacing: 0.2em;
        text-align: center;
        border-bottom: solid 1px #fff;
        font-size: 6.5vw
    }

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

    #top .box06_inner {
        width: 90%;
        margin: 40px auto;
    }

    #top .box06_inner ul {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    #top .box06_inner ul li:nth-child(odd) {
        color: #fff;
        width: 100%;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
    }

    #top .box06_inner ul li:nth-child(even) {
        width: 100%;
        margin-bottom: 20px;
        line-height: 200%;
    }

    #top .box06_inner ul li:nth-child(2) {
        display: flex;
        flex-wrap: wrap;
    }

    #top .box06_inner ul li:nth-child(2) label {
        color: #fff;
        display: flex;
        align-items: center;
    }

    #top .box06_inner ul li:nth-child(2) label:nth-child(1) {
        width: 50%;
    }

    #top .box06_inner ul li:nth-child(2) label:nth-child(2) {
        width: 50%;
    }

    #top .box06_inner ul li:nth-child(2) label:nth-child(3) {
        width: 50%;
    }

    #top .box06_inner ul li:nth-child(2) label:nth-child(4) {
        width: 50%;
    }

    #top .box06_inner ul li:nth-child(2) label:nth-child(5) {
        width: 50%;
    }

    #top .box06_inner ul li:nth-child(even) input[type="text"] {
        width: 98%;
        padding: 5px 1%;
        font-size: 16px;
    }

    #top .box06_inner ul li:nth-child(even) textarea {
        width: 98%;
        padding: 5px 1%;
        font-size: 16px;
    }

    #top .box06_text {
        margin-top: 20px;
        text-align: center;
        color: #fff;
    }

    #top .box06_text span {
        display: block;
    }

    #top .box06_text div {
        margin-top: 10px;
        line-height: 180%;
    }

    #top .box06_bt {
        width: 280px;
        margin: 20px auto 0px auto;
        display: flex;
        justify-content: space-between;
    }

    #top .box06_bt input {
        width: 130px;
        height: 40px;
        border: solid 2px #fff;
        background: none;
        font-size: 16px;
        color: #fff;
        cursor: pointer;
    }

    #top .box06_pri {
        width: 98%;
        height: 240px;
        padding: 10px 1%;
        background: #fff;
        overflow-y: scroll;
        border: solid 1px #A4A4A4;
    }



























}

/*レスポンシブ　750px以下*/
