@charset "UTF-8";

html {
    box-sizing: border-box
}

*,
::after,
::before {
    box-sizing: inherit
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
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-color: transparent
}

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

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

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

* {
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box
}

body,
html {
    background: #fff;
    font-size: 14px;
    color: #3f3a39
}

img {
    max-width: 100%;
    vertical-align: bottom
}

a {
    color: #3f3a39
}

a:hover {
    opacity: .6;
    transition: opacity .3s linear;
    -webkit-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear
}

li {
    list-style: none
}

a {
    text-decoration: none
}

p {
    line-height: 170%;
    font-size: 13px;
    color: #222222
}

.ta-l {
    text-align: center !important;
}

.ta-r {
    text-align: right !important;
}

.mb10 {
    margin-bottom: 10px !important
}

.mb15 {
    margin-bottom: 15px !important
}

.mb20 {
    margin-bottom: 20px !important
}

.mb30 {
    margin-bottom: 30px !important
}

.mb40 {
    margin-bottom: 40px !important
}

.font16 {
    font-size: 16px;
    font-weight: bold
}

.font17 {
    font-size: 17px;
    font-weight: bold
}

.font18 {
    font-size: 18px;
    font-weight: bold
}

.font19 {
    font-size: 19px;
    font-weight: bold
}

.font20 {
    font-size: 20px;
    font-weight: bold
}

.font21 {
    font-size: 21px;
    font-weight: bold
}

.font22 {
    font-size: 22px;
    font-weight: bold
}

.font23 {
    font-size: 23px;
    font-weight: bold
}

.wrapper {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    width: 1000px;
    padding: 0;
    position: relative;
    height: 100%;
    min-width: 980px
}

.wrapper::after {
    clear: both;
    content: "";
    display: table
}

.wrapper::after {
    clear: both;
    content: "";
    display: table
}

.container {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    padding: 0
}

.container::after {
    clear: both;
    content: "";
    display: table
}

h3 {
    text-align: center
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

header {
    width: 100%;
    height: 215px;
    margin-bottom: 15px
}

header .wrapper {
    width: 1000px;
    overflow: hidden;
    position: relative
}

header .header-top {
    position: relative;
    background: url(../images/header-top-bg.png) repeat;
    height: 30px
}

header .header-top h1 {
    font-size: 12px;
    color: #fff;
    width: 600px;
    height: 22px;
    text-indent: 0;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 8px
}

header .header-top .heder-top-a {
    position: absolute;
    right: 0;
    top: 8px;
    color: #fff;
    font-size: 12px
}

header .header-top .heder-top-a:hover {
    color: #DCB04B;
    opacity: 1
}

header .header-top .heder-top-a:before {
    content: "";
    background-image: url(../images/sprite.png);
    background-position: -1195px -53px;
    width: 7px;
    height: 8px;
    text-indent: -9999px;
    display: inline-block;
    margin-right: 5px
}

header p.header-info {
    background-image: url(../images/sprite.png);
    background-position: -460px -593px;
    width: 258px;
    height: 83px;
    text-indent: -9999px;
    display: inline-block;
    position: absolute;
    top: 25px;
    left: 510px
}

header a.header-logo {
    background-image: url(../images/header-logo.png);
    width: 500px;
    height: 100px;
    text-indent: -9999px;
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 0
}

header a.header-btn01 {
    margin-bottom: 5px;
    background-image: url(../images/sprite.png);
    background-position: -989px -53px;
    width: 196px;
    height: 35px;
    text-indent: -9999px;
    display: inline-block;
    position: absolute;
    top: 25px;
    right: 0
}

header a.header-btn02 {
    background-image: url(../images/sprite.png);
    background-position: -1111px -98px;
    width: 95px;
    height: 34px;
    text-indent: -9999px;
    display: inline-block;
    margin-right: 0;
    position: absolute;
    top: 70px;
    right: 0
}

header a.header-btn03 {
    background-image: url(../images/sprite.png);
    background-position: -1110px -163px;
    width: 95px;
    height: 34px;
    text-indent: -9999px;
    display: inline-block;
    position: absolute;
    top: 70px;
    right: 102px
}

header .header-content {
    height: 130px;
    width: 100%
}

header #main-nav {
    position: absolute;
    top: 160px;
    left: 0;
    height: 55px;
    width: 100%;
    background: url(../images/main-nav-bg.png) repeat-x
}

header #main-nav ul {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    max-width: none
}

header #main-nav ul::after {
    clear: both;
    content: "";
    display: table
}

header #main-nav li {
    float: left;
    display: block;
    text-align: center;
    margin-right: 0
}

header #main-nav li a {
    display: block
}

header #main-nav li:first-child a {
    background-image: url(../images/sprite.png);
    background-position: -989px -163px;
    width: 111px;
    height: 55px;
    text-indent: -9999px
}

header #main-nav li:nth-child(2) a {
    background-image: url(../images/sprite.png);
    background-position: -989px -293px;
    width: 111px;
    height: 55px;
    text-indent: -9999px
}

header #main-nav li:nth-child(3) a {
    background-image: url(../images/sprite.png);
    background-position: -989px -358px;
    width: 111px;
    height: 55px;
    text-indent: -9999px
}

header #main-nav li:nth-child(4) a {
    background-image: url(../images/sprite.png);
    background-position: -989px -423px;
    width: 111px;
    height: 55px;
    text-indent: -9999px
}

header #main-nav li:nth-child(5) a {
    background-image: url(../images/sprite.png);
    background-position: -989px -98px;
    width: 112px;
    height: 55px;
    text-indent: -9999px
}

header #main-nav li:nth-child(6) a {
    background-image: url(../images/sprite.png);
    background-position: -989px -553px;
    width: 111px;
    height: 55px;
    text-indent: -9999px
}

header #main-nav li:nth-child(7) {
    margin-right: 0
}

header #main-nav li:nth-child(7) a {
    background-image: url(../images/sprite.png);
    background-position: -989px -488px;
    width: 111px;
    height: 55px;
    text-indent: -9999px
}

header #main-nav li:nth-child(8) {
    margin-right: 0
}

header #main-nav li:nth-child(8) a {
    background-image: url(../images/sprite.png);
    background-position: -989px -618px;
    width: 111px;
    height: 55px;
    text-indent: -9999px
}

header #main-nav li:nth-child(9) {
    margin-right: 0
}

header #main-nav li:nth-child(9) a {
    background-image: url(../images/sprite.png);
    background-position: -989px -228px;
    width: 111px;
    height: 55px;
    text-indent: -9999px
}

.toppage .mainvisual-container {
    width: 980px;
    margin: 0 auto
}

.mainvisual-container {
    position: relative
}

.mainvisual-container .bx-wrapper {
    position: relative
}

.mainvisual-container .bx-pager.bx-default-pager {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0
}

.mainvisual-container .bx-prev {
    top: 50%;
    margin-top: -22px;
    background-image: url(../images/sprite.png);
    background-position: -1110px -228px;
    width: 43px;
    height: 43px;
    text-indent: -9999px;
    display: block;
    position: absolute;
    left: 0
}

.mainvisual-container .bx-next {
    top: 50%;
    margin-top: -22px;
    background-image: url(../images/sprite.png);
    background-position: -1163px -228px;
    width: 43px;
    height: 43px;
    text-indent: -9999px;
    display: block;
    position: absolute;
    right: 0
}

.main-pager {
    text-align: center;
    position: absolute;
    bottom: 10px;
    width: 100%
}

.main-pager a {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    color: #fff;
    width: 20px;
    height: 20px;
    background: #cbcbcb;
    margin: 0 7px
}

.main-pager a.active {
    background: #162875
}

.mainvisual-container.underlay-mainvisual {
    margin-bottom: 20px
}

.mainvisual {
    width: 100%;
    min-width: 980px
}

.main-slider {
    width: 100%;
    min-width: 980px;
    margin: 0 auto
}

.bx-controls {
    position: absolute;
    top: 50%;
    width: 100%
}

.bx-pager-item {
    display: inline-block;
    text-indent: -9999px;
    height: 15px;
    width: 15px;
    margin: 0 10px
}

.bx-pager-item a {
    display: block;
    text-indent: -9999px;
    height: 15px;
    width: 15px;
    background: #3f3a39;
    border-radius: 50%;
    border: 2px solid #fff
}

.bx-pager-item a.active {
    background: #3048c7
}

footer {
    width: 100%;
    margin-top: 21px
}

.footer-link {
    background: #182863;
    width: 100%;
    color: #fff;
    padding: 20px 0 20px
}

.footer-link .footer-box h3 {
    border-bottom: solid 1px #c7a220;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    width: 210px;
    margin-bottom: 15px
}

.footer-link .footer-box:first-child {
    float: left;
    width: 260px;
    margin-left: 10px;
}

.footer-link .footer-box:first-child h3 {
    width: 260px;
    margin-left: 10px;
}

.footer-link .footer-box:first-child h3:before {
    content: "";
    background-image: url(../images/sprite.png);
    background-position: -1182px -293px;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
    display: inline-block;
    position: relative;
    bottom: -5px;
    margin-right: 8px
}

.footer-link .footer-box:first-child ul {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%
}

.footer-link .footer-box:first-child ul:last-child {
    margin-right: 0
}

.footer-link .footer-box:nth-child(2) {
    float: left;
    width: 206px;
    margin-left: 37px
}

.footer-link .footer-box:nth-child(2) h3:before {
    content: "";
    background-image: url(../images/sprite.png);
    background-position: -1110px -293px;
    width: 27px;
    height: 25px;
    text-indent: -9999px;
    display: inline-block;
    position: relative;
    bottom: -5px;
    margin-right: 8px;
    border-radius: 2px;
    border: 1px solid #fff
}

.footer-link .footer-box:nth-child(3) {
    float: left;
    width: 210px;
    margin-left: 37px
}

.footer-link .footer-box:nth-child(3) h3:before {
    content: "";
    background-image: url(../images/sprite.png);
    background-position: -1110px -358px;
    width: 24px;
    height: 25px;
    text-indent: -9999px;
    display: inline-block;
    position: relative;
    bottom: -5px;
    margin-right: 8px;
    border-radius: 2px;
    border: 1px solid #fff
}

.footer-link .footer-box:nth-child(4) {
    float: right;
    width: 210px
}

.footer-link .footer-box:nth-child(4) h3:before {
    content: "";
    background-image: url(../images/sprite.png);
    background-position: -1147px -293px;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
    display: inline-block;
    position: relative;
    bottom: -5px;
    margin-right: 8px;
    border-radius: 2px;
    border: 1px solid #fff
}

.footer-link ul li {
    font-size: 12px;
    margin: 0 0 14px 10px
}

.footer-link ul li:before {
    content: "";
    background-image: url(../images/sprite.png);
    background-position: -1195px -53px;
    width: 7px;
    height: 8px;
    text-indent: -9999px;
    display: inline-block;
    margin-right: 5px
}

.footer-link ul li a {
    color: #fff
}

.footer-link ul li a:hover {
    color: #DCB04B;
    opacity: 1
}

.footer-link p {
    width: 1000px;
    font-size: 12px;
    margin: -25px auto 0 auto;
    text-align: right;
    color: #FFF;
}

.footer-bottom {
    height: 100px;
    background: #0e207c;
    background-image: -moz-linear-gradient(9% 104% 90deg, #a0a0a0 0, #fafafa 53%, #f4f4f4 73%, #b9bbba 99%, #b9bbba 100%);
    background-image: -webkit-gradient(linear, 9% 104%, 9% -2%, color-stop(0, #a0a0a0), color-stop(.53, #fafafa), color-stop(.73, #f4f4f4), color-stop(.99, #b9bbba), color-stop(1, #b9bbba));
    background-image: -webkit-linear-gradient(90deg, #a0a0a0 0, #fafafa 53%, #f4f4f4 73%, #b9bbba 99%, #b9bbba 100%);
    background-image: -o-linear-gradient(90deg, #a0a0a0 0, #fafafa 53%, #f4f4f4 73%, #b9bbba 99%, #b9bbba 100%);
    background-image: -ms-linear-gradient(90deg, #a0a0a0 0, #fafafa 53%, #f4f4f4 73%, #b9bbba 99%, #b9bbba 100%);
    background-image: linear-gradient(0deg, #a0a0a0 0, #fafafa 53%, #f4f4f4 73%, #b9bbba 99%, #b9bbba 100%);
    border-color: #999
}

.footer-bottom .footer-logo {
    background-image: url(../images/footer-logo.png);
    width: 243px;
    height: 86px;
    text-indent: -9999px;
    display: inline-block;
    position: absolute;
    top: 9px;
    left: 0
}

.footer-bottom .footer-tel {
    background-image: url(../images/sprite.png);
    background-position: -230px -529px;
    width: 321px;
    height: 35px;
    text-indent: -9999px;
    display: inline-block;
    position: absolute;
    top: 34px;
    left: 290px
}

.footer-bottom .footer-mail-btn {
    background-image: url(../images/sprite.png);
    background-position: -989px -683px;
    width: 149px;
    height: 34px;
    text-indent: -9999px;
    display: inline-block;
    position: absolute;
    top: 36px;
    right: 170px
}

.footer-bottom .footer-web-btn {
    background-image: url(../images/sprite.png);
    background-position: -989px -727px;
    width: 149px;
    height: 34px;
    text-indent: -9999px;
    display: inline-block;
    position: absolute;
    top: 36px;
    right: 0
}

.rights {
    font-size: 14px;
    text-align: center;
    background: #fff;
    padding: 15px 0;
    width: 100%
}

.side {
    width: 220px;
    float: right
}

.side-youtube {
    margin-bottom: 2px
}

.side-campaign {
    position: relative;
    background-image: url(../images/sprite.png);
    background-position: -476px -240px;
    width: 220px;
    height: 171px;
    text-indent: -9999px;
    display: block;
    position: relative;
    margin-bottom: 15px;
    padding: 70px 10px 20px;
    text-indent: 0;
    text-align: center
}

.side-campaign h2 {
    background: #fff;
    box-shadow: 1px 1px 2px #000 inset;
    color: red;
    font-size: 16px;
    padding: 2px 5px;
    display: inline-block;
    text-indent: 0;
    margin-bottom: 5px
}

.side-campaign dt {
    font-size: 15px;
    line-height: 15px;
    font-weight: 700
}

.side-campaign dt .large {
    font-size: 23px
}

.side-campaign dd {
    font-style: italic;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -1px;
    font-weight: 700;
    padding-top: 7px
}

.side-campaign .side-campaign-link {
    position: absolute;
    font-size: 10px;
    bottom: 9px;
    right: 10px;
    color: #00f
}

.side-beginner {
    background-image: url(../images/sprite.png);
    background-position: -728px -593px;
    width: 220px;
    height: 78px;
    text-indent: -9999px;
    display: inline-block;
    margin-bottom: 15px
}

.side-banner {
    background-image: url(../images/sprite.png);
    background-position: 0 -240px;
    width: 220px;
    height: 343px;
    text-indent: -9999px;
    display: inline-block;
    margin-bottom: 15px;
    margin-top: 25px;
    margin-left: 0;
    position: relative
}

.side-banner .side-banner-img01 {
    position: absolute;
    right: 0;
    top: -10px
}

.side-banner .side-banner-img02 {
    position: absolute;
    right: 0;
    top: -10px
}

.side-banner .btn01 {
    position: absolute;
    background-image: url(../images/sprite.png);
    background-position: -989px -53px;
    width: 196px;
    height: 35px;
    text-indent: -9999px;
    bottom: 60px;
    right: 10px;
    display: inline-block
}

.side-banner .btn02 {
    position: absolute;
    background-image: url(../images/sprite.png);
    background-position: -1111px -98px;
    width: 95px;
    height: 34px;
    text-indent: -9999px;
    bottom: 20px;
    right: 10px;
    display: inline-block
}

.side-banner .btn03 {
    position: absolute;
    background-image: url(../images/sprite.png);
    background-position: -1110px -163px;
    width: 95px;
    height: 34px;
    text-indent: -9999px;
    bottom: 20px;
    right: 110px;
    display: inline-block
}

h2.sidenav-h2 {
    background-image: url(../images/sprite.png);
    background-position: -713px -686px;
    width: 220px;
    height: 53px;
    text-indent: -9999px
}

h2.side-tenpoh2 {
    background-image: url(../images/side-tenpoh2.png);
    width: 220px;
    height: 51px;
    text-indent: -9999px
}

.side-tenpo {
    position: relative;
    background-image: url(../images/side-tenpo.png);
    width: 220px;
    height: 190px;
    text-indent: -9999px;
    display: block;
    position: relative;
    margin-bottom: 15px;
    padding: 15px 15px 20px;
    text-indent: 0;
    text-align: center
}

.side-tenpo dl:nth-child(3) {
    margin-bottom: 30px
}

.side-tenpo dt {
    font-size: 14px;
    line-height: 18px;
    box-shadow: 1px 1px 2px #000 inset;
    display: inline-block;
    background: #fff;
    padding: 3px 0;
    width: 100%;
    margin-bottom: 10px
}

.side-tenpo dd {
    font-size: 12px;
    line-height: 14px;
    color: #643400
}

.side-tenpo dd .red {
    color: #ae0800
}

.side-tenpo dd .blue {
    color: #0025b9
}

.side-tenpo dl:last-child dt {
    margin-bottom: 18px
}

.sidenav {
    margin-bottom: 5px
}

.sidenav:after {
    content: "";
    background-image: url(../images/sprite.png);
    background-position: -989px -853px;
    width: 220px;
    height: 12px;
    text-indent: -9999px;
    display: block
}

.sidenav li:first-child a {
    background-image: url(../images/sprite.png);
    background-position: 0 -793px;
    width: 220px;
    height: 53px;
    text-indent: -9999px;
    display: block;
    border-top: 1px solid #e1b033
}

.sidenav li:nth-child(2) a {
    background-image: url(../images/sprite.png);
    background-position: -690px -911px;
    width: 220px;
    height: 43px;
    text-indent: -9999px;
    display: block
}

.sidenav li:nth-child(3) a {
    background-image: url(../images/sprite.png);
    background-position: -690px -793px;
    width: 220px;
    height: 47px;
    text-indent: -9999px;
    display: block
}

.sidenav li:nth-child(4) a {
    background-image: url(../images/sprite.png);
    background-position: -230px -911px;
    width: 220px;
    height: 44px;
    text-indent: -9999px;
    display: block
}

.sidenav li:nth-child(5) a {
    background-image: url(../images/sprite.png);
    background-position: -460px -911px;
    width: 220px;
    height: 43px;
    text-indent: -9999px;
    display: block
}

.sidenav li:nth-child(6) a {
    background-image: url(../images/sprite.png);
    background-position: -920px -911px;
    width: 220px;
    height: 43px;
    text-indent: -9999px;
    display: block
}

.sidenav li:nth-child(7) a {
    background-image: url(../images/sprite.png);
    background-position: -690px -856px;
    width: 220px;
    height: 44px;
    text-indent: -9999px;
    display: block
}

.sidenav li:nth-child(8) a {
    background-image: url(../images/sprite.png);
    background-position: 0 -911px;
    width: 220px;
    height: 45px;
    text-indent: -9999px;
    display: block
}

.sidenav li:nth-child(9) a {
    background-image: url(../images/sprite.png);
    background-position: -230px -793px;
    width: 220px;
    height: 43px;
    text-indent: -9999px;
    display: block
}

.sidenav li:nth-child(10) a {
    background-image: url(../images/sprite.png);
    background-position: -460px -856px;
    width: 220px;
    height: 43px;
    text-indent: -9999px;
    display: block
}

.sidenav li:nth-child(11) a {
    background-image: url(../images/sprite.png);
    background-position: -230px -856px;
    width: 220px;
    height: 43px;
    text-indent: -9999px;
    display: block
}

.sidenav li:nth-child(12) a {
    background-image: url(../images/sprite.png);
    background-position: 0 -856px;
    width: 220px;
    height: 45px;
    text-indent: -9999px;
    display: block
}

.sidenav li:nth-child(13) a {
    background-image: url(../images/sprite.png);
    background-position: -460px -793px;
    width: 220px;
    height: 47px;
    text-indent: -9999px;
    display: block
}

.contents {
    margin-top: 20px
}

.main {
    width: 750px;
    float: left
}

.top-course-list {
    width: 100%;
    position: relative;
    height: 440px;
    margin-bottom: 25px;
    margin-top: -20px
}

.top-course-list>li:first-child {
    background: url(../images/top-course01.png) no-repeat;
    position: absolute;
    width: 240px;
    height: 430px;
    left: -10px;
    top: 0;
    margin-top: 10px
}

.top-course-list>li:first-child p {
    font-size: 12px;
    line-height: 150%;
    width: 201px;
    position: absolute;
    bottom: 60px;
    left: 26px
}

.top-course-list>li:first-child a {
    background: url(../images/top-course-btn01.png) no-repeat;
    width: 201px;
    height: 41px;
    position: absolute;
    bottom: 10px;
    left: 26px
}

.top-course-list>li:nth-child(2) {
    background: url(../images/top-course02.png) no-repeat;
    position: absolute;
    width: 243px;
    height: 430px;
    left: 248px;
    top: 0;
    margin-top: 10px
}

.top-course-list>li:nth-child(2) p {
    font-size: 12px;
    line-height: 150%;
    width: 201px;
    position: absolute;
    bottom: 76px;
    left: 30px
}

.top-course-list>li:nth-child(2) a {
    background: url(../images/top-course-btn02.png) no-repeat;
    width: 201px;
    height: 41px;
    position: absolute;
    bottom: 12px;
    left: 20px
}

.top-course-list>li:last-child {
    background: url(../images/top-course03.png) no-repeat;
    position: absolute;
    width: 248px;
    height: 440px;
    right: 0;
    top: 0
}

.top-course-list>li:last-child p {
    font-size: 11px;
    line-height: 150%;
    width: 201px;
    position: absolute;
    bottom: 60px;
    left: 29px
}

.top-course-list>li:last-child a {
    background: url(../images/top-course-btn03.png) no-repeat;
    width: 201px;
    height: 41px;
    position: absolute;
    bottom: 10px;
    left: 28px
}

.top-tabs {
    position: relative;
    margin-top: 20px;
    height: 72px;
    width: 100%;
    overflow: visible;
}

.top-tabs li {
    cursor: pointer
}

.top-tabs .top-tab01 {
    position: absolute;
    left: 0;
    top: 10px;
    background: url(../images/top-tab03.png) no-repeat;
    width: 125px;
    height: 54px;
    background-size: 100% 100%;
    background-position: center;
}

.top-tabs .top-tab01:hover {
    background: url(../images/top-tab03on.png) no-repeat;
    width: 125px;
    height: 72px;
    top: 0;
    background-size: 100% 100%;
    background-position: center;
}

.top-tabs .top-tab01.select {
    background: url(../images/top-tab03on.png) no-repeat;
    width: 125px;
    height: 72px;
    top: 0;
    left: 0;
    background-size: 100% 100%;
    background-position: center;
}

.top-tabs .top-tab02 {
    position: absolute;
    left: 125px;
    top: 10px;
    background: url(../../images/top-tab01.png) no-repeat;
    width: 125px;
    height: 54px;
    background-size: 100% 100%;
    background-position: center;
}

.top-tabs .top-tab02:hover {
    background: url(../images/top-tab01on.png) no-repeat;
    width: 125px;
    height: 72px;
    top: 0;
    background-size: 100% 100%;
    background-position: center;
}

.top-tabs .top-tab02.select {
    background: url(../images/top-tab01on.png) no-repeat;
    width: 125px;
    height: 72px;
    top: 0;
    background-size: 100% 100%;
    background-position: center;
}

.top-tabs .top-tab07 {
    position: absolute;
    left: 250px;
    top: 10px;
    background: url(../images/top-tab07.png?v=20251216) no-repeat;
    width: 125px;
    height: 54px;
    background-size: 100% 100%;
    background-position: center;
}

.top-tabs .top-tab07:hover {
    background: url(../images/top-tab07on.png?v=20251216) no-repeat;
    width: 125px;
    height: 72px;
    top: 0;
    background-size: 100% 100%;
    background-position: center;
}

.top-tabs .top-tab07.select {
    background: url(../images/top-tab07on.png?v=20251205) no-repeat;
    width: 125px;
    height: 72px;
    top: 0;
    background-size: 100% 100%;
    background-position: center;
}

.top-tabs .top-tab03 {
    position: absolute;
    left: 375px;
    top: 10px;
    background: url(../images/top-tab02.png) no-repeat;
    width: 125px;
    height: 54px;
    background-size: 100% 100%;
    background-position: center;
}

.top-tabs .top-tab03:hover {
    background: url(../images/top-tab02on.png) no-repeat;
    width: 125px;
    height: 72px;
    top: 0;
    background-size: 100% 100%;
    background-position: center;
}

.top-tabs .top-tab03.select {
    background: url(../images/top-tab02on.png) no-repeat;
    width: 125px;
    height: 72px;
    top: 0;
    background-size: 100% 100%;
    background-position: center;
}

.top-tabs .top-tab04 {
    position: absolute;
    left: 500px;
    top: 10px;
    background: url(../images/top-tab04.png) no-repeat;
    width: 125px;
    height: 54px;
    background-size: 100% 100%;
    background-position: center;
}

.top-tabs .top-tab04:hover {
    background: url(../images/top-tab04on.png) no-repeat;
    width: 125px;
    height: 72px;
    top: 0;
    background-size: 100% 100%;
    background-position: center;
}

.top-tabs .top-tab04.select {
    background: url(../images/top-tab04on.png) no-repeat;
    width: 125px;
    height: 72px;
    top: 0;
    background-size: 100% 100%;
    background-position: center;
}

.top-tabs .top-tab05 {
    position: absolute;
    left: 625px;
    top: 10px;
    background: url(../images/top-tab05.png) no-repeat;
    width: 125px;
    height: 54px;
    background-size: 100% 100%;
    background-position: center;
}

.top-tabs .top-tab05:hover {
    background: url(../images/top-tab05on.png) no-repeat;
    width: 125px;
    height: 72px;
    top: 0;
    background-size: 100% 100%;
    background-position: center;
}

.top-tabs .top-tab05.select {
    background: url(../images/top-tab05on.png) no-repeat;
    width: 125px;
    height: 72px;
    top: 0;
    background-size: 100% 100%;
    background-position: center;
}

.top-reason {
    margin-bottom: 40px
}

.tab-content {
    margin-bottom: 25px
}

.hide {
    display: none
}

.top-tab-content01 {
    position: relative;
    display: block;
    background: url(../images/top-tab-content03.png) no-repeat;
    width: 750px;
    height: 264px;
    z-index: 3
}

.top-tab-content01:hover {
    background: url(../images/top-tab-content03on.png) no-repeat
}

.top-tab-content02 {
    display: block;
    position: relative;
    background: url(../images/top-tab-content01.png) no-repeat;
    width: 750px;
    height: 264px;
    z-index: 3
}

.top-tab-content02:hover {
    background: url(../images/top-tab-content01on.png) no-repeat
}

.top-tab-content03 {
    display: block;
    position: relative;
    background: url(../images/top-tab-content02.png) no-repeat;
    width: 750px;
    height: 264px;
    z-index: 3
}

.top-tab-content03:hover {
    background: url(../images/top-tab-content02on.png) no-repeat
}

.top-tab-content04 {
    display: block;
    position: relative;
    background: url(../images/top-tab-content04.png) no-repeat;
    width: 750px;
    height: 264px;
    z-index: 3
}

.top-tab-content04:hover {
    background: url(../images/top-tab-content04on.png) no-repeat
}

.top-tab-content05 {
    display: block;
    position: relative;
    background: url(../images/top-tab-content05.png) no-repeat;
    width: 750px;
    height: 264px;
    z-index: 3
}

.top-tab-content05:hover {
    background: url(../images/top-tab-content05on.png) no-repeat
}

.top-tab-content07 {
    display: block;
    position: relative;
    background: url(../images/fv_interview.webp) no-repeat;
    width: 750px;
    height: 264px;
    z-index: 3;
    background-size: cover;
}

.cta-box {
    background-image: url(../images/sprite.png);
    background-position: 0 0;
    width: 750px;
    height: 230px;
    text-indent: -9999px;
    position: relative
}

.cta-box .bottom-btn01 {
    background-image: url(../images/sprite.png);
    background-position: -989px -53px;
    width: 196px;
    height: 35px;
    text-indent: -9999px;
    display: block;
    position: absolute;
    right: 20px;
    bottom: 60px
}

.cta-box .bottom-btn02 {
    background-image: url(../images/sprite.png);
    background-position: -1111px -98px;
    width: 95px;
    height: 34px;
    text-indent: -9999px;
    display: block;
    position: absolute;
    right: 20px;
    bottom: 15px
}

.cta-box .bottom-btn03 {
    background-image: url(../images/sprite.png);
    background-position: -1110px -163px;
    width: 95px;
    height: 34px;
    text-indent: -9999px;
    display: block;
    position: absolute;
    right: 122px;
    bottom: 15px
}

.top-h201 {
    margin-bottom: 0px
}

.top-news-list {
    height: 235px;
    overflow-y: scroll;
    padding: 12px 0;
}

.top-news-list li {
    margin-bottom: 13px;
    padding-left: 5px
}

.top-news-list li a {
    color: #DCB04B;
}

.top-news-date {
    margin-right: 30px;
    font-size: 14px
}

.top-news-ttl {
    font-size: 14px
}

.mb0 {
    margin-bottom: 0 !important
}

.mb10 {
    margin-bottom: 10px !important
}

.mb20 {
    margin-bottom: 20px !important
}

.mb30 {
    margin-bottom: 30px !important
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 3
}

#page-top a {
    background-image: url(../images/sprite.png);
    background-position: -989px -771px;
    width: 72px;
    height: 72px;
    text-indent: -9999px;
    display: block
}

body {
    position: relative
}

.nivo-lightbox-overlay {
    background: rgba(255, 255, 255, .74)
}

.main-ttl {
    position: relative;
    margin-bottom: 18px
}

.main-ttl p {
    position: absolute;
    top: 175px;
    left: 38px;
    font-size: 14px;
    line-height: 160%
}

#beginners .main h3 {
    margin-bottom: 17px
}

.p01 {
    margin: 7px 0;
    font-size: 12px;
    line-height: 150%
}

.p99 {
    margin: -7px 0;
    font-size: 12px;
    line-height: 150%;
    color: #FF0000
}

.p01_st {
    margin-bottom: 5px;
    font-size: 26px;
    line-height: 120%;
    color: #FF0000;
    font-weight: 700
}

.img26 {
    width: 26%
}

#beginners .main .p01 {
    margin-bottom: 12px;
    font-size: 13px
}

#beginners .main .ul01 {
    background: url(../images/beginners-img01.png) no-repeat;
    background-size: 750px 121px;
    width: 750px;
    height: 121px;
    margin-bottom: 20px
}

#beginners .main .ul01 li {
    width: 92px;
    float: left;
    color: #fff;
    padding-left: 18px;
    padding-top: 15px
}

#beginners .main .ul01 li dt {
    font-size: 18px;
    font-weight: 100
}

#beginners .main .ul01 li dd {
    padding-left: 3px;
    margin-right: -10px;
    margin-top: 23px;
    font-size: 15px;
    line-height: 15px
}

#beginners .main .ul01>li:first-child {
    width: 99px
}

#beginners .main .ul01>li:last-child {
    float: right;
    width: 99px
}

#beginners .main .box {
    width: 750px;
    background: url(../images/beginners-img11.png);
    height: 279px;
    background-size: 750px 279px;
    position: relative
}

#beginners .main .box span {
    position: absolute;
    top: 26px;
    left: 16px;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 18px
}

#beginners .main .box h4 {
    position: absolute;
    top: 30px;
    left: 100px;
    font-size: 20px
}

#beginners .main .box .p01 {
    width: 481px
}

#beginners .main .box+.box {
    margin-top: 8px
}

#beginners .main .box01 .p01 {
    padding-top: 107px;
    margin-left: 256px
}

#beginners .main .box01 .p02 {
    margin-top: 25px;
    margin-left: 256px;
    color: #D20D00
}

#beginners .main .box01 img {
    position: absolute;
    top: 105px;
    left: 124px
}

#beginners .main .box02 .p01 {
    padding-top: 116px;
    margin-left: 110px
}

#beginners .main .box02 img {
    position: absolute;
    top: 118px;
    right: 13px
}

#beginners .main .box03 .p01 {
    padding-top: 108px;
    margin-left: 256px
}

#beginners .main .box03 img {
    position: absolute;
    top: 88px;
    left: 110px
}

#beginners .main .box04 .p01 {
    padding-top: 101px;
    margin-left: 105px
}

#beginners .main .box04 img {
    position: absolute;
    top: 94px;
    right: 0
}

#beginners .main .box05 {
    width: 750px;
    background: url(../images/beginners-img12.png) no-repeat;
    background-size: 750px 335px;
    height: 410px
}

#beginners .main .box05 .p01 {
    padding-top: 80px;
    margin-left: 256px;
    margin-bottom: 30px
}

#beginners .main .box05 img {
    position: absolute;
    top: 87px;
    left: 110px
}

#beginners .main .box06 .p01 {
    padding-top: 80px;
    margin-left: 105px
}

#beginners .main .box06 img {
    position: absolute;
    top: 97px;
    right: 0
}

#beginners .main .box07 {
    width: 750px;
    background: url(../images/beginners-img12.png) no-repeat;
    background-size: 750px 335px;
    height: 335px
}

#beginners .main .box07 .p01 {
    padding-top: 80px;
    margin-left: 246px
}

#beginners .main .box07 img {
    position: absolute;
    top: 87px;
    left: 100px
}

#beginners .main .box08 {
    width: 750px;
    background: url(../images/beginners-img12.png)no-repeat;
    background-size: 750px 335px;
    height: 380px;
    margin-bottom: 25px
}

#beginners .main .box08 .p01 {
    padding-top: 80px;
    margin-left: 105px
}

#beginners .main .box08 .p02 {
    margin-top: 20px;
    margin-left: 105px;
    color: #D20D00
}

#beginners .main .box08 img {
    position: absolute;
    top: 89px;
    right: 0
}

#beginners .main .h401 {
    width: 752px;
    background: url(../images/beginners-img13.png) no-repeat;
    height: 35px;
    font-size: 20px;
    line-height: 35px;
    padding-left: 25px;
    margin-bottom: 20px
}

#beginners .main .img10 {
    margin-bottom: 24px
}

#beginners .main .ul02 {
    width: 732px;
    margin: 0 auto 9px
}

#beginners .main .ul02::after {
    clear: both;
    content: "";
    display: table
}

#beginners .main .ul02 li {
    width: 140px;
    float: left;
    margin-left: 8px
}

#beginners .main .ul02 li:first-child {
    margin-left: 0
}

#beginners .main .ul02 li:last-child {
    float: right;
    margin-left: 0
}

#courseprice .main h2 {
    margin-bottom: 20px
}

#courseprice .main h3 {
    margin-bottom: 9px
}

#courseprice .main .box {
    background-image: -webkit-linear-gradient(top, #e5e5e5 0, #fbfbfb 25px, #fff 50px, #fff 100%);
    background-image: -moz-linear-gradient(top, #e5e5e5 0, #fbfbfb 25px, #fff 50px, #fff 100%);
    background-image: -o-linear-gradient(top, #e5e5e5 0, #fbfbfb 25px, #fff 50px, #fff 100%);
    background-image: -ms-linear-gradient(top, #e5e5e5 0, #fbfbfb 25px, #fff 50px, #fff 100%);
    background-image: linear-gradient(top, #e5e5e5 0, #fbfbfb 25px, #fff 50px, #fff 100%);
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    padding: 25px 0;
    text-align: center;
    position: relative
}

#courseprice .main .box h4 {
    text-align: center;
    margin-bottom: 6px
}

#courseprice .main .box p.p01 {
    width: 465px;
    margin: 0 0 3px 200px;
    text-align: left;
    line-height: 160%
}

#courseprice .main .box p.p02 {
    color: #D30D00;
    margin-bottom: 7px;
    padding: 0 55px;
}

#courseprice .main .box .img01 {
    position: absolute;
    left: 30px;
    top: -5px
}

#courseprice .main .box .img03 {
    position: absolute;
    left: 30px;
    top: 5px
}

#courseprice .main .box .img05 {
    position: absolute;
    left: 10px;
    top: 10px
}

#courseprice .main .box .img02,
#courseprice .main .box .img04,
#courseprice .main .box .img06 {
    margin-bottom: 20px
}

#courseprice .main .box+.box {
    margin-top: 24px
}

#course01 .main h2 {
    margin-bottom: 20px
}

#course01 .main .box01 {
    background: url(../images/course01-img04.png) no-repeat;
    width: 100%;
    height: 252px;
    position: relative;
    margin-bottom: 15px
}

#course01 .main .box01 h3 {
    position: absolute;
    top: -12px
}

#course01 .main .box01 p.p02 {
    font-size: 15px;
    width: 510px;
    padding-top: 75px;
    margin-left: 40px;
    font-weight: bold;
}

#course01 .main .box01 p.p03 {
    position: absolute;
    right: 5px;
    bottom: 10px
}

#course01 .main .p01 {
    margin-bottom: 23px;
    width: 751px
}

#course01 .main .h302 {
    margin-bottom: 23px
}

#course01 .main .sub-ttl {
    position: relative;
    margin-bottom: 20px
}

#course01 .main .sub-ttl h4 {
    background: url(../images/beginners-img13.png) no-repeat;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    padding-left: 75px
}

#course01 .main .sub-ttl>div {
    position: absolute;
    left: -5px;
    top: -15px;
    width: 60px;
    height: 60px;
    background: url(../images/course01-img05.png) no-repeat;
    text-align: center;
    color: #fff;
    padding-top: 12px
}

#course01 .main .sub-ttl>div>span:first-child {
    font-size: 9px;
    letter-spacing: 0;
    line-height: 10px;
    display: none;
}

#course01 .main .sub-ttl>div>span:last-child {
    font-size: 16px;
    line-height: 16px
}

#course01 .main .p04 {
    margin-bottom: 34px
}

#course01 .main .box02 {
    padding: 3px 10px 20px;
    background-image: -webkit-linear-gradient(top, #e5e5e5 0, #fbfbfb 25px, #fff 50px, #fff 100%);
    background-image: -moz-linear-gradient(top, #e5e5e5 0, #fbfbfb 25px, #fff 50px, #fff 100%);
    background-image: -o-linear-gradient(top, #e5e5e5 0, #fbfbfb 25px, #fff 50px, #fff 100%);
    background-image: -ms-linear-gradient(top, #e5e5e5 0, #fbfbfb 25px, #fff 50px, #fff 100%);
    background-image: linear-gradient(top, #e5e5e5 0, #fbfbfb 25px, #fff 50px, #fff 100%);
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    margin-bottom: 10px
}

#course01 .main .box02 h5 {
    font-size: 20px;
    margin-bottom: 12px;
    margin-top: -34px
}

#course01 .main .box02 h5:before {
    content: "";
    background: url(../images/course01-img06.png);
    width: 47px;
    height: 46px;
    display: inline-block;
    position: relative;
    bottom: -10px;
    margin-right: 5px;
    margin-top: 33px
}

#course01 .main .box02 li {
    position: relative;
    padding-left: 17px;
    font-size: 12px;
    line-height: 20px
}

#course01 .main .box02 li:before {
    content: "※";
    display: inline-block;
    position: absolute;
    left: 0
}

#course01 .main .btn01 {
    display: block;
    width: 234px;
    margin: 0 auto 27px
}

#course01 .main .box03 {
    text-align: center
}

#course01 .main .box03 a {
    display: inline-block
}

#course01 .main .box03 a+a {
    margin-left: 10px
}

#reason .main .h301 {
    margin-bottom: 31px
}

#reason .main .p01 {
    text-align: center;
    margin-bottom: 31px
}

#reason .main dl {
    position: relative;
    padding-left: 114px;
    margin-bottom: 14px
}

#reason .main dl:before {
    position: absolute;
    top: 0;
    left: 5px;
    width: 82px;
    height: 82px;
    content: "";
    display: inline-block
}

#reason .main dl dt {
    font-weight: bold;
    background: url(../images/reason-img02.png) no-repeat;
    height: 47px;
    line-height: 47px;
    font-size: 17px;
    padding-left: 10px;
    margin-bottom: 10px
}

#reason .main dl dd {
    line-height: 24px;
}

#reason .main .dl01:before {
    width: 88px;
    left: -5px;
    height: 82px;
    background: url(../images/reason-img03.png);
    background-size: 88px 82px;
}

#reason .main .dl02:before {
    background: url(../images/reason-img04.png);
    background-size: 82px 82px;
}

#reason .main .dl03:before {
    width: 82px;
    height: 82px;
    left: 5px;
    background: url(../images/reason-img05.png);
    background-size: 82px 82px;
}

#reason .main .dl04:before {
    background: url(../images/reason-img06.png);
    background-size: 82px 82px;
}

#reason .main .dl05:before {
    background: url(../images/reason-img07.png);
    background-size: 82px 82px;
}

#reason .main .dl06:before {
    background: url(../images/reason-img08.png);
    background-size: 82px 82px;
}

#reason .main .dl07:before {
    background: url(../images/reason-img09.png);
    background-size: 82px 82px;
}

#reason .main .dl08 dt {
    line-height: 45px;
    font-size: 16px
}

#reason .main .dl08:before {
    background: url(../images/reason-img10.png);
    background-size: 82px 82px;
}

#reason .main .dl09:before {
    background: url(../images/reason-img11.png);
    background-size: 82px 82px;
}

#reason .main .dl10:before {
    background: url(../images/reason-img12.png);
    background-size: 82px 82px;
}

#reason .main .dl11:before {
    background: url(../images/reason-img13.png);
    background-size: 82px 82px;
}

#reason .main .dl12:before {
    background: url(../images/reason-img14.png);
    background-size: 82px 82px;
}

#reason .main .p02 {
    margin-bottom: 20px
}

#reason .main .ul02 {
    width: 732px;
    margin: 0 auto 20px
}

#reason .main .ul02::after {
    clear: both;
    content: "";
    display: table
}

#reason .main .ul02 li {
    width: 140px;
    float: left;
    margin-left: 8px
}

#reason .main .ul02 li:first-child {
    margin-left: 0
}

#reason .main .ul02 li:last-child {
    float: right;
    margin-left: 0
}

#payment .main .h301 {
    margin-bottom: 17px
}

#payment .main .small {
    font-weight: normal;
    font-size: 10px;
}

#payment .main .p01 {
    margin-bottom: 20px
}

#payment .main .p02 {
    text-align: center;
    margin-bottom: 15px;
    width: 751px
}

#payment .main .p03 {
    padding-left: 40px;
    margin-bottom: 20px;
    text-align: center;
}

#payment .main .p04 {
    margin-bottom: 20px;
    line-height: 140%
}

#payment .main .h401 {
    width: 752px;
    background: url(../images/payment-img08.png) no-repeat;
    background-size: 750px 47px;
    height: 47px;
    line-height: 47px;
    font-size: 20px;
    margin-bottom: 10px;
    padding-left: 20px
}

#payment .main .ul01 {
    padding-left: 115px;
    margin-bottom: 25px
}

#payment .main .ul01 li+li {
    margin-top: 15px
}

#payment .main .ul01 a {
    font-size: 18px;
    color: #152A71;
    font-weight: 700
}

#payment .main .ul01 a img {
    position: relative;
    bottom: -8px;
    margin-right: 10px
}

#payment .main .box {
    padding: 30px 35px
}

#payment .main .box h4 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px
}

#payment .main .box01 {
    background: url(../images/payment-img05.png) no-repeat;
    width: 672px;
    height: 190px;
    background-size: 672px 188px;
    margin: 0 auto 10px
}

#payment .main .box02 {
    background: url(../images/payment-img06.png) no-repeat;
    width: 672px;
    height: 291px;
    margin: 0 auto 10px
}

#payment .main .box03 {
    background: url(../images/payment-img07.png) no-repeat;
    width: 672px;
    height: 375px;
    margin: 0 auto 10px
}

#payment .main .box03 h4.h402 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 700;
    margin-top: 27px;
    text-align: left
}

#payment .main .box03 h5 {
    font-size: 14px;
    font-weight: 700
}

#payment .main .box03 .p08 {
    font-size: 10px;
    margin-bottom: 20px
}

#payment .main .p05 {
    padding-left: 45px;
    padding-right: 45px;
    margin-bottom: 20px
}

#payment .main ul.p05 li {
    position: relative;
    padding-left: 17px;
    font-size: 12px;
    line-height: 140%
}

#payment .main ul.p05 li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "※";
    display: inline-block;
}

#payment .main .ul02 {
    width: 732px;
    margin: 0 auto 20px
}

#payment .main .ul02::after {
    clear: both;
    content: "";
    display: table
}

#payment .main .ul02 li {
    width: 140px;
    float: left;
    margin-left: 8px
}

#payment .main .ul02 li:first-child {
    margin-left: 0
}

#payment .main .ul02 li:last-child {
    float: right;
    margin-left: 0
}

.main.access a:hover {
    opacity: 1
}

.main.access p {
    width: 700px;
    font-size: 14px;
    line-height: 150%;
    color: #3f3a39;
    margin: 0 auto 20px;
    display: block
}

.main.access p .red {
    color: red
}

.main.access p.red-border {
    color: #ff2b00;
    border: 1px solid #ff2b00;
    padding: 5px 10px;
    width: 750px;
    font-size: 12px;
    line-height: 150%
}

.main.access h2 {
    margin-bottom: 30px
}

.main.access .access-photo {
    margin-bottom: 20px
}

.main.access div.container.access-address div {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-bottom: 15px;
    margin-top: 10px
}

.main.access div.container.access-address div:last-child {
    margin-right: 0
}

.main.access div.container.access-address div p {
    margin-bottom: 0
}

.main.access div.container.access-address div dt {
    display: inline-block;
    width: 60px;
    padding: 2px 0;
    background: #126caa;
    color: #fff;
    margin-right: 5px;
    vertical-align: middle;
    font-size: 14px;
    text-align: center;
    line-height: 170%;
    margin-bottom: 5px
}

.main.access div.container.access-address div dd {
    display: inline-block;
    color: #gray;
    font-size: 14px;
    vertical-align: middle;
    line-height: 170%
}

.main.access div.access-slider-container {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%
}

.main.access div.access-slider-container:last-child {
    margin-right: 0
}

.main.access div.access-pager-container {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 11.702%
}

.main.access div.access-pager-container:last-child {
    margin-right: 0
}

.main.access div.access-pager-container li {
    margin-bottom: 12px
}

.main.access div.access-pager-container li:last-child {
    margin-bottom: 0
}

.main.access ul.container.access-btns li {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%
}

.main.access ul.container.access-btns li:last-child {
    margin-right: 0
}

.main.access ul.container.access-btns li:first-child {
    text-align: right
}

.main.access ul.container.access-btns li:nth-child(2) {
    text-align: center
}

.main.access ul.container.access-btns li:nth-child(3) {
    text-align: left
}

.main.access ul.container.access-btns li:nth-child(3) a {
    text-align: left
}

.main.access .access-pager02 {
    text-align: right
}

.access-h301 {
    margin-bottom: 20px
}

.access-h302 {
    margin-bottom: 20px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px;
    margin-top: 24px;
    margin-bottom: 3px
}

.access-map {
    display: inline-block;
    margin-bottom: 30px
}

.access-mvbtn:hover:before {
    opacity: 1
}

.access-routebtn:hover:before {
    opacity: 1
}

.access-largebtn:hover:before {
    opacity: 1
}

.access-pager02 a {
    display: block;
    position: relative;
    margin-bottom: 15px
}

.access-pager02 a:before {
    position: absolute;
    width: 88px;
    height: 46px;
    opacity: 1;
    background: rgba(0, 0, 0, .45);
    transition: opacity .2s linear;
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    content: ""
}

.access-pager02 a.active:before {
    background: rgba(0, 0, 0, .45);
    opacity: 0
}

#access .main h4.h401,
#access .main h4.h402,
#access .main h4.h403,
#access .main h4.h404,
#access .main h4.h405 {
    width: 752px;
    background: url(../images/beginners-img13.png) no-repeat;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    margin-bottom: 20px;
    padding-left: 20px
}

#access .main h4.h405 {
    margin-bottom: 20px
}

#access .main h3 {
    margin-bottom: 22px
}

#access .main h5 {
    margin: 0px
}

#access .main .access-photo {
    margin-bottom: 0px
}

#access .main .access-btns {
    margin-bottom: 20px
}

#access .main div.container.access-address div {
    margin-bottom: 15px
}

#access .main .ul02 {
    width: 732px;
    margin: 0 auto 20px
}

#access .main .ul02::after {
    clear: both;
    content: "";
    display: table
}

#access .main .ul02 li {
    width: 140px;
    float: left;
    margin-left: 8px
}

#access .main .ul02 li:first-child {
    margin-left: 0
}

#access .main .ul02 li:last-child {
    float: right;
    margin-left: 0
}

#access .main .gmap {
    margin-bottom: 25px
}

#access .main p.p01 {
    margin-bottom: 30px
}

#access .main .access-slider02 li {
    position: relative
}

#access .main .access-slider02 li div.route-over {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .75);
    width: 100%;
    padding: 20px;
    color: #fff
}

#access .main .access-slider02 li div.route-over p {
    color: #fff;
    margin-bottom: 0
}

#access .font-l {
    font-size: 24px;
}

#privacy .main h4 {
    background: url(../images/beginners-img13.png) no-repeat;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    margin-bottom: 20px;
    padding-left: 20px
}

#privacy .main h3 {
    margin-bottom: 18px
}

#privacy .main .p01 {
    margin-bottom: 18px
}

#privacy .main .p02 {
    margin-bottom: 18px
}

#privacy .main .p03 {
    margin-bottom: 18px
}

#privacy .main .p04 {
    margin-bottom: 18px
}

#faq .main h3 {
    margin-bottom: 15px
}

#faq .main .box01 {
    margin-bottom: 20px
}

#faq .main .box01::after {
    clear: both;
    content: "";
    display: table
}

#faq .main .box01 ul li {
    position: relative;
    padding-left: 28px;
    height: 34px;
    font-size: 14px;
    line-height: 16px
}

#faq .main .box01 ul li:before {
    content: "";
    background: url(../images/faq-li.png)no-repeat;
    width: 22px;
    height: 28px;
    font-size: 10px;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block
}

#faq .main .box01 ul li+li {
    margin-top: 10px
}

#faq .main .box01>ul:first-child {
    width: 340px;
    float: left
}

#faq .main .box01>ul:last-child {
    width: 340px;
    float: right
}

#faq .main .box02 {
    margin-bottom: 20px
}

#faq .main .box02::after {
    clear: both;
    content: "";
    display: table
}

#faq .main .box02 ul li {
    position: relative;
    padding-left: 28px;
    height: 34px;
    font-size: 14px;
    line-height: 16px
}

#faq .main .box02 ul li:before {
    content: "";
    background: url(../images/faq-li.png)no-repeat;
    width: 22px;
    height: 28px;
    font-size: 10px;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block
}

#faq .main .box02 ul li+li {
    margin-top: 10px
}

#faq .main .boxlast {
    border-bottom: 1px dashed
}

#faq .main .qlink {
    text-decoration: underline;
}

#faq .main .h401 {
    width: 752px;
    background: url(../images/faq-h401.png) no-repeat;
    height: 40px;
    line-height: 40px;
    padding-left: 50px;
    font-size: 16px;
    margin-bottom: 15px
}

#faq .main .h401 a {
    text-decoration: none
}

#faq .main .h402 {
    background: url(../images/faq-h402.png) no-repeat;
    height: 55px;
    line-height: 55px;
    padding-left: 50px;
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 30px
}

#faq .main .h402 a {
    text-decoration: none
}

#faq .main dl {
    margin-left: 50px
}

#faq .main dl dt {
    background: url(../images/faq-img01.png) no-repeat;
    height: 48px;
    width: 700px;
    line-height: 48px;
    font-size: 14px;
    padding-left: 74px;
    cursor: pointer
}

#faq .main dl dt span {
    text-decoration: underline;
    line-height: 45px;
    font-weight: 700;
    font-size: 13px
}

#faq .main dl dt.active {
    background: url(../images/faq-img02.png) no-repeat
}

#faq .main dl dd {
    display: none;
    padding: 20px;
    line-height: 24px;
}

#faq .main dl+dl {
    margin-top: 10px
}

#faq .main .ul02 {
    width: 732px;
    margin: 30px auto 20px
}

#faq .main .ul02::after {
    clear: both;
    content: "";
    display: table
}

#faq .main .ul02 li {
    width: 140px;
    float: left;
    margin-left: 8px
}

#faq .main .ul02 li:first-child {
    margin-left: 0
}

#faq .main .ul02 li:last-child {
    float: right;
    margin-left: 0
}

#staff .main h4 {
    background: url(../images/beginners-img13.png) no-repeat;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    margin-bottom: 20px;
    padding-left: 20px
}

#staff .main h3 {
    margin-bottom: 20px
}

#staff .main .box01 {
    margin-bottom: 20px
}

#staff .main .box01::after {
    clear: both;
    content: "";
    display: table
}

#staff .main .box01>div:first-child {
    width: 220px;
    float: left
}

#staff .main .box01>div:last-child {
    width: 520px;
    float: right
}

#staff .main .box01>div:last-child .box02 {
    margin: 17px 0;
    padding: 3px 10px 20px;
    background-image: -webkit-linear-gradient(top, #e5e5e5 0, #fbfbfb 25px, #fff 50px, #fff 100%);
    background-image: -moz-linear-gradient(top, #e5e5e5 0, #fbfbfb 25px, #fff 50px, #fff 100%);
    background-image: -o-linear-gradient(top, #e5e5e5 0, #fbfbfb 25px, #fff 50px, #fff 100%);
    background-image: -ms-linear-gradient(top, #e5e5e5 0, #fbfbfb 25px, #fff 50px, #fff 100%);
    background-image: linear-gradient(top, #e5e5e5 0, #fbfbfb 25px, #fff 50px, #fff 100%);
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    padding: 5px 23px
}

#staff .main .box01>div:last-child .box02 li {
    color: #036;
    padding-left: 20px;
    font-size: 12px;
    font-weight: 700;
    position: relative
}

#staff .main .box01>div:last-child .box02 li:before {
    position: absolute;
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: url(../images/staff-img07.png) no-repeat;
    top: 50%;
    margin-top: -7px;
    left: 0
}

#staff .main .box01>div:last-child .box02 li+li {
    margin-top: 7px
}

#staff .main .box03 {
    margin-top: 20px;
    margin-bottom: 15px
}

#staff .main .box03::after {
    clear: both;
    content: "";
    display: table
}

#staff .main .box03>div:first-child {
    float: left;
    width: 364px;
    height: 150px;
    background: url(../images/staff-img08.png) no-repeat;
    background-size: 364px 144px;
    padding: 60px 20px 0px 20px
}

#staff .main .box03>div:last-child {
    float: right;
    width: 364px;
    height: 150px;
    background: url(../images/staff-img09.png) no-repeat;
    background-size: 364px 144px;
    padding: 60px 20px 20px
}

#staff .main .box03 li {
    font-size: 11px;
    line-height: 140%;
    text-align: center
}

#staff .main .box03 .txt-left {
    font-size: 11px;
    line-height: 140%;
    text-align: left;
    padding-left: 71px
}

#staff .main .box03 li {
    font-size: 11px;
    line-height: 140%
}

#staff .main .img02 {
    margin-bottom: 20px;
    width: 753px
}

#staff .main .box04 {
    margin-bottom: 20px
}

#staff .main .box04::after {
    clear: both;
    content: "";
    display: table
}

#staff .main .box04>div:first-child {
    width: 250px;
    float: left
}

#staff .main .box04>div:first-child h5 {
    margin: 18px 0 20px 0;
    font-size: 16px
}

#staff .main .box04>div:last-child {
    width: 490px;
    float: right;
    text-align: left
}

#staff .main .box05 {
    margin-bottom: 25px;
    width: 750px;
    height: 122px;
    background: url(../images/staff-img10.png) no-repeat;
    background-size: 750px 122px;
    padding-top: 80px;
    text-align: center
}

#staff .main .box05 li {
    display: inline-block;
    font-size: 12px
}

#staff .main .box05 li+li {
    margin-left: 20px
}

#staff .main .ul02 {
    width: 732px;
    margin: 0 auto 20px
}

#staff .main .ul02::after {
    clear: both;
    content: "";
    display: table
}

#staff .main .ul02 li {
    width: 140px;
    float: left;
    margin-left: 8px
}

#staff .main .ul02 li:first-child {
    margin-left: 0
}

#staff .main .ul02 li:last-child {
    float: right;
    margin-left: 0
}

#service .main h4 {
    background: url(../images/beginners-img13.png) no-repeat;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    width: 752px;
}

#service .main h3 {
    margin-bottom: 17px
}

#service .main .p01 {
    margin-bottom: 14px
}

#service .main .p02 {
    margin-bottom: 14px
}

#service .main .box02 {
    margin-bottom: 21px
}

#service .main .box02::after {
    clear: both;
    content: "";
    display: table
}

#service .main .box02>div:first-child {
    float: left;
    width: 364px;
    height: 135px;
    background: url(../images/service-img02.png) no-repeat;
    background-size: 364px 135px;
    padding: 22px 30px
}

#service .main .box02>div:first-child h5 {
    color: #1F317A;
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
    margin-top: -7px
}

#service .main .box02>div:last-child {
    float: right;
    width: 364px;
    height: 135px;
    background: url(../images/service-img02.png) no-repeat;
    background-size: 364px 135px;
    padding: 15px 30px
}

#service .main .box02>div:last-child h5 {
    color: #1F317A;
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 0
}

#service .main .box01 {
    margin-bottom: 20px
}

#service .main .box01::after {
    clear: both;
    content: "";
    display: table
}

#service .main .box01>div:first-child {
    float: left;
    width: 422px;
    font-size: 14px;
}

#service .main .box01>div:last-child {
    padding-top: 4px;
    float: right;
    width: 306px;
    font-size: 14px;
}

#service .main .box03 {
    margin-bottom: 20px
}

#service .main .box03::after {
    clear: both;
    content: "";
    display: table
}

#service .main .box03>div:first-child {
    float: left;
    width: 198px
}

#service .main .box03>div:last-child {
    float: right;
    width: 530px
}

#service .main .box03>div:last-child>p:first-child {
    margin-bottom: 20px
}

#service .main .ul01 {
    margin-bottom: 20px
}

#service .main .ul01 li {
    font-size: 18px;
    position: relative;
    line-height: 39px;
    padding-left: 35px
}

#service .main .ul01 li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    background: url(../images/service-img04.png);
    width: 24px;
    height: 24px;
    display: inline-block
}

#service .main h3.h302 {
    margin-bottom: 8px
}

#service .main h3.h303 {
    margin-bottom: 8px
}

#service .main .box04 {
    margin-bottom: 20px
}

#service .main .box04::after {
    clear: both;
    content: "";
    display: table
}

#service .main .box04 .inbox01 {
    float: left;
    width: 241px;
    height: 333px;
    background: url(../images/service-img05.png) no-repeat;
    margin-left: -8px;
    position: relative
}

#service .main .box04 .inbox01 p {
    width: 200px;
    margin: 116px auto 0 30px;
    font-size: 12px
}

#service .main .box04 .inbox01 a {
    background: url(../images/top-course-btn01.png) no-repeat;
    width: 201px;
    height: 41px;
    position: absolute;
    bottom: 10px;
    left: 27px
}

#service .main .box04 .inbox02 {
    float: left;
    width: 240px;
    height: 333px;
    background: url(../images/service-img06.png) no-repeat;
    margin-left: 14px;
    position: relative
}

#service .main .box04 .inbox02 p {
    width: 200px;
    margin: 124px auto 0 26px;
    font-size: 12px
}

#service .main .box04 .inbox02 a {
    background: url(../images/top-course-btn02.png) no-repeat;
    width: 201px;
    height: 41px;
    position: absolute;
    bottom: 10px;
    left: 27px
}

#service .main .box04 .inbox03 {
    float: right;
    width: 247px;
    height: 341px;
    background: url(../images/service-img07.png) no-repeat;
    margin-top: -7px;
    position: relative
}

#service .main .box04 .inbox03 p {
    width: 200px;
    margin: 86px auto 0 30px;
    font-size: 12px;
    line-height: 160%;
}

#service .main .box04 .inbox03 a {
    background: url(../images/top-course-btn03.png) no-repeat;
    width: 201px;
    height: 44px;
    position: absolute;
    bottom: 6px;
    left: 27px
}

#service .main .img08 {
    width: 230px;
    display: block;
    margin: 0 auto 25px
}

#service .main .box05 {
    padding: 3px 10px 20px;
    background-image: -webkit-linear-gradient(top, #e5e5e5 0, #fbfbfb 25px, #fff 50px, #fff 100%);
    background-image: -moz-linear-gradient(top, #e5e5e5 0, #fbfbfb 25px, #fff 50px, #fff 100%);
    background-image: -o-linear-gradient(top, #e5e5e5 0, #fbfbfb 25px, #fff 50px, #fff 100%);
    background-image: -ms-linear-gradient(top, #e5e5e5 0, #fbfbfb 25px, #fff 50px, #fff 100%);
    background-image: linear-gradient(top, #e5e5e5 0, #fbfbfb 25px, #fff 50px, #fff 100%);
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    margin-bottom: 10px
}

#service .main .box05 h5 {
    font-size: 20px;
    margin-bottom: 12px;
    margin-top: -34px
}

#service .main .box05 h5:before {
    content: "";
    background: url(../images/course01-img06.png);
    width: 47px;
    height: 46px;
    display: inline-block;
    position: relative;
    bottom: -5px;
    margin-right: 5px;
    margin-top: 33px
}

#service .main .box05 li {
    position: relative;
    padding-left: 17px;
    font-size: 12px;
    line-height: 20px
}

#service .main .box05 li:before {
    content: "※";
    display: inline-block;
    position: absolute;
    left: 0
}

#service .main .box05 li.list-ttl {
    position: relative;
    padding-left: 0px;
    font-size: 12px;
    line-height: 20px
}

#service .main .box05 li.list-ttl:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0
}

#service .main .ul02 {
    width: 732px;
    margin: 0 auto 20px
}

#service .main .ul02::after {
    clear: both;
    content: "";
    display: table
}

#service .main .ul02 li {
    width: 140px;
    float: left;
    margin-left: 8px
}

#service .main .ul02 li:first-child {
    margin-left: 0
}

#service .main .ul02 li:last-child {
    float: right;
    margin-left: 0
}

#reserve .main h4 {
    background: url(../images/beginners-img13.png) no-repeat;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    margin-bottom: 20px;
    padding-left: 20px
}

#reserve .main .box01 {
    padding: 3px 10px 20px;
    background-image: -webkit-linear-gradient(top, #e5e5e5 0, #fbfbfb 25px, #fff 50px, #fff 100%);
    background-image: -moz-linear-gradient(top, #e5e5e5 0, #fbfbfb 25px, #fff 50px, #fff 100%);
    background-image: -o-linear-gradient(top, #e5e5e5 0, #fbfbfb 25px, #fff 50px, #fff 100%);
    background-image: -ms-linear-gradient(top, #e5e5e5 0, #fbfbfb 25px, #fff 50px, #fff 100%);
    background-image: linear-gradient(top, #e5e5e5 0, #fbfbfb 25px, #fff 50px, #fff 100%);
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    margin-bottom: 6px
}

#reserve .main .box01 h5 {
    font-size: 20px;
    margin-bottom: 12px;
    margin-top: -34px
}

#reserve .main .box01 h5:before {
    content: "";
    background: url(../images/course01-img06.png);
    width: 47px;
    height: 46px;
    display: inline-block;
    position: relative;
    bottom: -5px;
    margin-right: 5px;
    margin-top: 33px
}

#reserve .main .box01 li {
    position: relative;
    padding-left: 17px;
    font-size: 12px;
    line-height: 20px
}

#reserve .main .box01 li:before {
    content: "※";
    display: inline-block;
    position: absolute;
    left: 0
}

#reserve .main .box01 a:link,
a:visited,
a:hover,
a:active {
    text-decoration: underline;
    color: blue
}

#reserve .main .img01 {
    display: block;
    width: 229px;
    margin: 23px auto 5px
}

#reserve .main .img02 {
    display: block;
    width: 75%;
    margin: 0px auto 0px
}

#reserve .main h3 {
    margin-bottom: 19px
}

#reserve .main .box01 span {
    color: #d30d00;
    font-weight: bold;
}

#voices .main h3 {
    margin-bottom: 20px
}

#voices .main .p01 {
    margin-bottom: 15px;
    font-size: 12px;
}

#voices .main .tabmenu::after {
    clear: both;
    content: "";
    display: table
}

#voices .main .tabmenu>li {
    position: relative;
    bottom: -67px;
    cursor: pointer;
    width: 183px;
    height: 147px;
    float: left;
    margin-left: 3px;
    background-image: -webkit-linear-gradient(top, #fff 0, #e7e7e7 50%, #c6c6c6 100%);
    background-image: -moz-linear-gradient(top, #fff 0, #e7e7e7 50%, #c6c6c6 100%);
    background-image: -o-linear-gradient(top, #fff 0, #e7e7e7 50%, #c6c6c6 100%);
    background-image: -ms-linear-gradient(top, #fff 0, #e7e7e7 50%, #c6c6c6 100%);
    background-image: linear-gradient(top, #fff 0, #e7e7e7 50%, #c6c6c6 100%);
    border-radius: 10px;
    border: 1px solid #cbcbcb;
    padding-top: 10px
}

#voices .main .tabmenu>li dt {
    background-image: -webkit-linear-gradient(top, #712b29 0, #9b3835 50%, #712b29 100%);
    background-image: -moz-linear-gradient(top, #712b29 0, #9b3835 50%, #712b29 100%);
    background-image: -o-linear-gradient(top, #712b29 0, #9b3835 50%, #712b29 100%);
    background-image: -ms-linear-gradient(top, #712b29 0, #9b3835 50%, #712b29 100%);
    background-image: linear-gradient(top, #712b29 0, #9b3835 50%, #712b29 100%);
    color: #fff;
    display: inline-block;
    padding: 3px 10px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-left: 1px
}

#voices .main .tabmenu>li dd {
    font-size: 11px;
    line-height: 12px;
    padding: 0 10px
}

#voices .main .tabmenu>li.select {
    background: url(../images/voices-img01.png) no-repeat;
    width: 184px;
    height: 146px;
    border: none;
    margin-top: -60px
}

#voices .main .tabmenu>li:last-child {
    float: right;
    margin-left: 0;
    margin-right: 4px
}

#voices .main .tabmenu>li:first-child {
    margin-left: 4px
}

#voices .main .voices-contents {
    border-top: solid 2px #171B60;
    width: 100%;
    height: 695px;
    margin-top: -40px;
    position: relative;
    z-index: 1;
    background: #fff;
    margin-bottom: 2px
}

/*#voices .main .voices-contents>div{position:relative;width:100%;height:678px}*/
/*20230406変更*/
#voices .main .voices-contents>div {
    position: absolute;
    width: 100%;
    height: 678px
}

/*20230406変更ここまで*/
#voices .main .voices-contents>div>div {
    display: none;
    background: #eee;
    width: 466px;
    height: 632px;
    transition: all .2s linear;
    background: #fff;
    box-shadow: 0 0 11px 3px rgba(179, 179, 179, .68);
    -moz-box-shadow: 0 0 11px 3px rgba(179, 179, 179, .68);
    -webkit-box-shadow: 0 0 11px 3px rgba(179, 179, 179, .68)
}

/*#voices .main .voices-contents>div>div>a{display:none}*/
#voices .main .voices-contents>div>div.before-btn {
    width: 43px;
    height: 43px;
    position: absolute;
    left: 15px;
    top: 300px;
    z-index: 3;
    display: block;
    background: 0 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}

#voices .main .voices-contents>div>div.before-btn>img {
    display: block
}

#voices .main .voices-contents>div>div.next-btn {
    width: 43px;
    height: 43px;
    position: absolute;
    right: 15px;
    top: 300px;
    z-index: 3;
    display: block;
    background: 0 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}

#voices .main .voices-contents>div>div.next-btn>img {
    display: block
}

#voices .main .voices-contents>div>div.first-slide {
    width: 470px;
    height: 640px;
    display: block;
    position: absolute;
    left: 135px;
    bottom: 40px;
    z-index: 0;
    transform: translate(300px, 190px) scale(.2, .2);
    -moz-transform: translate(300px, 190px) scale(.2, .2);
    -webkit-transform: translate(300px, 190px) scale(.2, .2);
    -o-transform: translate(300px, 190px) scale(.2, .2);
    -ms-transform: translate(300px, 190px) scale(.2, .2)
}

#voices .main .voices-contents>div>div.fifth-slide {
    width: 470px;
    height: 640px;
    display: block;
    position: absolute;
    left: 135px;
    bottom: 40px;
    z-index: 0;
    transform: translate(-300px, 190px) scale(.2, .2);
    -moz-transform: translate(-300px, 190px) scale(.2, .2);
    -webkit-transform: translate(-300px, 190px) scale(.2, .2);
    -o-transform: translate(-300px, 190px) scale(.2, .2);
    -ms-transform: translate(-300px, 190px) scale(.2, .2)
}

#voices .main .voices-contents>div>div.second-slide {
    display: block;
    position: absolute;
    left: 135px;
    bottom: 40px;
    z-index: 1;
    transform: translate(200px, 180px) scale(.4, .4);
    -moz-transform: translate(200px, 180px) scale(.4, .4);
    -webkit-transform: translate(200px, 180px) scale(.4, .4);
    -o-transform: translate(200px, 180px) scale(.4, .4);
    -ms-transform: translate(200px, 180px) scale(.4, .4)
}

#voices .main .voices-contents>div>div.forth-slide {
    display: block;
    position: absolute;
    left: 135px;
    bottom: 40px;
    z-index: 1;
    transform: translate(-200px, 180px) scale(.4, .4);
    -moz-transform: translate(-200px, 180px) scale(.4, .4);
    -webkit-transform: translate(-200px, 180px) scale(.4, .4);
    -o-transform: translate(-200px, 180px) scale(.4, .4);
    -ms-transform: translate(-200px, 180px) scale(.4, .4)
}

#voices .main .voices-contents>div>div.main-slide {
    display: block;
    position: absolute;
    left: 135px;
    bottom: 20px;
    z-index: 2;
    background: #f3f3f3
}

#voices .main .voices-contents>div>div.main-slide>a {
    display: block
}

#voices .main .ul02 {
    width: 732px;
    margin: 0 auto 20px
}

#voices .main .ul02::after {
    clear: both;
    content: "";
    display: table
}

#voices .main .ul02 li {
    width: 140px;
    float: left;
    margin-left: 8px
}

#voices .main .ul02 li:first-child {
    margin-left: 0
}

#voices .main .ul02 li:last-child {
    float: right;
    margin-left: 0
}

/*20230406追加コード*/
#voices .main .ul03 {
    width: 491px;
    margin: 57px -10px 10px
}

#voices .main .ul03::after {
    clear: both;
    content: "";
    display: table
}

#voices .main .ul03 li {
    width: 235px;
    float: left;
    margin-left: 14px
}

#voices .main .ul03 li:first-child {
    margin-left: 21px
}

#voices .main .ul03 li:last-child {
    float: right;
    margin-left: 0
}

/*20230406追加コードここまで*/
#example .main h3 {
    margin-bottom: 15px
}

#example .main .p01 {
    margin-bottom: 20px;
    font-size: 11px;
    line-height: 165%
}

#example .main .tabmenu::after {
    clear: both;
    content: "";
    display: table
}

#example .main .tabmenu>li {
    cursor: pointer;
    width: 145px;
    height: 104px;
    float: left;
    margin-left: 4px;
    background-image: -webkit-linear-gradient(top, #fff 0, #e7e7e7 50%, #c6c6c6 100%);
    background-image: -moz-linear-gradient(top, #fff 0, #e7e7e7 50%, #c6c6c6 100%);
    background-image: -o-linear-gradient(top, #fff 0, #e7e7e7 50%, #c6c6c6 100%);
    background-image: -ms-linear-gradient(top, #fff 0, #e7e7e7 50%, #c6c6c6 100%);
    background-image: linear-gradient(top, #fff 0, #e7e7e7 50%, #c6c6c6 100%);
    border-radius: 0;
    border: 1px solid #cbcbcb;
    padding-top: 5px
}

#example .main .tabmenu>li dt {
    text-align: center;
    padding: 3px 10px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 7px
}

#example .main .tabmenu>li dd {
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    padding: 0 10px;
    color: #f00
}

#example .main .tabmenu>li.select {
    background: url(../images/voices-img01.png) no-repeat;
    width: 145px;
    height: 146px;
    background-size: 145px 104px;
    border: none;
    margin-top: -20px;
    border-radius: 0;
    color: red
}

#example .main .tabmenu>li:last-child {
    float: right;
    margin-left: 0;
    margin-right: 5px
}

#example .main .voices-contents {
    border-top: solid 2px #171B60;
    width: 100%;
    height: 460px;
    margin-top: -89px;
    position: relative;
    z-index: 1;
    background: #fff;
    margin-bottom: 50px
}

#example .main .voices-contents>div {
    position: relative;
    width: 100%;
    height: 500px
}

#example .main .voices-contents>div>div {
    display: none;
    background: #eee;
    width: 462px;
    height: 447px;
    transition: all .2s linear;
    background: #fff;
    box-shadow: 0 0 11px 3px rgba(179, 179, 179, .68);
    -moz-box-shadow: 0 0 11px 3px rgba(179, 179, 179, .68);
    -webkit-box-shadow: 0 0 11px 3px rgba(179, 179, 179, .68)
}

/*#example .main .voices-contents>div>div>a{display:none}*/
.first-slide:before,
.second-slide:before,
.forth-slide:before,
.fifth-slide:before {
    content: "";
    position: absolute;
    /* background-clip: content-box;*/
    width: 100%;
    height: 100%;
    padding: 0;
    top: 0;
    left: 0;
    z-index: 2;
}

.first-slide img,
.second-slide img,
.forth-slide img,
.fifth-slide img {
    filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    -moz-filter: blur(15px);
    -webkit-filter: blur(15px);
}

#example .main .voices-contents>div>div.before-btn {
    width: 43px;
    height: 43px;
    position: absolute;
    left: 15px;
    top: 170px;
    z-index: 3;
    display: block;
    background: 0 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}

#example .main .voices-contents>div>div.before-btn>img {
    display: block
}

#example .main .voices-contents>div>div.next-btn {
    width: 43px;
    height: 43px;
    position: absolute;
    right: 15px;
    top: 170px;
    z-index: 3;
    display: block;
    background: 0 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}

#example .main .voices-contents>div>div.next-btn>img {
    display: block
}

#example .main .voices-contents>div>div.first-slide {
    width: 470px;
    height: 640px;
    display: block;
    position: absolute;
    left: 135px;
    bottom: 25px;
    z-index: 0;
    transform: translate(300px, 190px) scale(.2, .2);
    -moz-transform: translate(300px, 190px) scale(.2, .2);
    -webkit-transform: translate(300px, 190px) scale(.2, .2);
    -o-transform: translate(300px, 190px) scale(.2, .2);
    -ms-transform: translate(300px, 190px) scale(.2, .2)
}

#example .main .voices-contents>div>div.fifth-slide {
    width: 470px;
    height: 640px;
    display: block;
    position: absolute;
    left: 135px;
    bottom: 25px;
    z-index: 0;
    transform: translate(-300px, 190px) scale(.2, .2);
    -moz-transform: translate(-300px, 190px) scale(.2, .2);
    -webkit-transform: translate(-300px, 190px) scale(.2, .2);
    -o-transform: translate(-300px, 190px) scale(.2, .2);
    -ms-transform: translate(-300px, 190px) scale(.2, .2)
}

#example .main .voices-contents>div>div.second-slide {
    display: block;
    position: absolute;
    left: 135px;
    bottom: 125px;
    z-index: 1;
    transform: translate(200px, 180px) scale(.4, .4);
    -moz-transform: translate(200px, 180px) scale(.4, .4);
    -webkit-transform: translate(200px, 180px) scale(.4, .4);
    -o-transform: translate(200px, 180px) scale(.4, .4);
    -ms-transform: translate(200px, 180px) scale(.4, .4)
}

#example .main .voices-contents>div>div.forth-slide {
    display: block;
    position: absolute;
    left: 135px;
    bottom: 125px;
    z-index: 1;
    transform: translate(-200px, 180px) scale(.4, .4);
    -moz-transform: translate(-200px, 180px) scale(.4, .4);
    -webkit-transform: translate(-200px, 180px) scale(.4, .4);
    -o-transform: translate(-200px, 180px) scale(.4, .4);
    -ms-transform: translate(-200px, 180px) scale(.4, .4)
}

#example .main .voices-contents>div>div.main-slide {
    display: block;
    position: absolute;
    left: 135px;
    bottom: 20px;
    z-index: 2;
    background: #f3f3f3
}

#example .main .voices-contents>div>div.main-slide>a {
    display: block
}

#example .main .ul02 {
    width: 595px;
    margin: 0 auto 20px
}

#example .main .ul02::after {
    clear: both;
    content: "";
    display: table
}

#example .main .ul02 li {
    width: 140px;
    float: left;
    margin-left: 11px
}

#example .main .ul02 li:first-child {
    margin-left: 0
}

#example .main .ul02 li:last-child {
    float: right;
    margin-left: 0
}

#example .main .exambox {
    width: 505px;
    margin: 0 auto 40px
}

#example .main .exambox::after {
    clear: both;
    content: "";
    display: table
}

#example .main .exambox>div:first-child {
    cursor: pointer;
    float: left;
    width: 229px;
    height: 103px;
    background: url(../images/example-btn01on.png) no-repeat
}

#example .main .exambox>div:last-child {
    cursor: pointer;
    float: right;
    width: 229px;
    height: 103px;
    background: url(../images/example-btn02on.png) no-repeat
}

#example .main .exambox>div.select:first-child {
    float: left;
    width: 234px;
    height: 109px;
    background: url(../images/example-btn01off.png) no-repeat
}

#example .main .exambox>div.select:last-child {
    float: right;
    width: 234px;
    height: 109px;
    background: url(../images/example-btn02off.png) no-repeat
}

#photo .main h3 {
    margin-bottom: 20px
}

#photo .main .p01 {
    margin-bottom: 35px;
    font-size: 12px
}

#photo .main .voices-contents {
    width: 100%;
    height: 484px;
    position: relative;
    z-index: 1;
    background: #fff;
    margin-bottom: 4px
}

#photo .main .voices-contents>div {
    position: relative;
    width: 100%;
    height: 478px
}

#photo .main .voices-contents>div>div {
    display: none;
    background: #eee;
    width: 464px;
    height: 477px;
    transition: all .2s linear;
    background: #fff;
    box-shadow: 0 0 11px 3px rgba(179, 179, 179, .68);
    -moz-box-shadow: 0 0 11px 3px rgba(179, 179, 179, .68);
    -webkit-box-shadow: 0 0 11px 3px rgba(179, 179, 179, .68)
}

/*#photo .main .voices-contents>div>div>a{display:none}*/
#photo .main .voices-contents>div>div.before-btn {
    width: 43px;
    height: 43px;
    position: absolute;
    left: 15px;
    top: 170px;
    z-index: 3;
    display: block;
    background: 0 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}

#photo .main .voices-contents>div>div.before-btn>img {
    display: block
}

#photo .main .voices-contents>div>div.next-btn {
    width: 43px;
    height: 43px;
    position: absolute;
    right: 15px;
    top: 170px;
    z-index: 3;
    display: block;
    background: 0 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}

#photo .main .voices-contents>div>div.next-btn>img {
    display: block
}

#photo .main .voices-contents>div>div.first-slide {
    width: 470px;
    height: 640px;
    display: block;
    position: absolute;
    left: 135px;
    bottom: 25px;
    z-index: 0;
    transform: translate(300px, 190px) scale(.2, .2);
    -moz-transform: translate(300px, 190px) scale(.2, .2);
    -webkit-transform: translate(300px, 190px) scale(.2, .2);
    -o-transform: translate(300px, 190px) scale(.2, .2);
    -ms-transform: translate(300px, 190px) scale(.2, .2)
}

#photo .main .voices-contents>div>div.fifth-slide {
    width: 470px;
    height: 640px;
    display: block;
    position: absolute;
    left: 135px;
    bottom: 25px;
    z-index: 0;
    transform: translate(-300px, 190px) scale(.2, .2);
    -moz-transform: translate(-300px, 190px) scale(.2, .2);
    -webkit-transform: translate(-300px, 190px) scale(.2, .2);
    -o-transform: translate(-300px, 190px) scale(.2, .2);
    -ms-transform: translate(-300px, 190px) scale(.2, .2)
}

#photo .main .voices-contents>div>div.second-slide {
    display: block;
    position: absolute;
    left: 135px;
    bottom: 105px;
    z-index: 1;
    transform: translate(200px, 180px) scale(.4, .4);
    -moz-transform: translate(200px, 180px) scale(.4, .4);
    -webkit-transform: translate(200px, 180px) scale(.4, .4);
    -o-transform: translate(200px, 180px) scale(.4, .4);
    -ms-transform: translate(200px, 180px) scale(.4, .4)
}

#photo .main .voices-contents>div>div.forth-slide {
    display: block;
    position: absolute;
    left: 135px;
    bottom: 105px;
    z-index: 1;
    transform: translate(-200px, 180px) scale(.4, .4);
    -moz-transform: translate(-200px, 180px) scale(.4, .4);
    -webkit-transform: translate(-200px, 180px) scale(.4, .4);
    -o-transform: translate(-200px, 180px) scale(.4, .4);
    -ms-transform: translate(-200px, 180px) scale(.4, .4)
}

#photo .main .voices-contents>div>div.main-slide {
    display: block;
    position: absolute;
    left: 135px;
    bottom: 20px;
    z-index: 2;
    background: #f3f3f3
}

#photo .main .voices-contents>div>div.main-slide>a {
    display: block
}

#photo .main .ul02 {
    width: 595px;
    margin: 0 auto 20px
}

#photo .main .ul02::after {
    clear: both;
    content: "";
    display: table
}

#photo .main .ul02 li {
    width: 140px;
    float: left;
    margin-left: 11px
}

#photo .main .ul02 li:first-child {
    margin-left: 0
}

#photo .main .ul02 li:last-child {
    float: right;
    margin-left: 0
}

.before-btn,
.next-btn {
    cursor: pointer
}

#campaign .main h3 {
    margin-bottom: 20px
}

#campaign .main .p01 {
    padding-left: 30px;
    position: relative;
    font-size: 14px;
    margin-bottom: 15px
}

#campaign .main .p01 a {
    text-decoration: underline;
    color: #00f
}

#campaign .main .p01:before {
    position: absolute;
    left: 0;
    top: -1px;
    content: "";
    background: url(../images/campaign-img01.png) no-repeat;
    width: 22px;
    height: 22px
}

#campaign .main .box01 {
    margin-bottom: -8px
}

#campaign .main .box01::after {
    clear: both;
    content: "";
    display: table
}

#campaign .main .box01>div:first-child {
    float: left;
    width: 364px;
    height: 162px;
    background: url(../images/service-img02.png) no-repeat;
    background-size: 364px 135px;
    padding: 13px 30px
}

#campaign .main .box01>div:first-child h5 {
    color: #1F317A;
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 0
}

#campaign .main .box01>div:last-child {
    float: right;
    width: 364px;
    height: 162px;
    background: url(../images/service-img02.png) no-repeat;
    background-size: 364px 135px;
    padding: 13px 30px
}

#campaign .main .box01>div:last-child h5 {
    color: #1F317A;
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 0
}

#campaign .main .box02 {
    padding: 13px 20px;
    text-align: left;
    background: url(../images/campaign-img02.png) no-repeat;
    width: 750px;
    height: 162px;
    margin-bottom: 23px;
    background-size: 750px 162px
}

#campaign .main .box02 h5 {
    color: #1F317A;
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 0
}

#campaign .main .box03 {
    width: 680px;
    margin: 0 auto 26px
}

#campaign .main .box03::after {
    clear: both;
    content: "";
    display: table
}

#campaign .main .box03>div:first-child {
    float: left;
    width: 411px
}

#campaign .main .box03>div:first-child p+p {
    margin-top: 30px
}

#campaign .main .box03>div:last-child {
    float: right;
    width: 236px
}

#campaign .main .h401 {
    width: 752px;
    background: url(../images/beginners-img13.png) no-repeat;
    background-size: 750px 47px;
    height: 47px;
    font-size: 20px;
    line-height: 47px;
    padding-left: 25px;
    margin-bottom: 14px
}

#contact .main h3,
#reserve-form .main h3 {
    margin-bottom: 13px
}

#contact .main .p01,
#reserve-form .main .p01 {
    padding-left: 30px;
    position: relative;
    font-size: 14px;
    margin-bottom: 15px
}

#contact .main .p01 a,
#reserve-form .main .p01 a {
    text-decoration: underline;
    color: #00f
}

#contact .main .p01:before,
#reserve-form .main .p01:before {
    position: absolute;
    left: 0;
    top: -1px;
    content: "";
    background: url(../images/campaign-img01.png) no-repeat;
    width: 22px;
    height: 22px
}

.campaign-form .ta-c {
    text-align: center;
    margin-top: 15px;
}

.campaign-form button {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: 0 0;
    border: none
}

.campaign-form input {
    width: 100%;
    height: 40px
}

.campaign-form .required {
    position: relative
}

.campaign-form .required:after {
    content: "※";
    color: red;
    font-size: 9px;
    position: relative;
    top: -5px
}

.campaign-form .form-bottom {
    padding: 25px 12px 25px
}

.campaign-form .form-bottom .formtr::after {
    clear: both;
    content: "";
    display: table
}

.campaign-form .form-bottom .formtr>div {
    float: left
}

.campaign-form .form-bottom .formtr>div:first-child {
    width: 147px
}

.campaign-form .form-bottom .formtr>div:last-child {
    width: 520px
}

.campaign-form .form-bottom .formtr>div:last-child textarea {
    width: 100%;
    min-height: 150px
}

.campaign-form .form-top {
    padding: 15px 12px 25px
}

.campaign-form .form-top .formtr {
    line-height: 40px
}

.campaign-form .form-top .formtr::after {
    clear: both;
    content: "";
    display: table
}

.campaign-form .form-top .formtr>div {
    float: left
}

.campaign-form .form-top .formtr>div:first-child {
    width: 147px
}

.campaign-form .form-top .nametr .firstin {
    position: relative;
    width: 140px;
    margin-right: 40px
}

.campaign-form .form-top .nametr .firstin:before {
    content: "姓";
    position: absolute;
    left: -20px
}

.confirm .campaign-form .form-top .nametr .firstin:before {
    content: "";
    position: absolute;
    left: -20px
}

.campaign-form .form-top .nametr .secondin {
    position: relative;
    width: 140px
}

.campaign-form .form-top .nametr .secondin:before {
    content: "名";
    position: absolute;
    left: -20px
}

.confirm .campaign-form .form-top .nametr .secondin:before {
    content: "";
    position: absolute;
    left: -20px
}

.campaign-form .form-top .kanatr .firstin {
    position: relative;
    width: 140px;
    margin-right: 40px
}

.campaign-form .form-top .kanatr .firstin input {
    width: 100%
}

.campaign-form .form-top .kanatr .firstin:before {
    content: "セイ";
    position: absolute;
    left: -30px
}

.confirm .campaign-form .form-top .kanatr .firstin:before {
    content: "";
    position: absolute;
    left: -30px
}

.campaign-form .form-top .kanatr .secondin {
    width: 140px;
    position: relative
}

.campaign-form .form-top .kanatr .secondin:before {
    content: "メイ";
    position: absolute;
    left: -30px
}

.confirm .campaign-form .form-top .kanatr .secondin:before {
    content: "";
    position: absolute;
    left: -30px
}

.campaign-form .form-top .agetr>div:last-child {
    width: 60px;
    position: relative
}

.campaign-form .form-top .agetr>div:last-child:after {
    content: "歳";
    position: absolute;
    right: -22px;
    top: 0
}

.campaign-form .form-top .mailtr>div:last-child {
    width: 325px;
    position: relative
}

.campaign-form .form-top .teltr>div:last-child {
    width: 140px;
    position: relative
}

.campaign-form .form-top .jikokutr>div:last-child {
    width: 140px;
    position: relative
}

.campaign-form .form-top .jikokutr>div:last-child:after {
    content: "例：午後5時以降";
    position: absolute;
    right: -115px;
    top: 0
}

.confirm .campaign-form .form-top .jikokutr>div:last-child:after {
    content: "";
    position: absolute;
    right: -115px;
    top: 0
}

.campaign-form .form-top .formtr+.formtr {
    margin-top: 25px
}

.campaign-form .form-middle {
    background: #EAF7FE;
    padding: 15px 10px
}

.campaign-form .form-middle .ta-c {
    text-align: center
}

.campaign-form .form-middle .nichijisp {
    position: relative;
    top: 0px
}

.campaign-form .form-middle select {
    height: 40px;
    width: 100px;
    padding: 10px;
    padding-left: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #BBB;
    border-radius: 0;
    background: #fff;
    background: url(../images/form-arrow.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0, #fff 100%);
    background: url(../images/form-arrow.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0, #fff 100%);
    margin-left: 20px
}

.campaign-form .form-middle select.longselect {
    width: 147px;
    padding-left: 10px
}

.campaign-form .form-middle .formtr+.formtr {
    margin-top: 25px
}

.campaign-form .form-middle .formtr::after {
    clear: both;
    content: "";
    display: table
}

.campaign-form .form-middle .formtr>div {
    float: left
}

.campaign-form .form-middle .formtr>div:first-child {
    float: left;
    width: 140px
}

.campaign-form .form-middle .formtr>div:last-child {
    width: 547px
}

.campaign-form .form-middle .extr input {
    display: inline-block;
    width: 28px;
    height: 28px;
    font-size: 28px;
    position: relative
}

.campaign-form .form-middle .extr>div:last-child {
    padding-left: 5px;
    min-height: 40px
}

.campaign-form .form-middle .extr>div:last-child>span {
    display: inline-block;
    position: relative
}

.campaign-form .form-middle .extr>div:last-child>span>span {
    position: relative;
    top: -7px;
    margin-right: 20px;
    font-size: 14px;
    font-weight: 700;
    color: #000
}

.campaign-form .form-middle .extr>div:last-child>span label {
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #494949;
    cursor: pointer
}

.campaign-form .form-middle .extr>div:last-child>span label:checked {
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
    background: #000;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #494949
}

.campaign-form .form-middle .extr>div:last-child>span input[type=radio]:checked+label::after {
    position: absolute;
    content: '';
    top: 4px;
    left: 4px;
    width: 18px;
    height: 18px;
    background: #3498db;
    border-radius: 100%
}

.campaign-form .form-middle .kibotr input {
    display: inline-block;
    width: 28px;
    height: 28px;
    font-size: 28px;
    position: relative
}

.campaign-form .form-middle .kibotr>div:last-child {
    padding-left: 5px;
    min-height: 40px
}

.campaign-form .form-middle .kibotr>div:last-child>div+div {
    margin-top: 10px
}

.campaign-form .form-middle .kibotr>div:last-child>div {
    display: block;
    position: relative
}

.campaign-form .form-middle .kibotr>div:last-child>div p {
    padding-left: 33px;
    color: #535353;
    font-size: 14px;
    margin-top: -5px
}

.campaign-form .form-middle .kibotr>div:last-child>div>span {
    position: relative;
    top: -7px;
    margin-right: 20px;
    font-size: 14px;
    font-weight: 700;
    color: #000
}

.campaign-form .form-middle .kibotr>div:last-child>div label {
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #494949;
    cursor: pointer
}

.campaign-form .form-middle .kibotr>div:last-child>div label:checked {
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
    background: #000;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #494949
}

.campaign-form .form-middle .kibotr>div:last-child>div input[type=radio]:checked+label::after {
    position: absolute;
    content: '';
    top: 4px;
    left: 4px;
    width: 18px;
    height: 18px;
    background: #3498db;
    border-radius: 100%
}

.campaign-form .form-middle .sodantr input {
    width: 18px;
    height: 18px
}

.campaign-form .form-middle .sodantr>div:last-child>div>span {
    position: relative;
    display: inline-block
}

.campaign-form .form-middle .sodantr>div:last-child>div>span input {
    position: relative
}

.campaign-form .form-middle .sodantr>div:last-child>div>span label {
    padding-left: 20px;
    position: relative;
    display: inline-block;
    left: -24px;
    z-index: 2;
    height: 18px;
    line-height: 18px;
    top: -3px;
    background: url(../images/contact-img01.png) no-repeat;
    background-position: left top
}

.campaign-form .form-middle .sodantr>div:last-child>div>span input[type=checkbox]:checked+label {
    background: url(../images/contact-img02.png) no-repeat;
    background-position: left top
}

#top .top-reason h3 {
    margin-bottom: 10px
}

#top .top-reason .top-reason01,
#top .top-reason .top-reason02,
#top .top-reason .top-reason03 {
    width: 720px;
    margin: 0 auto 10px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    color: #131F4C
}

#top .top-reason .top-reason01::after,
#top .top-reason .top-reason02::after,
#top .top-reason .top-reason03::after {
    clear: both;
    content: "";
    display: table
}

#top .top-reason .top-reason01>a,
#top .top-reason .top-reason02>a,
#top .top-reason .top-reason03>a {
    display: block;
    float: left;
    width: 180px;
    color: #131F4C;
    cursor: pointer
}

#top .top-reason .top-reason01>a div,
#top .top-reason .top-reason02>a div,
#top .top-reason .top-reason03>a div {
    color: #131F4C
}

#top .top-reason .top-reason01>a>div:first-child,
#top .top-reason .top-reason02>a>div:first-child,
#top .top-reason .top-reason03>a>div:first-child {
    height: 90px;
    position: relative
}

#top .top-reason .top-reason01>a>div:first-child img,
#top .top-reason .top-reason02>a>div:first-child img,
#top .top-reason .top-reason03>a>div:first-child img {
    margin-left: 50px;
    width: 80px;
}

#top .top-reason .top-reason01>a:last-child,
#top .top-reason .top-reason02>a:last-child,
#top .top-reason .top-reason03>a:last-child {
    float: right
}

.cta-box a,
.footer-bottom a,
.side-banner a,
header a {
    overflow: hidden;
    position: relative
}

.cta-box a .shiny,
.footer-bottom a .shiny,
.side-banner a .shiny,
header a .shiny {
    position: absolute;
    left: -60px;
    top: -50px;
    z-index: 30;
    text-indent: 0;
    display: block;
    width: 30px;
    height: 104px
}

#example .nivo-lightbox-image img {
    transform: translate(1) scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1)
}

header .header-tel {
    position: absolute;
    text-indent: -9999px;
    z-index: 2;
    top: 55px;
    left: 510px;
    width: 258px;
    height: 40px;
    display: inline-block
}

.side .side-tel {
    position: absolute;
    text-indent: -9999px;
    z-index: 2;
    top: 190px;
    left: 0;
    width: 100%;
    height: 32px;
    display: inline-block
}

.cta-box .cta-tel {
    position: absolute;
    text-indent: -9999px;
    top: 160px;
    left: 210px;
    width: 270px;
    height: 42px;
    display: inline-block;
    z-index: 2
}

/*# sourceMappingURL=maps/style.css.map */
#courseprice .main .btn02 {
    display: block;
    width: 234px;
    margin: 15px auto 15px;
}

/*form*/
.agetr>div:last-child>p {
    margin-right: -200px;
}

#example .nivo-lightbox-close,
#photo .nivo-lightbox-close,
#voices .nivo-lightbox-close {
    position: absolute;
    top: 2%;
    right: 2%;
    background: url(../images/light-box-close.png) no-repeat;
    height: 100%;
    width: 100%;
    background-size: 64px 64px;
    background-position: right top;
    background-size: 64px 64px;
    text-indent: -9999px;
    display: inline-block;
}

#reserve-form .nivo-lightbox-close,
#campaign .nivo-lightbox-close {
    position: absolute;
    top: 2%;
    right: 2%;
    background: url(../images/light-box-close.png) no-repeat;
    height: 64px;
    width: 64px;
    background-size: 64px 64px;
    background-position: right top;
    text-indent: -9999px;
    display: inline-block;
}

a.overlink01 {
    position: absolute;
    text-indent: -9999px;
    display: block;
    width: 220px;
    height: 171px;
    border-radius: 5px;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0;
    z-index: 2;
}

a.overlink01:hover {
    opacity: 0.4;
}

a.overlink02 {
    position: absolute;
    text-indent: -9999px;
    display: block;
    width: 203px;
    height: 80px;
    top: 7px;
    left: 9px;
    border-radius: 5px;
    background: #fff;
    opacity: 0;
}

a.overlink02:hover {
    opacity: 0.4;
}

.overlink03 {
    position: absolute;
    text-indent: -9999px;
    display: block;
    width: 202px;
    height: 80px;
    top: 98px;
    left: 9px;
    border-radius: 5px;
    background: #fff;
    opacity: 0;
}

a.overlink03:hover {
    opacity: 0.4;
}

input:focus {
    background: #FFF8C4;
}

textarea:focus {
    background: #FFF8C4;
}

select:focus {
    background: #FFF8C4;
}

.nomtop {
    margin-top: 0;
}

.nombtm {
    margin-bottom: 0 !important;
}
