@charset "UTF-8";
@media screen and (min-width: 481px) {
  body {
    width: 100%;
    font-family: "游明朝体";
    min-width: 1165px;
    z-index: -1;
  }
  body header {
    min-width: 1165px;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    height: 50px;
    border: #323C4E 1px solid;
    position: fixed;
    top: 0;
    background-color: white;
    width: calc(100% - 50px);
    z-index: 1;
  }
  body header .h1tel {
    display: flex;
  }
  body header .h1tel h1 {
    font-size: 40px;
    margin: 0;
  }
  body header .h1tel .tel {
    display: flex;
    margin-left: 30px;
    margin-bottom: 5px;
  }
  body header .h1tel .tel img {
    width: 20%;
    margin: auto 10px 0 auto;
  }
  body header .h1tel .tel p {
    font-size: 20px;
    height: 25px;
    margin: auto auto 0;
  }
  body header .menu {
    font-size: 20px;
    margin: 0 auto;
  }
  body header .menu ul {
    list-style: none;
    display: flex;
    padding: 0;
  }
  body header .menu ul li a {
    color: black;
    text-decoration: none;
    margin: 40px;
    position: relative;
  }
  body header .menu ul a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #CDA25F;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
  }
  body header .menu ul a:hover::after {
    transform: scale(1, 1);
  }
  body .top .main {
    background-image: url("../img/pc1.png");
    background-size: cover;
    margin-top: 72px;
    height: 600px;
  }
  body .top .main .title {
    color: #CDA25F;
    font-size: 70px;
    margin: 0;
    padding-top: 100px;
    padding-left: 50px;
    text-shadow: black;
    text-shadow: 0 2px 3px #808080;
  }
  body .top .main .price {
    color: #ff0000;
    font-size: 60px;
    margin: 40px 200px;
  }
  body .top .main .ext {
    color: white;
    margin: 200px 0 0 auto;
    width: 550px;
  }
  body .top .main .ext p {
    margin: 0;
    font-size: 16px;
  }
  body h2 {
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
    text-align: center;
    font-size: 50px;
  }
  body h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    display: inline-block;
    width: 200px;
    height: 5px;
    transform: translateX(-50%);
    background-color: #CDA25F;
    border-radius: 2px;
  }
  body .inner {
    width: 900px;
    margin: auto;
    font-size: 25px;
    text-align: left;
    padding-bottom: 40px;
  }
  body .cont1 .gold, body .cont2 .gold, body .cont3 .gold, body .cont4 .gold, body .cont5 .gold {
    color: #CDA25F;
    text-shadow: black;
    text-shadow: 0 2px 3px #808080;
    font-size: 30px;
  }
  body .cont1 {
    text-align: center;
  }
  body .cont1 .c1-1 {
    display: flex;
    padding: 30px;
    color: white;
  }
  body .cont1 .c1-1 img {
    margin: auto;
  }
  body .cont1 .c1-1 p {
    color: black;
    font-size: 16px;
    margin-left: 60px;
  }
  body .cont1 .c1-2 {
    width: 600px;
    background-color: #323C4E;
    text-align: center;
    font-size: 16px;
    padding: 20px;
    border-radius: 30px;
    margin: 50px auto;
  }
  body .cont1 .c1-2 .up {
    color: #CDA25F;
    margin: auto;
  }
  body .cont1 .c1-2 .under {
    width: 150px;
    margin: 20px auto 0;
    color: black;
    text-decoration: none;
    width: 150px;
    margin: auto;
  }
  body .cont1 .c1-2 .under a {
    color: #323C4E;
    text-decoration: none;
  }
  body .cont1 .c1-2 .under .contact {
    background-color: white;
    width: 150px;
    padding: 5px;
    margin: 30px 0 0 0;
    border-radius: 20px;
    border: white 2px solid;
  }
  body .cont1 .c1-2 .under:hover {
    color: white;
    cursor: pointer;
  }
  body .cont1 .c1-2 .under:hover .contact {
    background-color: #323C4E;
  }
  body .cont1 .c1-2 .under:hover a {
    color: white;
  }
  body .cont2 {
    text-align: center;
    background-color: #323C4E;
    color: white;
  }
  body .cont2 .c2-1 {
    margin-top: 20px;
    display: flex;
    font-size: 16px;
    justify-content: center;
    padding-bottom: 70px;
    border-bottom: 1px solid #CDA25F;
  }
  body .cont2 .c2-1 ul {
    margin: auto 10px;
  }
  body .cont2 .c2-2 {
    margin-top: 80px;
    border: 1px solid white;
    border-radius: 50px;
    text-align: center;
    padding: 20px 50px;
  }
  body .cont2 .c2-2 .title {
    font-size: 30px;
    width: 70%;
    margin: 20px auto;
  }
  body .cont2 .c2-2 .q {
    display: flex;
  }
  body .cont2 .c2-2 .q .left {
    margin: auto 50px;
  }
  body .cont2 .c2-2 .q .left p {
    font-size: 50px;
    width: 45px;
  }
  body .cont2 .c2-2 .q .right {
    font-size: 16px;
    margin: auto 50px;
    text-align: left;
  }
  body .cont2 .c2-2 .q .right .under {
    background-color: #cacaca;
    color: black;
    padding: 20px 20px 20px 40px;
    border-radius: 30px;
    width: 80%;
    margin: auto;
  }
  body .cont2 .c2-2 .a {
    display: flex;
    margin-top: 30px;
  }
  body .cont2 .c2-2 .a .left {
    margin: auto 50px;
  }
  body .cont2 .c2-2 .a .left p {
    font-size: 50px;
    width: 45px;
  }
  body .cont2 .c2-2 .a .right {
    font-size: 16px;
    margin: auto 50px;
    text-align: left;
  }
  body .cont2 .c2-3 {
    margin-top: 80px;
    border: 1px solid white;
    border-radius: 50px;
    text-align: center;
    padding: 20px 50px;
  }
  body .cont2 .c2-3 .title {
    font-size: 30px;
  }
  body .cont2 .c2-3 .a, body .cont2 .c2-3 .q {
    display: flex;
    margin-top: 30px;
  }
  body .cont2 .c2-3 .a .left, body .cont2 .c2-3 .q .left {
    margin: auto 50px;
  }
  body .cont2 .c2-3 .a .left p, body .cont2 .c2-3 .q .left p {
    font-size: 50px;
    margin: 0;
    width: 45px;
  }
  body .cont2 .c2-3 .a .right, body .cont2 .c2-3 .q .right {
    font-size: 16px;
    margin: auto 50px;
    text-align: left;
  }
  body .cont2 .c2-3 .a {
    border-bottom: dashed 1px #CDA25F;
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
  body .cont2 .c2-3 .bottom {
    font-size: 16px;
    width: 80%;
    margin: auto;
    text-align: left;
  }
  body .cont3 {
    text-align: center;
    padding-bottom: 50px;
  }
  body .cont3 ul {
    width: 800px;
    padding: 0;
    margin: auto;
  }
  body .cont3 li {
    background-color: #323C4E;
    list-style: none;
    margin-top: 20px;
    border-radius: 20px;
  }
  body .cont3 .question {
    position: relative;
    display: flex;
    padding: 20px;
  }
  body .cont3 .question:hover {
    cursor: pointer;
  }
  body .cont3 .question span {
    color: #CDA25F;
    font-size: 47px;
  }
  body .cont3 .question p {
    font-size: 20px;
    margin-left: 30px;
    color: white;
    text-align: left;
  }
  body .cont3 .question .button {
    margin: 0 0 0 auto;
    font-size: 42px;
    color: #CDA25F;
  }
  body .cont3 .answer {
    display: flex;
    padding: 20px;
  }
  body .cont3 .answer span {
    color: #CDA25F;
    font-size: 47px;
  }
  body .cont3 .answer p {
    font-size: 20px;
    margin-left: 30px;
    color: white;
    text-align: left;
  }
  body .cont4 {
    text-align: center;
    background-color: #323C4E;
    padding-bottom: 50px;
  }
  body .cont4 h2 {
    color: white;
  }
  body .cont4 .one {
    font-size: 16px;
    color: white;
  }
  body .cont4 .course {
    margin: 40px;
    display: flex;
    justify-content: center;
  }
  body .cont4 .course .aCourse, body .cont4 .course .bCourse {
    box-shadow: 20px 20px 6px #b9b9b9;
    text-align: left;
    width: 310px;
    background-color: white;
    border: #dddddd 1px solid;
    margin: 30px;
  }
  body .cont4 .course .aCourse .courseTop, body .cont4 .course .bCourse .courseTop {
    padding: 20px;
  }
  body .cont4 .course .aCourse .courseTop > p, body .cont4 .course .bCourse .courseTop > p {
    color: #707070;
    font-size: 14px;
  }
  body .cont4 .course .aCourse .courseTop .name, body .cont4 .course .bCourse .courseTop .name {
    font-size: 25px;
    padding: 0;
    text-align: center;
    color: black;
    margin-top: 10px;
  }
  body .cont4 .course .aCourse .courseTop .coursePrice, body .cont4 .course .bCourse .courseTop .coursePrice {
    margin: 30px auto;
  }
  body .cont4 .course .aCourse .courseTop .coursePrice .red, body .cont4 .course .bCourse .courseTop .coursePrice .red {
    color: #ff0000;
    font-size: 18px;
  }
  body .cont4 .course .aCourse .courseTop .coursePrice p, body .cont4 .course .bCourse .courseTop .coursePrice p {
    color: #707070;
  }
  body .cont4 .course .bCourse .coursePrice p {
    text-align: center;
  }
  body .cont4 .course .bCourse .coursePrice p .red {
    font-size: 23px !important;
  }
  body .cont4 .two {
    color: white;
    width: 600px;
    text-align: left;
    margin: auto 0 auto auto;
    font-size: 14px;
  }
  body .cont5 {
    text-align: center;
  }
  body .cont5 .c5-1 {
    display: flex;
    padding: 30px;
    color: white;
  }
  body .cont5 .c5-1 img {
    margin: auto;
  }
  body .cont5 .c5-1 p {
    color: gray;
    font-size: 16px;
    margin-left: 60px;
  }
  body .cont5 .c5-2 {
    width: 400px;
    background-color: #323C4E;
    font-size: 16px;
    padding: 20px;
    border-radius: 30px;
    margin: 50px auto;
    display: flex;
  }
  body .cont5 .c5-2 .left {
    color: white;
    margin: auto;
  }
  body .cont5 .c5-2 .right {
    width: 150px;
    margin: auto 0;
    text-align: center;
    color: black;
    text-decoration: none;
    width: 150px;
    margin: auto;
  }
  body .cont5 .c5-2 .right a {
    color: #323C4E;
    text-decoration: none;
  }
  body .cont5 .c5-2 .right .contact {
    background-color: white;
    width: 110px;
    padding: 5px;
    margin: auto 0;
    border-radius: 20px;
    border: white 2px solid;
  }
  body .cont5 .c5-2 .right:hover {
    color: white;
    cursor: pointer;
  }
  body .cont5 .c5-2 .right:hover a {
    color: white;
  }
  body .cont5 .c5-2 .right:hover .contact {
    background-color: #323C4E;
  }
  body .cont5 .c5-3 {
    display: flex;
    padding: 30px;
    color: white;
  }
  body .cont5 .c5-3 img {
    order: 2;
    margin: auto;
  }
  body .cont5 .c5-3 p {
    order: 1;
    color: gray;
    font-size: 16px;
    margin-right: 60px;
  }
  body .cont5 .c5-4 {
    text-align: center;
  }
  body .cont5 .c5-4 .marker {
    background: linear-gradient(transparent 60%, #f1ff27 60%);
    font-weight: bold;
    width: 800px;
    margin: 50px auto;
  }
  body .cont6 {
    text-align: center;
    background-color: #323C4E;
    color: white;
  }
  body .cont6 .c6-1 {
    margin-top: 20px;
    display: flex;
    font-size: 16px;
    justify-content: space-between;
    padding-bottom: 70px;
  }
  body .cont6 .c6-1 .left, body .cont6 .c6-1 .right {
    text-align: center;
  }
  body .cont6 .c6-1 .left .up, body .cont6 .c6-1 .right .up {
    line-height: 50px;
  }
  body .cont6 .c6-1 .left img, body .cont6 .c6-1 .right img {
    margin: 40px auto;
  }
  body .cont6 .c6-1 .left .under .yen, body .cont6 .c6-1 .right .under .yen {
    font-size: 40px;
    font-weight: bold;
    color: red;
    text-shadow: white 2px 2px 5px;
    margin: 20px auto;
  }
  body .cont7 {
    text-align: center;
    background-color: white;
    padding-bottom: 50px;
  }
  body .cont7 h2 {
    color: #323C4E;
  }
  body .cont7 .inner ul {
    width: 500px;
    margin: auto;
  }
  body .cont7 .inner ul .mail, body .cont7 .inner ul .tel {
    display: flex;
    justify-content: space-between;
  }
  body .cont7 .inner ul p {
    margin: 20px 0;
  }
  body .cont7 .inner > p {
    text-align: center;
  }
  body .cont7 .inner > p a:hover {
    opacity: .7;
  }
  body .cont7 .inner .line {
    text-align: center;
  }
  body .cont7 .inner .line img {
    box-shadow: 5px 5px 3px #b9b9b9;
    border-radius: 20px;
  }
  body .cont7 .inner .line img:hover {
    box-shadow: 0 0 0 #b9b9b9;
    opacity: .7;
    position: relative;
    top: 5px;
    left: 5px;
  }
  body .cont7 .inner h3 {
    text-align: center;
    margin-top: 50px;
  }
  body .cont7 .inner form {
    text-align: center;
  }
  body .cont7 .inner form div {
    display: flex;
    justify-content: space-between;
    margin: 30px 200px;
  }
  body .cont7 .inner form div input {
    height: 20px;
    width: 200px;
    position: relative;
    top: 5px;
  }
  body .cont7 .inner form div textarea {
    height: 100px;
    width: 300px;
    position: relative;
    top: 5px;
    left: 100px;
  }
  body .cont7 .inner form .pri {
    margin: 30px 270px;
    font-size: 16px;
  }
  body .cont7 .inner form .pri input {
    position: relative;
    top: -2px;
    width: 20px;
  }
  body .cont7 .inner form b {
    font-size: 16px;
  }
  body .cont7 .inner form .send {
    margin: auto;
    width: 100px;
    height: 50px;
    margin-top: 20px;
  }
  body .cont7 .inner form .send button {
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 20px;
    color: #CDA25F;
    background-color: #323C4E;
    border-radius: 20px;
    transition: background-color .5s;
  }
  body .cont7 .inner form .send button:hover {
    background-color: #CDA25F;
    color: #323C4E;
    transition: background-color .5s;
  }
  body footer {
    background-color: #323C4E;
    color: white;
  }
  body footer .inner {
    padding-bottom: 10px;
  }
  body footer .inner > p {
    padding: 30px 0 0 0;
    font-size: 20px;
    margin: 0;
  }
  body footer .inner .add {
    display: flex;
    justify-content: space-between;
    padding: 10px 30px;
    font-size: 16px;
  }
  body footer .inner .add p {
    margin: 0;
  }
}

@media screen and (max-width: 480px) {
  body {
    width: 100%;
    font-family: "游明朝体";
    margin: 0;
    z-index: -1;
  }
  body header {
    border: #323C4E 1px solid;
    position: fixed;
    top: 0;
    background-color: white;
    width: calc(100% - 2px);
    z-index: 1;
    display: flex;
    flex-direction: column;
  }
  body header .h1tel {
    display: flex;
    height: 45px;
  }
  body header .h1tel h1 {
    font-size: 27px;
    margin: 0 10px;
  }
  body header .h1tel .tel {
    margin: 5px 10px 0 auto;
    line-height: 15px;
  }
  body header .h1tel .tel img {
    width: 20%;
  }
  body header .h1tel .tel p {
    margin: 0;
    font-size: 14px;
  }
  body header .menu {
    font-size: 16px;
    margin: 5px 15px;
  }
  body header .menu ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
  }
  body header .menu ul li a {
    color: black;
    text-decoration: none;
    position: relative;
  }
  body header .menu ul .c {
    margin-left: 25px;
  }
  body .top .main {
    margin-top: 81px;
    background-image: url("../img/pc1.png");
    background-size: cover;
    height: 239px;
  }
  body .top .main .title {
    color: #CDA25F;
    font-size: 20px;
    margin: 0;
    padding-top: 70px;
    padding-left: 20px;
    text-shadow: black;
    text-shadow: 0 2px 3px #808080;
  }
  body h2 {
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
    text-align: center;
    font-size: 20px;
    width: 260px;
  }
  body h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    display: inline-block;
    width: 100px;
    height: 5px;
    transform: translateX(-50%);
    background-color: #CDA25F;
    border-radius: 2px;
  }
  body .inner {
    margin: auto;
    font-size: 14px;
    text-align: left;
    padding-bottom: 40px;
    width: 300px;
  }
  body .cont1 .gold, body .cont2 .gold, body .cont3 .gold, body .cont4 .gold, body .cont5 .gold, body .cont6 .gold, body .cont7 .gold {
    color: #CDA25F;
    text-shadow: black;
    text-shadow: 0 2px 3px #808080;
    font-size: 20px;
  }
  body .cont1 {
    text-align: center;
    margin-top: 30px;
  }
  body .cont1 .c1-1 {
    text-align: center;
  }
  body .cont1 .c1-1 img {
    width: 220px;
    margin-top: 30px;
  }
  body .cont1 .c1-1 p {
    font-size: 14px;
    text-align: left;
  }
  body .cont1 .c1-2 {
    background-color: #323C4E;
    text-align: center;
    font-size: 13px;
    padding: 20px 10px;
    border-radius: 30px;
    margin: 30px auto;
  }
  body .cont1 .c1-2 .up {
    color: #CDA25F;
    margin: auto;
  }
  body .cont1 .c1-2 .under {
    width: 100px;
    margin: 20px auto 0;
    color: black;
    text-decoration: none;
    width: 100px;
  }
  body .cont1 .c1-2 .under a {
    color: #323C4E;
    text-decoration: none;
  }
  body .cont1 .c1-2 .under .contact {
    background-color: white;
    width: 100px;
    padding: 5px;
    margin: 0;
    border-radius: 20px;
    border: white 2px solid;
  }
  body .cont2 {
    text-align: center;
    background-color: #323C4E;
    color: white;
  }
  body .cont2 .c2-1 {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    padding-bottom: 40px;
    border-bottom: 1px solid #CDA25F;
  }
  body .cont2 .c2-1 ul {
    margin: auto;
    order: 2;
    padding-left: 20px;
    font-size: 13px;
  }
  body .cont2 .c2-1 img {
    order: 1;
    width: 80%;
    margin: 20px auto;
  }
  body .cont2 .c2-2 {
    margin-top: 40px;
    border: 1px solid white;
    border-radius: 50px;
    text-align: center;
    padding: 20px;
  }
  body .cont2 .c2-2 .title {
    font-size: 18px;
    margin: auto;
  }
  body .cont2 .c2-2 .q, body .cont2 .c2-2 .a {
    margin: 20px 0;
  }
  body .cont2 .c2-2 .q .left p, body .cont2 .c2-2 .a .left p {
    font-size: 30px;
    width: 45px;
    margin: auto;
  }
  body .cont2 .c2-2 .q .right, body .cont2 .c2-2 .a .right {
    text-align: left;
  }
  body .cont2 .c2-2 .q .right .under, body .cont2 .c2-2 .a .right .under {
    background-color: #cacaca;
    color: black;
    padding: 20px 20px 20px 40px;
    border-radius: 30px;
    width: 80%;
    margin: auto;
  }
  body .cont2 .c2-3 {
    margin-top: 40px;
    border: 1px solid white;
    border-radius: 50px;
    padding: 20px;
  }
  body .cont2 .c2-3 .title {
    font-size: 18px;
    margin: auto;
  }
  body .cont2 .c2-3 .q, body .cont2 .c2-3 .a {
    margin: 20px 0;
  }
  body .cont2 .c2-3 .q .left p, body .cont2 .c2-3 .a .left p {
    font-size: 30px;
    width: 45px;
    margin: auto;
  }
  body .cont2 .c2-3 .q .right, body .cont2 .c2-3 .a .right {
    text-align: left;
  }
  body .cont2 .c2-3 .q .right .under, body .cont2 .c2-3 .a .right .under {
    background-color: #cacaca;
    color: black;
    padding: 20px 20px 20px 40px;
    border-radius: 30px;
    width: 80%;
    margin: auto;
  }
  body .cont2 .c2-3 .a {
    border-bottom: 1px dashed #CDA25F;
  }
  body .cont3 {
    text-align: center;
    padding: 30px;
  }
  body .cont3 h2 {
    width: 90%;
  }
  body .cont3 ul {
    width: 300px;
    padding: 0;
    margin: auto;
  }
  body .cont3 li {
    background-color: #323C4E;
    list-style: none;
    margin-top: 20px;
    border-radius: 20px;
  }
  body .cont3 .question {
    position: relative;
    display: flex;
    padding: 10px;
  }
  body .cont3 .question:hover {
    cursor: pointer;
  }
  body .cont3 .question span {
    color: #CDA25F;
    font-size: 20px;
  }
  body .cont3 .question p {
    font-size: 13px;
    margin: 6px 10px 0 15px;
    color: white;
    text-align: left;
  }
  body .cont3 .question .button {
    margin: 0 0 0 auto;
    font-size: 20px;
    color: #CDA25F;
  }
  body .cont3 .answer {
    display: flex;
    padding: 10px;
  }
  body .cont3 .answer span {
    color: #CDA25F;
    font-size: 20px;
  }
  body .cont3 .answer p {
    font-size: 13px;
    margin: 6px 10px 0 15px;
    color: white;
    text-align: left;
  }
  body .cont4 {
    text-align: center;
    background-color: #323C4E;
    padding-bottom: 50px;
  }
  body .cont4 h2 {
    color: white;
  }
  body .cont4 .one {
    margin-top: 20px;
    color: white;
    width: 85%;
    margin: auto;
  }
  body .cont4 .course {
    margin: 40px;
  }
  body .cont4 .course .aCourse, body .cont4 .course .bCourse {
    box-shadow: 10px 10px 6px #b9b9b9;
    text-align: left;
    width: 250px;
    background-color: white;
    border: #dddddd 1px solid;
    margin: 20px auto;
  }
  body .cont4 .course .aCourse .courseTop, body .cont4 .course .bCourse .courseTop {
    padding: 20px 25px;
  }
  body .cont4 .course .aCourse .courseTop > p, body .cont4 .course .bCourse .courseTop > p {
    color: #707070;
    font-size: 12px;
  }
  body .cont4 .course .aCourse .courseTop .name, body .cont4 .course .bCourse .courseTop .name {
    font-size: 17px;
    padding: 0;
    text-align: center;
    color: black;
    margin-top: 10px;
  }
  body .cont4 .course .aCourse .courseTop .coursePrice, body .cont4 .course .bCourse .courseTop .coursePrice {
    margin: 20px auto;
  }
  body .cont4 .course .aCourse .courseTop .coursePrice .red, body .cont4 .course .bCourse .courseTop .coursePrice .red {
    color: #ff0000;
    font-size: 14px;
  }
  body .cont4 .course .aCourse .courseTop .coursePrice p, body .cont4 .course .bCourse .courseTop .coursePrice p {
    color: #707070;
  }
  body .cont4 .course .bCourse .coursePrice p {
    text-align: center;
  }
  body .cont4 .course .bCourse .coursePrice p .red {
    font-size: 18px !important;
  }
  body .cont4 .two {
    color: white;
    text-align: left;
    margin: 30px 30px 0;
    font-size: 12px;
  }
  body .cont5 {
    text-align: center;
  }
  body .cont5 .c5-1 {
    text-align: center;
    color: white;
    margin-top: 20px;
  }
  body .cont5 .c5-1 img {
    margin: auto;
    width: 90%;
  }
  body .cont5 .c5-1 p {
    color: gray;
    text-align: left;
  }
  body .cont5 .c5-2 {
    width: 220px;
    background-color: #323C4E;
    font-size: 16px;
    padding: 20px;
    border-radius: 30px;
    margin: 50px auto;
    text-align: center;
  }
  body .cont5 .c5-2 .left {
    color: white;
    margin: auto;
  }
  body .cont5 .c5-2 .right {
    width: 150px;
    margin: auto 0;
    text-align: center;
    color: black;
    text-decoration: none;
    width: 150px;
    margin: auto;
  }
  body .cont5 .c5-2 .right a {
    color: #323C4E;
    text-decoration: none;
  }
  body .cont5 .c5-2 .right .contact {
    background-color: white;
    width: 110px;
    padding: 5px;
    margin: 10px auto;
    border-radius: 20px;
    border: white 2px solid;
  }
  body .cont5 .c5-3 {
    text-align: center;
    color: white;
  }
  body .cont5 .c5-3 img {
    margin: auto;
    width: 90%;
  }
  body .cont5 .c5-3 p {
    color: gray;
    text-align: left;
  }
  body .cont5 .c5-4 {
    text-align: center;
    margin: 30px auto;
  }
  body .cont5 .c5-4 .marker {
    background: linear-gradient(transparent 60%, #f1ff27 60%);
    font-weight: bold;
    display: inline;
  }
  body .cont6 {
    text-align: center;
    background-color: #323C4E;
    color: white;
  }
  body .cont6 .c6-1 {
    margin-top: 30px;
    font-size: 16px;
    justify-content: space-between;
    padding-bottom: 30px;
  }
  body .cont6 .c6-1 .left, body .cont6 .c6-1 .right {
    text-align: center;
  }
  body .cont6 .c6-1 .left .up, body .cont6 .c6-1 .right .up {
    line-height: 30px;
  }
  body .cont6 .c6-1 .left img, body .cont6 .c6-1 .right img {
    margin: 10px auto;
  }
  body .cont6 .c6-1 .left .under .yen, body .cont6 .c6-1 .right .under .yen {
    font-size: 40px;
    font-weight: bold;
    color: red;
    text-shadow: white 2px 2px 5px;
    margin: 20px auto;
  }
  body .cont6 .c6-1 .left {
    margin-bottom: 90px;
  }
  body .cont7 {
    text-align: center;
    background-color: white;
    padding: 30px 0;
  }
  body .cont7 h2 {
    color: #323C4E;
  }
  body .cont7 .inner {
    padding: 0 30px;
  }
  body .cont7 .inner ul {
    width: 250px;
    margin: 30px 0;
  }
  body .cont7 .inner ul li {
    margin: 10px 0;
  }
  body .cont7 .inner ul .mail, body .cont7 .inner ul .tel {
    display: flex;
    justify-content: space-between;
  }
  body .cont7 .inner ul p {
    margin: 0;
    font-size: 16px;
  }
  body .cont7 .inner > p {
    text-align: center;
  }
  body .cont7 .inner .line {
    text-align: center;
  }
  body .cont7 .inner .line img {
    box-shadow: 5px 5px 3px #b9b9b9;
    border-radius: 20px;
    width: 150px;
  }
  body .cont7 .inner h3 {
    text-align: center;
    margin-top: 50px;
  }
  body .cont7 .inner form {
    text-align: center;
  }
  body .cont7 .inner form div {
    display: flex;
    justify-content: space-between;
    margin: 30px 20px;
  }
  body .cont7 .inner form div input {
    height: 20px;
    width: 150px;
    position: relative;
    top: 5px;
  }
  body .cont7 .inner form div textarea {
    height: 100px;
    width: 150px;
    position: relative;
    top: 5px;
    left: 0;
  }
  body .cont7 .inner form .pri {
    margin: 10px 0;
    font-size: 16px;
  }
  body .cont7 .inner form .pri input {
    position: relative;
    top: -4px;
    width: 20px;
  }
  body .cont7 .inner form b {
    font-size: 16px;
  }
  body .cont7 .inner form .send {
    margin: auto;
    width: 70px;
    height: 30px;
    margin-top: 20px;
  }
  body .cont7 .inner form .send button {
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #CDA25F;
    background-color: #323C4E;
    border-radius: 20px;
  }
  body footer {
    background-color: #323C4E;
    color: white;
  }
  body footer .inner {
    padding-bottom: 10px;
  }
  body footer .inner > p {
    padding: 30px 20px 0 20px;
    font-size: 16px;
    margin: 0;
  }
  body footer .inner .add {
    padding: 10px 30px;
    font-size: 12px;
  }
  body footer .inner .add p {
    margin: 0;
  }
}
/*# sourceMappingURL=styles.css.map */