@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: inline-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;
}

/*リセット*/


html {
    font-size: 62.5%;
}

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

.header_box {
    width: 1250px;
    margin: 0px auto;
    padding-top: 100px;
    position: relative;
}

.header_inner01 {
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.header_inner01 ul {
    font-family: mincho;
    display: flex;
    justify-content: space-between;
    color: #fff;
    width: 780px;
    align-items: center;
    letter-spacing: 0.3rem;
    font-size: 2.0rem
}

.header_inner01 ul li:nth-child(5) {
    width: 120px;
}

.header_inner01 ul li:nth-child(6) {
    width: 35px;
}

.header_inner01 ul img {
    display: block;
}

.header_inner01 ul a {
    color: #fff;
    text-decoration: none;
    line-height: 100%;
}

.header_inner02 {
    width: 1250px;
    background: #fff;
    margin-top: 20px;
    padding-bottom: 0px;
}

.header_inner02_t {
    display: flex;
    justify-content: space-between;
}

.header_inner02_l {
    font-family: mincho;
    width: 470px;
    font-size: 2.5rem;
    padding-top: 250px;
    padding-left: 60px;
    line-height: 200%;
    letter-spacing: 0.3rem;
}

.header_inner02_l span {
    display: block;
}

.header_inner02_r {
    width: 720px;
}

.header_inner02_r img {
    display: block;
}

.header_box h1 {
    width: 310px;
    position: absolute;
    margin-top: -90px;
}

.header_news {
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    width: 1100px;
    margin: 80px auto 0px auto;
    padding: 10px 0px;
    display: flex;
}

.header_news_l {
    width: 300px;
    text-align: center;
    font-family: mincho;
    font-size: 2.0rem;
    letter-spacing: 0.5rem;
    border-right: solid 1px #000;
    padding: 20px 0px;
    line-height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}

.header_news_r {
    width: 800px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 0px;
}

.header_news_r #rss {}

.header_news_r #rss ul {}

.header_news_r#rss ul li {
    display: none;
}

.header_news_r#rss ul li a {
    color: #000;
    text-decoration: none;
}

.header_news_r#rss ul li:nth-child(1) {
    width: 610px;
    margin: 0px auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_news_r li::after {
    content: "";
    width: 15px;
    height: 1px;
    display: block;
    border-top: solid 1px #000;
    align-items: center;
}







.footer_box {
    text-align: center;
    color: #fff;
    margin: 80px 0px 40px 0px;
}

#top {}

#top .box01 {
    width: 1250px;
    margin: 0px auto;
    padding-top: 80px;
    background: #fff;
}

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

#top .box01_l {
    width: 610px;
}

#top .box01_l img {
    display: block;
}

#top .box01_r {
    width: 520px;
    padding: 0px 60px;
    position: relative;
}

#top .box01_r img {
    width: 530px;
    position: absolute;
    bottom: 50px;
    right: 40px;
}

#top .box01_r p {
    font-size: 1.5rem;
    line-height: 250%;
    margin: 0px;
}

#top .box01_r p:nth-child(2) {
    margin-top: 10px;
    letter-spacing: 0.5rem;
}

#top .box01_r p:nth-child(3) {
    margin-top: 20px;
}

#top .box01_r p span {
    display: block;
}

#top .section_title {
    font-family: mincho;
    letter-spacing: 0.5rem;
    font-size: 3.0rem;
}

#top .box02 {
    background: url(../img/top/box02_back.png) repeat-x;
    background-size: 1px 880px;
    height: 880px;
    margin-top: -60px;
}

#top .box02_inner {
    background: #c4a300;
    width: 1250px;
    height: 780px;
    margin: 0px auto;
    padding-top: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#top .box02 h3 {
    font-family: mincho;
    letter-spacing: 0.5rem;
    text-align: center;
    font-size: 3.0rem;
    padding-top: 40px;
}

#top .box02 h3::after {
    content: "";
    border-top: solid 3px #000;
    margin: 30px auto 0px auto;
    width: 70px;
    display: block;
}

#top .box02 p {
    padding: 10px 30px;
}

#top .box02_l {
    width: 370px;
    border: solid 10px;
}

#top .box02_r {
    width: 370px;
    border: solid 10px;
    margin-left: 50px;
}

#top .box02_b {
    width: 830px;
    margin: 40px auto 100% auto;
}

#top .box03 {
    width: 1000px;
    margin: -370px auto 0px auto;
    font-size: 1.5rem;
}

#top .box03_title h2 {
    font-family: mincho;
    letter-spacing: 0.5rem;
    text-align: center;
    font-size: 3.0rem;
    padding-top: 60px;
}

#top .box03_title p {
    font-family: mincho;
    letter-spacing: 0.5rem;
    text-align: center;
    padding-top: 0px;
}

#top .box03_title {
    width: 100%;
    margin-top: 40px;
}

#top .box03_inner {
    margin-top: 40px;
}

#top .box03_01 {
    width: auto;
    background: #fff;
    padding: 60px;
}

#top .box03_inner h1 {
    text-align: center;
    font-size: 2.0rem;
    letter-spacing: 0.5rem;
    border-bottom: solid 2px #000;
    padding-bottom: 20px;
}

#top .box03_inner h2,
.service_price_txt {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 100%;
}

#top .box03_inner h2::before,
.service_price_txt::before {
    content: "";
    width: 25px;
    height: 25px;
    margin-right: 10px;
    background: #000;
    display: block;
}

#top .box03_inner h2.service_price_ttl::before{
    content: none;
}

#top .box03_01_inner {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#top .box03_01_contents {
    width: 49%;
    margin-bottom: 40px;
}

.service_link_txt_wrap{
    text-align: center;
}

.service_link_txt{
    position: relative;
    display: inline-block;
    font-weight: bold;
}

.service_link_txt::before,
.service_link_txt::after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 15px;
    height: 2px;
    background-color: #000;
}

.service_link_txt::before {
    left: -21px;
    transform: rotate(60deg) translateY(-50%);
}

.service_link_txt::after {
    right: -21px;
    transform: rotate(-60deg) translateY(-50%);
}

.service_link_btn{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
    width: 300px;
    height: 45px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    background-color: #c4a300;
    border-radius: 9999px;
}

.service_link_btn .fa-arrow-up-right-from-square{
    position: absolute;
    right: 18px;
}

#top .box03_01_contents:nth-child(3) {
    background: #c4a300;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 40px 0px;
}

#top .box03_01_contents:nth-child(3) p {
    color: #fff;
    width: 80%;
    margin: 0px auto;
    line-height: 200%;
}

#top .box03_01_contents:nth-child(3) p span {
    display: block;
}

#top .box03_02 {
    margin-top: 20px;
}

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

#top .box03_02_contents {
    width: calc(49% - 120px);
    background: #fff;
    padding: 60px 60px 20px 60px;
}

#top .box03_03 {
    margin-top: 20px;
    background: #fff;
    padding: 60px;
}

#top .box03_03 h1 {
    margin-bottom: 40px;
}

#top .box03_03 p {
    margin-bottom: 40px;
}

#top .box03_03 p span {
    display: block;
}

#top .box03_03 p:last-child {
    margin-bottom: 0px;
}

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

#top .box03_03_inner_l {
    width: 48%;
}

#top h2 span.box03_03_title {
    font-size: 1.8rem;
    letter-spacing: 0.0em;
}

#top .box03_03_inner_r {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#top .box03_img01 {
    display: none;
}

#top .box03_04 {
    margin-top: 20px;
    background: #fff;
    padding: 60px;
}

#top .box03_04 h1 {
    margin-bottom: 40px;
}

#top .box03_04 p {
    margin-bottom: 40px;
}

#top .box03_04 p span {
    display: block;
}

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

#top .box03_04 p:last-child {
    margin-bottom: 0px;
}

#top .box03_04_box {
    display: flex;
    margin-bottom: 40px;
}

#top .box03_04_box a:nth-child(1) {
    width: 145px;
}

#top .box03_04_box a:nth-child(2) {
    width: 165px;
    margin-left: 40px;
}

#top .box03_05 {
    margin-top: 20px;
    background: #fff;
    padding: 60px;
}

#top .box03_05 h1 {
    margin-bottom: 40px;
}

#top .box03_05 p {
    margin-bottom: 40px;
}

#top .box03_05 p:last-child {
    margin-bottom: 0px;
}

#top .box03_06 {
    margin-top: 20px;
    background: #fff;
    padding: 60px;
}

#top .box03_06 h1 {
    margin-bottom: 40px;
}

#top .box03_06 h2 {
    line-height: 150%;
    display: flex;
    align-items: flex-start;
}

#top .box03_06 p {
    margin-bottom: 40px;
}

#top .box03_06 p:last-child {
    margin-bottom: 0px;
}

#top .box03_06_inner {
    display: flex;
    flex-wrap: wrap;
}

#top .box03_06_contents {
    width: 49%;
    background: #fff;
    padding: 0px 0px 40px 0px;
}

#top .box03_07 {
    margin-top: 20px;
    background: #fff;
    padding: 60px;
}

#top .box03_07 h1 {
    margin-bottom: 40px;
}

#top .box03_07 p {
    margin-bottom: 40px;
}

#top .box03_07 p:last-child {
    margin-bottom: 0px;
}

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

#top .box03_07_inner_l {
    width: 405px;
}

#top .box03_07_inner_r {
    width: 430px;
}

#top .box03_08 {
    margin-top: 20px;
    background: #fff;
    padding: 60px;
}

#top .box03_08 h1 {
    margin-bottom: 40px;
}

#top .box03_08 p {
    margin-bottom: 40px;
}

#top .box03_08 p:last-child {
    margin-bottom: 0px;
}

#top .box04 {
    margin-top: 60px;
    padding: 60px 0px;
    background: #c9a800;
}

#top .box04_title h2 {
    font-family: mincho;
    letter-spacing: 0.5rem;
    font-size: 3.0rem;
    padding-top: 0px;
}

#top .box04_title p {
    font-family: mincho;
    letter-spacing: 0.5rem;
    padding-top: 0px;
}

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

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

#top .box04_table {
    width: 400px;
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
}

#top .box04_table li:nth-child(odd) {
    width: 22%;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

#top .box04_table li:nth-child(even) {
    width: 78%;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

#top .box04_l {
    width: 400px;
}

#top .box04_r {
    width: 600px;
}

#top .box04_r img {
    display: block;
}

#top .box04_inner02 {
    width: 990px;
    background: #fff;
    padding: 55px;
    margin: -20px auto 0px auto;
    display: flex;
}

#top .box04_inner02_l {
    width: 540px;
    border-right: solid 2px #000;
    padding-right: 40px;
    margin-right: 40px;
}

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

#top .box04_inner02_l h2 {
    font-size: 1.8rem;
    letter-spacing: 0.3rem;
}

#top .box04_inner02_r {
    width: 370px;
}

#top .box04_inner02_r ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2.5em;
}

#top .box04_inner02_r ul li:nth-child(odd) {
    width: 35%;
    letter-spacing: 0;
    margin-bottom: 15px;
}

#top .box04_inner02_r ul li:nth-child(even) {
    width: 65%;
    letter-spacing: 0;
    margin-bottom: 15px;
}

#top .box05_inner {
    width: 100%;
}

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

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

#top .box06_title h2 {
    font-family: mincho;
    letter-spacing: 0.5rem;
    font-size: 3.0rem;
    padding-top: 0px;
}

#top .box06_title p {
    font-family: mincho;
    letter-spacing: 0.5rem;
    padding-top: 0px;
}

#top .box06_title {
    width: 100%;
    margin-top: 20px;
    color: #fff;
    text-align: center;
}

#top .box07_title h2 {
    font-family: mincho;
    letter-spacing: 0.5rem;
    font-size: 3.0rem;
    padding-top: 0px;
}

#top .box07 {
    padding-top: 60px;
}

#top .box07_title p {
    font-family: mincho;
    letter-spacing: 0.5rem;
    padding-top: 0px;
}

#top .box07_title {
    width: 100%;
    margin-top: 20px;
    color: #fff;
    text-align: center;
}

#top .box07_bn {
    display: flex;
    background: #fff;
    border: solid 7px #c4a300;
    justify-content: space-between;
    padding: 15px 20px;
}

#top .box07_bn_wrapper {
    margin-top: 40px;
}

#top .box07_bn_wrapper a {
    color: #000;
    text-decoration: none;
}

#top .box07_bn_l {
    display: flex;
    align-items: center;
    font-size: 2rem;
}

#top .box07_bn_r {
    width: 170px;
}

#top .box07_bn_r img {
    display: block;
    border-radius: 5px;
}

#top .box07 {
    width: 900px;
    margin: 0px auto;
}

#top .box07_tel {
    margin-top: 40px;
    text-align: center;
}

#top .box07_tel a {
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 4rem;
    font-family: mincho;
    font-weight: normal;
    letter-spacing: 1rem;
}

#top .box07_inner {
    width: 900px;
    margin: 40px auto 0px auto;
}

#top .box07_privacy {
    margin-top: 40px;
    height: 200px;
    padding: 20px;
    background: #fff;
    overflow-y: scroll;
    font-size: 1.4rem;
}

#top .box07_inner ul {
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    border-top: solid 1px #fff;
}

#top .box07_inner ul li:nth-child(odd) {
    width: 25%;
    display: flex;
    align-items: center;
    padding: 20px 0px 20px 5%;
    border-bottom: solid 1px #fff;
}

#top .box07_inner ul li:nth-child(even) {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 0px;
    border-bottom: solid 1px #fff;
}

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

#top .box07_inner ul li:nth-child(even) textarea {
    width: 88%;
    font-size: 1.6rem;
    padding: 5px 1%;
}

#top .box07_inner ul li:nth-child(even) label {
    margin-right: 40px;
}

#top .box07_inner ul li:nth-child(even) label input {
    margin-right: 10px;
}

#top .box07_b {
    text-align: center;
    color: #fff;
    margin-top: 40px;
}

#top .box07_bt {
    margin-top: 40px;
}

#top .box07_bt input {
    background: none;
    font-size: 1.8rem;
    color: #fff;
    border: solid 2px #fff;
    border-radius: 100px;
    padding: 10px 40px;
}

#top .box07_bt input:nth-child(1) {
    background: url(../img/top/box07_icon01.png) no-repeat;
    background-size: 10px;
    background-position: center right 15px;
}



/*レスポンシブ　750px以下*/
@media screen and (max-width:750px) {
    #mobi_menu {
        display: block;
    }





    html {
        font-size: 62.5%;
    }

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

    .header_box {
        width: 90%;
        margin: 0px auto;
        padding-top: 40px;
        position: relative;
    }

    .header_wrapper {
        display: flex;
    }

    .header_inner01 {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        position: relative;
        order: 2;
        width: 50%;
    }

    .header_inner01 ul {
        width: 100%;
        display: flex;
        padding-bottom: 25%;
        justify-content: flex-end;
    }

    .header_inner01 ul li:nth-child(1) {
        display: none;
    }

    .header_inner01 ul li:nth-child(2) {
        display: none;
    }

    .header_inner01 ul li:nth-child(3) {
        display: none;
    }

    .header_inner01 ul li:nth-child(4) {
        display: none;
    }

    .header_inner01 ul li:nth-child(5) {
        width: 80px;
    }

    .header_inner01 ul li:nth-child(6) {
        width: 25px;
        margin-left: 10px;
    }

    .header_inner02 {
        width: 100%;
        background: #fff;
        margin-top: -10%;
        padding-bottom: 0px;
    }

    .header_inner02_t {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .header_inner02_l {
        font-family: mincho;
        width: 90%;
        font-size: 1.8rem;
        padding-top: 60px;
        padding-left: 20px;
        line-height: 200%;
        letter-spacing: 0.3rem;
    }

    .header_inner02_l span {
        display: block;
    }

    .header_inner02_r {
        margin-top: 20px;
        width: 100%;
    }

    .header_inner02_r img {
        display: block;
    }

    .header_box h1 {
        width: 50%;
        position: relative;
        margin-top: 0px;
    }

    .header_news {
        border-top: solid 1px #000;
        border-bottom: solid 1px #000;
        width: 90%;
        margin: 40px auto 0px auto;
        padding: 10px 0px;
        display: flex;
        flex-direction: column;
    }

    .header_news_l {
        width: 100%;
        text-align: center;
        font-family: mincho;
        font-size: 2.0rem;
        letter-spacing: 0.5rem;
        border-right: none;
        padding: 20px 0px;
        line-height: 100%;
        align-items: center;
        justify-content: center;
        display: flex;
    }

    .header_news_r {
        width: 100%;
        display: block;
        flex-direction: column;
        justify-content: center;
        padding: 10px 0px;
    }

    .header_news_r #rss {}

    .header_news_r #rss ul {}

    .header_news_r#rss ul li {
        display: none;
    }

    .header_news_r#rss ul li a {
        color: #000;
        text-decoration: none;
    }

    .header_news_r#rss ul li:nth-child(1) {
        width: 100%;
        margin: 0px auto;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .footer_box {
        text-align: center;
        color: #fff;
        margin: 80px 0px 40px 0px;
    }

    #top {}

    #top .box01 {
        width: 90%;
        margin: 0px auto;
        background: #fff;
    }

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

    #top .box01_l {
        width: 100%;
    }

    #top .box01_l img {
        display: block;
    }

    #top .box01_r {
        width: 90%;
        margin: 40px auto 0px auto;
        padding: 0px;
        position: relative;
    }

    #top .box01_r img {
        width: 100%;
        margin-top: 40px;
        position: relative;
        bottom: 0px;
        right: 0px;
    }

    #top .box01_r p {
        font-size: 1.5rem;
        line-height: 250%;
        margin: 0px;
    }

    #top .box01_r p:nth-child(2) {
        margin-top: 10px;
        letter-spacing: 0.5rem;
    }

    #top .box01_r p:nth-child(3) {
        margin-top: 20px;
    }

    #top .box01_r p span {
        display: inline;
    }

    #top .section_title {
        font-family: mincho;
        letter-spacing: 0.5rem;
        font-size: 3.0rem;
    }

    #top .box02 {
        background: url(../img/top/box02_back.png) repeat-x;
        background-size: 1px 880px;
        height: auto;
        margin-top: -60px;
    }

    #top .box02_inner {
        background: #c4a300;
        width: 100%;
        height: auto;
        margin: 0px auto;
        padding-top: 100px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    #top .box02 h3 {
        font-family: mincho;
        letter-spacing: 0.5rem;
        text-align: center;
        font-size: 3.0rem;
        padding-top: 40px;
    }

    #top .box02 h3::after {
        content: "";
        border-top: solid 3px #000;
        margin: 30px auto 0px auto;
        width: 70px;
        display: block;
    }

    #top .box02 p {
        padding: 10px 30px;
    }

    #top .box02_l {
        width: calc(90% - 20px);
        border: solid 10px;
    }

    #top .box02_r {
        width: calc(90% - 20px);
        border: solid 10px;
        margin: 40px auto 0px auto;
    }

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

    #top .box02_b img {
        display: block;
    }

    #top .box03 {
        width: 100%;
        margin: 0px auto 0px auto;
        font-size: 1.5rem;
    }

    #top .box03_title h2 {
        font-family: mincho;
        letter-spacing: 0.5rem;
        text-align: center;
        font-size: 3.0rem;
        padding-top: 40px;
    }

    #top .box03_title p {
        font-family: mincho;
        letter-spacing: 0.5rem;
        text-align: center;
        padding-top: 0px;
    }

    #top .box03_title {
        width: 100%;
        margin-top: 0px;
        color: #fff;
    }

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

    #top .box03_01 {
        width: auto;
        background: #fff;
        padding: 10% 5%;
    }

    #top .box03_inner h1 {
        text-align: center;
        font-size: 2.0rem;
        letter-spacing: 0.5rem;
        border-bottom: solid 2px #000;
        padding-bottom: 20px;
    }

    #top .box03_inner h2,
    .service_price_txt {
        font-size: 1.8rem;
        line-height: 150%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    #top .box03_inner h2::before,
    .service_price_txt::before {
        content: "";
        width: 25px;
        height: 25px;
        margin-right: 10px;
        background: #000;
        display: none;
    }

    #top .box03_01_inner {
        margin-top: 40px;
        display: block;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    #top .box03_01_contents {
        width: 100%;
        margin-bottom: 40px;
    }

    #top .box03_01_contents:nth-child(3) {
        background: #c4a300;
        margin-top: 20px;
        margin-bottom: 0px;
        display: flex;
        align-items: center;
        padding: 0px 0px;
    }

    #top .box03_01_contents:nth-child(3) p {
        color: #fff;
        width: auto;
        margin: 0px auto;
        padding: 10px 20px;
        line-height: 180%;
    }

    #top .box03_01_contents:nth-child(3) p span {
        display: inline;
    }

    #top .box03_02 {
        margin-top: 20px;
    }

    #top .box03_02_inner {
        display: block;
        justify-content: space-between;
    }

    #top .box03_02_contents {
        width: auto;
        margin: 0px auto;
        background: #fff;
        padding: 10% 5% 8% 5%;
    }

    #top .box03_02_contents + .box03_02_contents {
        margin-top: 20px;
    }

    #top .box03_03 {
        margin-top: 20px;
        background: #fff;
        padding: 10% 5%;
    }

    #top .box03_03 h1 {
        margin-bottom: 20px;
    }

    #top .box03_03 p {
        margin-bottom: 40px;
    }

    #top .box03_03 p span {
        display: inline;
    }

    #top .box03_03 p:last-child {
        margin-bottom: 0px;
    }

    #top .box03_03_inner {
        display: block;
        justify-content: space-between;
    }

    #top .box03_03_inner_l {
        width: 100%;
    }

    #top h2 span.box03_03_title {
        font-size: 1.8rem;
        letter-spacing: 0.0em;
    }

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

    #top .box03_img01 {
        display: block;
        margin-bottom: 40px;
    }

    #top .box03_img02 {
        display: none;
    }

    #top .box03_04 {
        margin-top: 20px;
        background: #fff;
        padding: 10% 5%;
    }

    #top .box03_04 h1 {
        margin-bottom: 20px;
    }

    #top .box03_04 p {
        margin-bottom: 40px;
    }

    #top .box03_04 p span {
        display: block;
    }

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

    #top .box03_04 p:last-child {
        margin-bottom: 0px;
    }

    #top .box03_04_box {
        display: flex;
        margin-bottom: 40px;
    }

    #top .box03_04_box a:nth-child(1) {
        width: 145px;
    }

    #top .box03_04_box a:nth-child(2) {
        width: 165px;
        margin-left: 40px;
    }

    #top .box03_05 {
        margin-top: 20px;
        background: #fff;
        padding: 10% 5%;
    }

    #top .box03_05 h1 {
        margin-bottom: 20px;
    }

    #top .box03_05 p {
        margin-bottom: 40px;
    }

    #top .box03_05 p:last-child {
        margin-bottom: 0px;
    }

    #top .box03_06 {
        margin-top: 20px;
        background: #fff;
        padding: 10% 5%;
    }

    #top .box03_06 h1 {
        margin-bottom: 20px;
    }

    #top .box03_06 h2 {
        line-height: 150%;
        display: block;
        align-items: flex-start;
    }

    #top .box03_06 p {
        margin-bottom: 40px;
    }

    #top .box03_06 p:last-child {
        margin-bottom: 0px;
    }

    #top .box03_06_inner {
        display: block;
        flex-wrap: wrap;
    }

    #top .box03_06_contents {
        width: 100%;
        background: #fff;
        padding: 0px 0px 40px 0px;
    }

    #top .box03_06_contents:last-child {
        padding: 0px;
    }

    #top .box03_07 {
        margin-top: 20px;
        background: #fff;
        padding: 10% 5%;
    }

    #top .box03_07 h1 {
        margin-bottom: 20px;
    }

    #top .box03_07 p {
        margin-bottom: 40px;
    }

    #top .box03_07 p:last-child {
        margin-bottom: 0px;
    }

    #top .box03_07_inner {
        display: block;
        justify-content: space-between;
    }

    #top .box03_07_inner_l {
        width: 100%;
    }

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

    #top .box03_08 {
        margin-top: 20px;
        background: #fff;
        padding: 10% 5%;
    }

    #top .box03_08 h1 {
        margin-bottom: 20px;
    }

    #top .box03_08 p {
        margin-bottom: 40px;
    }

    #top .box03_08 p:last-child {
        margin-bottom: 0px;
    }

    #top .box04 {
        margin-top: 40px;
        padding: 20px 0px;
        background: #c9a800;
    }

    #top .box04_title h2 {
        font-family: mincho;
        letter-spacing: 0.5rem;
        font-size: 3.0rem;
        padding-top: 0px;
    }

    #top .box04_title p {
        font-family: mincho;
        letter-spacing: 0.5rem;
        padding-top: 0px;
    }

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

    #top .box04_inner01 {
        width: 80%;
        margin: 0px auto;
        display: block;
        justify-content: space-between;
    }

    #top .box04_table {
        width: 90%;
        margin-top: 40px;
        display: block;
        flex-wrap: wrap;
    }

    #top .box04_table li:nth-child(odd) {
        width: 100%;
        margin-bottom: 0px;
        display: flex;
        align-items: center;
    }

    #top .box04_table li:nth-child(even) {
        width: 100%;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
    }

    #top .box04_l {
        width: 100%;
    }

    #top .box04_r {
        width: 100%;
    }

    #top .box04_r img {
        display: block;
    }

    #top .box04_inner02 {
        width: 80%;
        background: #fff;
        padding: 55px 10%;
        margin: -20px auto 0px auto;
        display: block;
    }

    #top .box04_inner02_l {
        width: 100%;
        border-right: none;
        border-bottom: solid 2px #000;
        padding-right: 0px;
        margin-right: 0px;
        padding-bottom: 20px;
    }

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

    #top .box04_inner02_l h2 {
        font-size: 1.8rem;
        letter-spacing: 0.3rem;
    }

    #top .box04_inner02_r {
        width: 100%;
    }

    #top .box04_inner02_r ul {
        display: flex;
        flex-wrap: wrap;
        margin-top: 2.5em;
    }

    #top .box04_inner02_r ul li:nth-child(odd) {
        width: 100%;
        letter-spacing: 0;
        margin-bottom: 0px;
    }

    #top .box04_inner02_r ul li:nth-child(even) {
        width: 100%;
        letter-spacing: 0;
        margin-bottom: 20px;
    }

    #top .box05_inner {
        width: 100%;
    }

    #top .box05_inner iframe {
        width: 100%;
        height: 300px;
    }

    #top .box06 {
        padding: 40px 0px;
    }

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

    #top .box06_inner iframe {
        width: 100%;
    }

    #top .box06_title h2 {
        font-family: mincho;
        letter-spacing: 0.5rem;
        font-size: 3.0rem;
        padding-top: 0px;
    }

    #top .box06_title p {
        font-family: mincho;
        letter-spacing: 0.5rem;
        padding-top: 0px;
    }

    #top .box06_title {
        width: 100%;
        margin-top: 20px;
        color: #fff;
        text-align: center;
    }

    #top .box07_title h2 {
        font-family: mincho;
        letter-spacing: 0.5rem;
        font-size: 3.0rem;
        padding-top: 0px;
    }

    #top .box07_title p {
        font-family: mincho;
        letter-spacing: 0.5rem;
        padding-top: 0px;
    }

    #top .box07_title {
        width: 100%;
        margin-top: 20px;
        color: #fff;
        text-align: center;
    }

    #top .box07_bn {
        display: block;
        background: #fff;
        border: solid 7px #c4a300;
        justify-content: space-between;
        padding: 15px 20px;
    }

    #top .box07_bn_wrapper {
        margin-top: 20px;
    }

    #top .box07_bn_wrapper a {
        color: #000;
        text-decoration: none;
    }

    #top .box07_bn_l {
        display: flex;
        align-items: center;
        font-size: 1.5rem;
    }

    #top .box07_bn_r {
        width: 100%;
        max-width: 170px;
        margin: 20px auto 0px auto;
    }

    #top .box07_bn_r img {
        display: block;
        border-radius: 5px;
    }

    #top .box07 {
        width: 90%;
        margin: 0px auto;
    }

    #top .box07_tel {
        margin-top: 20px;
        text-align: center;
    }

    #top .box07_tel a {
        color: #fff;
        text-decoration: none;
        text-align: center;
        font-size: 2.0rem;
        font-family: mincho;
        font-weight: normal;
        letter-spacing: 0.3rem;
    }

    #top .box07_inner {
        width: 100%;
        margin: 20px auto 0px auto;
    }

    #top .box07_privacy {
        margin-top: 20px;
        height: 200px;
        padding: 20px;
        background: #fff;
        overflow-y: scroll;
        font-size: 1.4rem;
    }

    #top .box07_inner ul {
        color: #fff;
        display: block;
        flex-wrap: wrap;
        border-top: solid 1px #fff;
    }

    #top .box07_inner ul li:nth-child(odd) {
        width: 100%;
        display: flex;
        align-items: center;
        padding: 20px 0px 0px 5%;
        border-bottom: none;
    }

    #top .box07_inner ul li:nth-child(even) {
        width: 90%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 0px 5% 20px 5%;
        border-bottom: solid 1px #fff;
    }

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

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

    #top .box07_inner ul li:nth-child(even) label {
        margin-right: 40px;
    }

    #top .box07_inner ul li:nth-child(even) label input {
        margin-right: 10px;
    }

    #top .box07_b {
        text-align: center;
        color: #fff;
        margin-top: 40px;
    }

    #top .box07_bt {
        margin-top: 40px;
    }

    #top .box07_bt input {
        background: none;
        font-size: 1.8rem;
        color: #fff;
        border: solid 2px #fff;
        border-radius: 100px;
        padding: 10px 30px;
    }

    #top .box07_bt input:nth-child(1) {
        background: url(../img/top/box07_icon01.png) no-repeat;
        background-size: 10px;
        background-position: center right 15px;
    }


}

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