/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
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: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.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: -0.5em;
}
sub {
    bottom: -0.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 #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
blockquote,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
ul {
    margin: 0;
    font-size: 1em;
    font-weight: normal;
}
td,
th {
    padding: 0;
}
ol,
ul {
    padding-left: 0;
}
li {
    list-style-type: none;
}
dd {
    margin-left: 0;
}
img {
    vertical-align: bottom;
}
em {
    font-style: normal;
    font-weight: bold;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    margin: 0;
    padding: 0;
    border: 0;
    background-color: transparent;
}
html {
    font-size: 12px;
}
@media (-webkit-min-device-pixel-ratio: 2) {
    html {
        -webkit-font-smoothing: antialiased;
    }
}
body {
    color: #000;
    font-size: 1rem;
    font-family: "Hiragino Kaku Gothic ProN",Roboto,Meiryo,"MS PGothic",sans-serif;
    background-color: #fff;
}
body,
button,
input {
    line-height: 1.35;
}
a {
    color: #000;
    text-decoration: none;
}
a:visited {
    color: #000;
}
a:hover {
    color: #000;
    text-decoration: underline;
}
a:active {
    color: #000;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@media screen and (max-width: 800px) {
    .pc_only {
        display: none;
    }
}
body {
    background: url("../images/bg_body.png") no-repeat fixed;
    background-size: 100% auto;
}
@media screen and (min-width: 801px), print {
    body {
        min-width: 980px;
    }
}
@media screen and (max-width: 800px) {
    body {
        padding-top: 17.1875%;
        background-size: 8px 8px;
    }
    body.noscroll {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 0;
        overflow: hidden;
    }
}
body > iframe[name="google_conversion_frame"],
body > img {
    position: absolute;
    bottom: 0;
    z-index: -1;
}
@media screen and (min-width: 801px), print {
    body.fixed nav {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 2;
    }
    body.fixed .main_visual {
        margin-bottom: 80px;
    }
}
header {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
/*    background-color: #fff;*/
    *zoom: 1;
}
header:after {
    content: "";
    display: block;
    clear: both;
}
@media screen and (min-width: 801px), print {
    header {
        margin-bottom: 16px;
        padding: 20px 0 15px;
    }
}
@media screen and (max-width: 800px) {
    header {
        width: auto;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 2;
        padding: 3.125% 3.125% 2.03125%;
        background-color: #fff;
    }
}
header h1 {
    text-align: left;
}
@media screen and (max-width: 800px) {
    header h1 {
        float: left;
        width: 58.83333%;
    }
    header h1 img {
        width: 100%;
        height: auto;
    }
}
header .sns_area {
    *zoom: 1;
}
header .sns_area:after {
    content: "";
    display: block;
    clear: both;
}
header .sns_area li {
    float: left;
}
header .sns_area li span {
    cursor: pointer;
}
@media screen and (min-width: 801px), print {
    header .sns_area {
        position: absolute;
        top: 9px;
        left: 50%;
        width: 100px;
        margin-left: 389px;
    }
    header .sns_area li {
        margin-left: 15px;
    }
    header .sns_area li span:hover {
        opacity: 0.6;
    }
}
@media screen and (max-width: 800px) {
    header .sns_area {
        float: left;
        width: 26.66667%;
        margin-left: 4.5%;
    }
    header .sns_area li {
        width: 37.5%;
        margin-right: 12.5%;
    }
    header .sns_area li img {
        width: 100%;
        height: auto;
    }
}
@media screen and (min-width: 801px), print {
    header .nav_btn {
        display: none;
    }
}
@media screen and (max-width: 800px) {
    header .nav_btn {
        float: left;
        width: 10%;
        height: 0;
        padding-bottom: 10%;
        background: url("../images/btn_nav.png") no-repeat 50% 0;
        background-size: cover;
        text-indent: -9999px;
        cursor: pointer;
    }
    header .nav_btn.close {
        background-position: 50% 100%;
    }
}
.main_visual {
    position: relative;
}
@media screen and (min-width: 801px), print {
    .main_visual {
        width: 980px;
        margin: 0 auto 15px;
    }
}
@media screen and (max-width: 800px) {
    .main_visual {
        margin-bottom: 28.125%;
    }
}
.main_visual .mv_slideshow {
    position: relative;
}
@media screen and (min-width: 801px), print {
    .main_visual .mv_slideshow {
        height: 420px;
    }
    .main_visual .mv_slideshow li {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .main_visual .mv_slideshow li.mv_1 {
        background: url("../images/mv_1.png") no-repeat;
    }
    .main_visual .mv_slideshow li.mv_2 {
        background: url("../images/mv_2.png") no-repeat;
    }
    .main_visual .mv_slideshow li.mv_3 {
        background: url("../images/mv_3.png") no-repeat;
    }
    .main_visual .mv_slideshow li.mv_4 {
        background: url("../images/mv_4.png") no-repeat;
    }
}
@media screen and (max-width: 800px) {
    .main_visual .mv_slideshow {
        height: 0;
        padding-bottom: 65.625%;
    }
    .main_visual .mv_slideshow li {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .main_visual .mv_slideshow li.mv_1 {
        background: url("../images/sp_mv_1.png") no-repeat;
        background-size: contain;
    }
    .main_visual .mv_slideshow li.mv_2 {
        background: url("../images/sp_mv_2.png") no-repeat;
        background-size: contain;
    }
    .main_visual .mv_slideshow li.mv_3 {
        background: url("../images/sp_mv_3.png") no-repeat;
        background-size: contain;
    }
    .main_visual .mv_slideshow li.mv_4 {
        background: url("../images/sp_mv_4.png") no-repeat;
        background-size: contain;
    }
}
.main_visual .mv_txt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    margin: 0 auto;
    background: url("../images/mv_txt.png") no-repeat 50% 50%;
    text-indent: -9999px;
}
@media screen and (min-width: 801px), print {
    .main_visual .mv_txt {
        width: 354px;
        height: 221px;
    }
}
@media screen and (max-width: 800px) {
    .main_visual .mv_txt {
        width: 55.3125%;
        height: 52.61905%;
        background-size: contain;
    }
}
.main_visual .taikenkai_bnr {
    position: absolute;
    z-index: 1;
}
@media screen and (min-width: 801px), print {
    .main_visual .taikenkai_bnr {
        top: 20px;
        right: 25px;
        background-color: #fff;
        border-radius: 50%;
    }
    .main_visual .taikenkai_bnr a {
        display: block;
        width: 176px;
        height: 176px;
        background: url("../images/bnr_taikenkai.png") no-repeat 50% 50%;
        text-indent: -9999px;
    }
    .main_visual .taikenkai_bnr a:hover {
        opacity: 0.6;
    }
}
@media screen and (max-width: 800px) {
    .main_visual .taikenkai_bnr {
        bottom: -38.09524%;
        width: 100%;
    }
    .main_visual .taikenkai_bnr a {
        display: block;
        margin: 0 auto;
        width: 93.75%;
        height: 0;
        padding-bottom: 21.875%;
        background: url("../images/sp_bnr_taikenkai.png") no-repeat 50% 50%;
        background-size: contain;
        text-indent: -9999px;
    }
}
nav {
    background-color: #fff;
}
@media screen and (min-width: 801px), print {
    nav {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 800px) {
    nav {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 2;
        margin-top: 15.3125%;
        transform: scale(1, 0);
        transform-origin: 50% 0;
        transition: transform 0.3s;
    }
}
@media screen and (min-width: 801px), print {
    nav ul {
        display: table;
        position: relative;
        width: 980px;
        margin: 0 auto;
        border-right: solid 2px transparent;
        box-sizing: border-box;
    }
    nav ul:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: -2px;
        width: 2px;
        height: 30px;
        margin: auto 0;
        background-color: #ed7983;
    }
}
@media screen and (max-width: 800px) {
    nav ul {
        border-top: solid 2px #ed7983;
        *zoom: 1;
    }
    nav ul:after {
        content: "";
        display: block;
        clear: both;
    }
}
nav ul li {
    position: relative;
}
@media screen and (min-width: 801px), print {
    nav ul li {
        display: table-cell;
        border-left: solid 2px transparent;
    }
    nav ul li:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: -2px;
        width: 2px;
        height: 30px;
        margin: auto 0;
        background-color: #ed7983;
    }
    nav ul li a {
        display: block;
        height: 50px;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        text-indent: -9999px;
    }
    nav ul li a:hover {
        opacity: 0.6;
    }
    nav ul li.nav_about a {
        width: 323px;
        background-image: url("../images/nav_about.png");
    }
    nav ul li.nav_info a {
        width: 323px;
        background-image: url("../images/nav_info.png");
    }
    nav ul li.nav_legal a {
        width: 323px;
        background-image: url("../images/nav_legal.png");
/*        background-color: #fffcdb;*/
    }
}
@media screen and (max-width: 800px) {
    nav ul li {
        float: left;
        width: 50%;
    }
    nav ul li.nav_about,
    nav ul li.nav_info {
        padding-bottom: 12.1875%;
        border-bottom: solid 1px #ed7983;
    }
    nav ul li.nav_legal,
    nav ul li.nav_trial {
        padding-bottom: 12.5%;
    }
    nav ul li.nav_info:before,
    nav ul li.nav_trial:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: -1px;
        width: 1px;
        height: 51.28205%;
        margin: auto 0;
        background-color: #ed7983;
    }
    nav ul li a {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: auto 100%;
        text-indent: -9999px;
    }
    nav ul li.nav_about a {
        background-image: url("../images/sp_nav_about.png");
    }
    nav ul li.nav_info a {
        background-image: url("../images/sp_nav_info.png");
    }
    nav ul li.nav_legal a {
        background-image: url("../images/sp_nav_legal.png");
    }
}
.section_group {
    margin: 0 auto;
    background-color: #fff;
}
@media screen and (min-width: 801px), print {
    .section_group {
        width: 980px;
        box-sizing: border-box;
        border-radius: 20px;
    }
}
@media screen and (min-width: 801px), print {
    .section_group {
        margin-bottom: 35px;
        padding: 28px 50px 21px;
    }
}
@media screen and (max-width: 800px) {
    .section_group {
        margin-bottom: 30px;
        padding: 6.25% 0 0;
    }
}
@media screen and (min-width: 801px), print {
    .section_group h1 {
        padding: 5px;
        font-size: 18px;
        background-color: #801e4f;
        color: #fff;
        
    }
    .article {
        margin: 10px 0;
        padding: 5px;
        font-size: 16px;
    }
}
.article .img-text {
	overflow: hidden;
}
.article .img-text .img-left {
	display: block;
	width: 310px;
	float: left;
}
.article .img-text .text-right {
	display: block;
	width: 500px;
	float: right;
	margin: 20px;
}

.article .img-text h3.text-right {
	margin: 5px 0;
}
.article .img-text h3.text-right a {
	text-decoration: underline;
}

.article .img-text h3.text-right a:hover {
	text-decoration: none;
}

@media screen and (max-width: 800px) {
    .section_group h1 {
        font-size: 16px;
        margin: 0 3.125% 4px;
    }
    .article {
        font-size: 14px;
        margin: 10px 3.125%;
    }
    .article .img-text {
    	overflow: auto;
    }
    .article .img-text .img-left {
        display: block;
        width: auto;
        float: none;
    }
    .article .img-text .text-right {
        display: block;
        width: auto;
        float: right;
        float: none;
    }
.article .img-text h3.text-right {
	margin: 5px 2em;
}
}

.article p {
	margin: 1em 0;
}

.section_group h1 {
    padding: 5px;
    background-color: #801e4f;
    color: #fff;
}

.section_group h2 {
	border-left: 6px solid #801e4f;
	padding-left: 15px;
	margin-left: 0.5em;
	font-size: 18px;
}
.article p {
    text-indent: 0.5em;
}

.article img {
	border: 1px solid #ccc;
}
.article ul li {
	list-style: disc;
	margin-left: 2em;
	margin-top: 1em;
}


.link-more {
	text-align: right;
}

.link-more a {
	text-decoration: underline;
}

.link-more a:hover {
	text-decoration: none;
}


.article ol li {
	list-style: decimal;
	list-style-position: inside;
	margin-left: 1em;
	margin-top: 1em;
}

li strong {
	color: #6c383a;
	font-weight: bold;
}
.article ol li p {
	margin-top: 1em;;
}



#about .compulsory_area {
    background: url("../images/line_about.png") no-repeat 50% 100%;
}
@media screen and (min-width: 801px), print {
    #about .compulsory_area {
        margin-bottom: 28px;
        padding-bottom: 8px;
        *zoom: 1;
    }
    #about .compulsory_area:after {
        content: "";
        display: block;
        clear: both;
    }
    #about .compulsory_area .school_pop {
        float: left;
        width: 290px;
        height: 207px;
        margin-top: 40px;
        margin-left: 40px;
        background: url("../images/pop_school.png") no-repeat 50% 50%;
        text-indent: -9999px;
    }
    #about .compulsory_area .info_text {
        float: right;
        margin: 20px 0 25px;
        font-size: 16px;
        line-height: 2em;
    }
}
@media screen and (max-width: 800px) {
    #about .compulsory_area {
        margin-bottom: 6.25%;
        padding: 0 3.125% 4px;
        background-repeat: repeat-x;
        background-size: auto 4px;
    }
    #about .compulsory_area .school_pop {
        margin: 0 auto 4.16667%;
        width: 83%;
        height: 0;
        padding-bottom: 34.66667%;
        background: url("../images/sp_pop_school.png") no-repeat 50% 50%;
        background-size: contain;
        text-indent: -9999px;
    }
    #about .compulsory_area .info_text {
        margin-bottom: 15px;
        font-size: 12px;
        line-height: 1.6em;
    }
}
@media screen and (min-width: 801px), print {
    #about h3 {
        margin-bottom: 28px;
        height: 25px;
        background: url("../images/title_about_desc.png") no-repeat 50% 50%;
        text-indent: -9999px;
    }
}
@media screen and (max-width: 800px) {
    #about h3 {
        margin: 0 auto 4.6875%;
        width: 85.15625%;
        height: 0;
        padding-bottom: 11.5625%;
        background: url("../images/sp_title_about_desc.png") no-repeat 50% 50%;
        background-size: contain;
        text-indent: -9999px;
    }
}
#about .about_desc_area {
    position: relative;
    margin-bottom: 20px;
}
#about .about_desc_area:before {
    content: "";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
}
@media screen and (min-width: 801px), print {
    #about .about_desc_area {
        padding: 10px;
        border-radius: 20px;
    }
    #about .about_desc_area .inner_desc {
        padding: 31px 0;
        border: dashed 2px #fff;
        border-radius: 15px;
        *zoom: 1;
    }
    #about .about_desc_area .inner_desc:after {
        content: "";
        display: block;
        clear: both;
    }
    #about .about_desc_area .inner_desc p {
        font-size: 14px;
        line-height: 2em;
    }
    #about .about_desc_area .inner_desc p em {
        color: #d70c19;
    }
    #about .about_desc_area h4 {
        background-repeat: no-repeat;
        text-indent: -9999px;
    }
}
@media screen and (max-width: 800px) {
    #about .about_desc_area {
        padding: 3px 0;
    }
    #about .about_desc_area .inner_desc {
        padding: 4.6875% 3.125% 14px;
        border-top: dashed 2px #fff;
        border-bottom: dashed 2px #fff;
    }
    #about .about_desc_area .inner_desc p {
        font-size: 12px;
        line-height: 1.6em;
    }
    #about .about_desc_area .inner_desc p em {
        color: #d70c19;
    }
    #about .about_desc_area .inner_desc .image {
        margin-bottom: 10px;
    }
}
#about .about_desc_area.about_desc_area_1 {
    background-color: #e6cf77;
}
#about .about_desc_area.about_desc_area_1:before {
    background-image: url("../images/chara_about_1.png");
}
@media screen and (min-width: 801px), print {
    #about .about_desc_area.about_desc_area_1:before {
        top: -15px;
        left: -27px;
        width: 80px;
        height: 105px;
    }
    #about .about_desc_area.about_desc_area_1 .text,
    #about .about_desc_area.about_desc_area_1 h4 {
        float: left;
        width: 416px;
        margin-left: 52px;
    }
    #about .about_desc_area.about_desc_area_1 h4 {
        width: 365px;
        height: 69px;
        margin-bottom: 12px;
        background-image: url("../images/title_about_detail_1.png");
    }
    #about .about_desc_area.about_desc_area_1 .image {
        float: right;
        width: 328px;
        height: 228px;
        margin-right: 30px;
        background: url("../images/img_about_1.jpg") no-repeat 50% 50%;
        text-indent: -9999px;
    }
}
@media screen and (max-width: 800px) {
    #about .about_desc_area.about_desc_area_1:before {
        top: 0;
        left: 1.71875%;
        width: 16.875%;
        height: 0;
        margin-top: -2.03125%;
        padding-bottom: 22.1875%;
    }
    #about .about_desc_area.about_desc_area_1 h4 {
        margin-left: 18.5%;
        margin-bottom: 4.5%;
        width: 73.83333%;
        height: 0;
        padding-bottom: 12.66667%;
        background: url("../images/sp_title_about_detail_1.png") no-repeat 50% 50%;
        background-size: contain;
        text-indent: -9999px;
    }
    #about .about_desc_area.about_desc_area_1 .image {
        width: 100%;
        height: 0;
        padding-bottom: 66.66667%;
        background: url("../images/sp_img_about_1.jpg") no-repeat 50% 50%;
        background-size: contain;
        text-indent: -9999px;
    }
}
#about .about_desc_area.about_desc_area_2 {
    background-color: #c8e0bd;
}
#about .about_desc_area.about_desc_area_2:before {
    background-image: url("../images/chara_about_2.png");
}
@media screen and (min-width: 801px), print {
    #about .about_desc_area.about_desc_area_2:before {
        bottom: -8px;
        right: -28px;
        width: 75px;
        height: 106px;
    }
    #about .about_desc_area.about_desc_area_2 h4 {
        width: 461px;
        height: 69px;
        margin-bottom: 12px;
        background-image: url("../images/title_about_detail_2.png");
    }
    #about .about_desc_area.about_desc_area_2 .text,
    #about .about_desc_area.about_desc_area_2 h4 {
        float: right;
        width: 461px;
        margin-right: 30px;
    }
    #about .about_desc_area.about_desc_area_2 .image {
        float: left;
        margin-left: 30px;
        width: 308px;
        height: 192px;
        background: url("../images/img_about_2.jpg") no-repeat 50% 50%;
        text-indent: -9999px;
    }
}
@media screen and (max-width: 800px) {
    #about .about_desc_area.about_desc_area_2 .inner_desc {
        padding-bottom: 15.625%;
    }
    #about .about_desc_area.about_desc_area_2:before {
        bottom: 0;
        right: 3.125%;
        width: 15.3125%;
        height: 0;
        margin-bottom: -4.6875%;
        padding-bottom: 21.5625%;
    }
    #about .about_desc_area.about_desc_area_2 h4 {
        margin-bottom: 4%;
        width: 93%;
        height: 0;
        padding-bottom: 12.66667%;
        background: url("../images/sp_title_about_detail_2.png") no-repeat 50% 50%;
        background-size: contain;
        text-indent: -9999px;
    }
    #about .about_desc_area.about_desc_area_2 .image {
        width: 100%;
        height: 0;
        padding-bottom: 63.33333%;
        background: url("../images/sp_img_about_2.jpg") no-repeat 50% 50%;
        background-size: contain;
        text-indent: -9999px;
    }
}
#about .about_desc_area.about_desc_area_3 {
    background-color: #d6c7e1;
}
#about .about_desc_area.about_desc_area_3:before {
    background-image: url("../images/chara_about_3.png");
}
@media screen and (min-width: 801px), print {
    #about .about_desc_area.about_desc_area_3:before {
        bottom: 8px;
        left: 401px;
        width: 62px;
        height: 114px;
    }
    #about .about_desc_area.about_desc_area_3 h4 {
        width: 357px;
        height: 27px;
        margin-bottom: 14px;
        background-image: url("../images/title_about_detail_3.png");
    }
    #about .about_desc_area.about_desc_area_3 .text,
    #about .about_desc_area.about_desc_area_3 h4 {
        float: left;
        width: 438px;
        margin-left: 30px;
    }
    #about .about_desc_area.about_desc_area_3 .image {
        float: right;
        margin-right: 30px;
        width: 328px;
        height: 208px;
        background: url("../images/img_about_3.jpg") no-repeat 50% 50%;
        text-indent: -9999px;
    }
}
@media screen and (max-width: 800px) {
    #about .about_desc_area.about_desc_area_3 .inner_desc {
        padding-bottom: 9.375%;
    }
    #about .about_desc_area.about_desc_area_3:before {
        bottom: 0;
        right: 4.21875%;
        width: 14.0625%;
        height: 0;
        margin-bottom: -14.6875%;
        padding-bottom: 25.9375%;
    }
    #about .about_desc_area.about_desc_area_3 h4 {
        margin-bottom: 4.83333%;
        width: 72%;
        height: 0;
        padding-bottom: 5.66667%;
        background: url("../images/sp_title_about_detail_3.png") no-repeat 50% 50%;
        background-size: contain;
        text-indent: -9999px;
    }
    #about .about_desc_area.about_desc_area_3 .image {
        width: 100%;
        height: 0;
        padding-bottom: 63.33333%;
        background: url("../images/sp_img_about_3.jpg") no-repeat 50% 50%;
        background-size: contain;
        text-indent: -9999px;
    }
}
@media screen and (min-width: 801px), print {
    #course {
        margin-bottom: 20px;
        padding: 27px 50px 50px;
    }
}
@media screen and (max-width: 800px) {
    #course {
        margin-bottom: 30px;
        padding: 6.25% 0;
    }
}
@media screen and (min-width: 801px), print {
    #course h2 {
        margin-bottom: 18px;
        height: 40px;
        background: url("../images/title_course.png") no-repeat 50% 50%;
        text-indent: -9999px;
    }
}
@media screen and (max-width: 800px) {
    #course h2 {
        margin: 0 auto 6.25%;
        width: 30.625%;
        height: 0;
        padding-bottom: 6.25%;
        background: url("../images/sp_title_course.png") no-repeat 50% 50%;
        background-size: contain;
        text-indent: -9999px;
    }
}
@media screen and (min-width: 801px), print {
    #course .course_info {
        margin-bottom: 30px;
        height: 100px;
        background: url("../images/txt_course_info.png") no-repeat 50% 50%;
        text-indent: -9999px;
    }
}
@media screen and (max-width: 800px) {
    #course .course_info {
        margin: 0 auto 5.625%;
        width: 83.4375%;
        height: 0;
        padding-bottom: 27.34375%;
        background: url("../images/sp_txt_course_info.png") no-repeat 50% 50%;
        background-size: contain;
        text-indent: -9999px;
    }
}
@media screen and (min-width: 801px), print {
    #course .title_course_cate {
        height: 72px;
        margin-bottom: 30px;
        background: url("../images/title_course_cate.png") no-repeat 50% 50%;
        text-indent: -9999px;
    }
}
@media screen and (max-width: 800px) {
    #course .title_course_cate {
        margin: 0 auto 5.625%;
        width: 68.125%;
        height: 0;
        padding-bottom: 12.5%;
        background: url("../images/sp_title_course_cate.png") no-repeat 50% 50%;
        background-size: contain;
        text-indent: -9999px;
    }
}
#course .course_menu {
    margin-bottom: 31px;
    *zoom: 1;
}
#course .course_menu:after {
    content: "";
    display: block;
    clear: both;
}
#course .course_menu .course_cate {
    position: relative;
    box-sizing: border-box;
    background-color: #fffcdb;
}
#course .course_menu .course_cate:before {
    content: "";
    display: block;
    position: absolute;
}
@media screen and (min-width: 801px), print {
    #course .course_menu .course_cate {
        padding: 24px 0 25px;
        border-radius: 20px;
    }
}
@media screen and (max-width: 800px) {
    #course .course_menu .course_cate {
        margin: 0 3.125%;
        padding: 3.33333% 0;
        border-radius: 10px;
    }
}
#course .course_menu .course_cate .course_btn a {
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 0;
    text-indent: -9999px;
}
@media screen and (min-width: 801px), print {
    #course .course_menu .course_cate .course_btn a {
        height: 143px;
    }
    #course .course_menu .course_cate .course_btn a:hover,
    #course .course_menu .course_cate .course_btn.selected a {
        background-position: 50% 100%;
    }
}
@media screen and (max-width: 800px) {
    #course .course_menu .course_cate .course_btn a {
        width: 90.90909%;
        height: 0;
        margin: 0 auto;
        padding-bottom: 24.24242%;
        background-size: 100% auto;
    }
}
@media screen and (min-width: 801px), print {
    #course .course_menu .course_cate.course_scratch {
        float: left;
        width: 552px;
        border: solid 3px #48ad52;
        *zoom: 1;
    }
    #course .course_menu .course_cate.course_scratch:after {
        content: "";
        display: block;
        clear: both;
    }
    #course .course_menu .course_cate.course_scratch:before {
        top: -92px;
        left: 3px;
        width: 208px;
        height: 100px;
        background-image: url("../images/img_deco_scratch.png");
    }
}
@media screen and (max-width: 800px) {
    #course .course_menu .course_cate.course_scratch {
        margin-bottom: 5.46875%;
        border: solid 2px #48ad52;
    }
    #course .course_menu .course_cate.course_scratch:before {
        top: 0;
        left: 0;
        right: 0;
        width: 91.5%;
        height: 0;
        margin: -3.33333% auto 0;
        padding-bottom: 16.66667%;
        background-image: url("../images/sp_img_deco_scratch.png");
        background-size: contain;
    }
}
@media screen and (min-width: 801px), print {
    #course .course_menu .course_cate.course_scratch .cate_desc {
        height: 34px;
        margin-bottom: 9px;
        background: url("../images/txt_course_scratch_desc.png") no-repeat 50% 50%;
        text-indent: -9999px;
    }
}
@media screen and (max-width: 800px) {
    #course .course_menu .course_cate.course_scratch .cate_desc {
        margin: 0 auto 3.367%;
        width: 46.2963%;
        height: 0;
        padding-bottom: 9.09091%;
        background: url("../images/sp_txt_course_scratch_desc.png") no-repeat 50% 50%;
        background-size: contain;
        text-indent: -9999px;
    }
}
@media screen and (min-width: 801px), print {
    #course .course_menu .course_cate.course_scratch h4 {
        height: 56px;
        margin-bottom: 10px;
        background: url("../images/title_course_scratch.png") no-repeat 50% 50%;
        text-indent: -9999px;
    }
}
@media screen and (max-width: 800px) {
    #course .course_menu .course_cate.course_scratch h4 {
        margin: 0 auto 3.367%;
        width: 90.90909%;
        height: 0;
        padding-bottom: 11.11111%;
        background: url("../images/sp_title_course_scratch.png") no-repeat 50% 50%;
        background-size: contain;
        text-indent: -9999px;
    }
}
@media screen and (min-width: 801px), print {
    #course .course_menu .course_cate.course_scratch .course_btn {
        float: left;
    }
    #course .course_menu .course_cate.course_scratch .course_btn.beginner {
        margin-left: 38px;
        margin-right: 10px;
    }
    #course .course_menu .course_cate.course_scratch .course_btn.beginner a {
        width: 230px;
        background-image: url("../images/btn_course_scratch_beginner.png");
    }
    #course .course_menu .course_cate.course_scratch .course_btn.expert a {
        width: 230px;
        background-image: url("../images/btn_course_scratch_expert.png");
    }
}
@media screen and (max-width: 800px) {
    #course .course_menu .course_cate.course_scratch .course_btn.beginner {
        margin-bottom: 3.367%;
    }
    #course .course_menu .course_cate.course_scratch .course_btn.beginner a {
        background-image: url("../images/sp_btn_course_scratch_beginner.png");
    }
    #course .course_menu .course_cate.course_scratch .course_btn.expert a {
        background-image: url("../images/sp_btn_course_scratch_expert.png");
    }
}
@media screen and (min-width: 801px), print {
    #course .course_menu .course_cate.course_robot {
        float: right;
        width: 318px;
        border: solid 3px #925da3;
    }
    #course .course_menu .course_cate.course_robot:before {
        top: -92px;
        right: 4px;
        width: 207px;
        height: 100px;
        background-image: url("../images/img_deco_robot.png");
    }
}
@media screen and (max-width: 800px) {
    #course .course_menu .course_cate.course_robot {
        border: solid 2px #925da3;
    }
    #course .course_menu .course_cate.course_robot:before {
        top: 0;
        left: 0;
        right: 0;
        width: 91.33333%;
        height: 0;
        margin: -3.33333% auto 0;
        padding-bottom: 16.66667%;
        background-image: url("../images/sp_img_deco_robot.png");
        background-size: contain;
    }
}
@media screen and (min-width: 801px), print {
    #course .course_menu .course_cate.course_robot .cate_desc {
        height: 34px;
        margin-bottom: 9px;
        background: url("../images/txt_course_robot_desc.png") no-repeat 50% 50%;
        text-indent: -9999px;
    }
}
@media screen and (max-width: 800px) {
    #course .course_menu .course_cate.course_robot .cate_desc {
        margin: 0 auto 3.367%;
        width: 54.0404%;
        height: 0;
        padding-bottom: 9.09091%;
        background: url("../images/sp_txt_course_robot_desc.png") no-repeat 50% 50%;
        background-size: contain;
        text-indent: -9999px;
    }
}
@media screen and (min-width: 801px), print {
    #course .course_menu .course_cate.course_robot h4 {
        height: 56px;
        margin-bottom: 10px;
        background: url("../images/title_course_robot.png") no-repeat 50% 50%;
        text-indent: -9999px;
    }
}
@media screen and (max-width: 800px) {
    #course .course_menu .course_cate.course_robot h4 {
        margin: 0 auto 3.367%;
        width: 90.90909%;
        height: 0;
        padding-bottom: 11.11111%;
        background: url("../images/sp_title_course_robot.png") no-repeat 50% 50%;
        background-size: contain;
        text-indent: -9999px;
    }
}
@media screen and (min-width: 801px), print {
    #course .course_menu .course_cate.course_robot .course_btn a {
        width: 235px;
        margin: 0 auto;
        background-image: url("../images/btn_course_robot_beginner.png");
    }
}
@media screen and (max-width: 800px) {
    #course .course_menu .course_cate.course_robot .course_btn a {
        background-image: url("../images/sp_btn_course_robot_beginner.png");
    }
}
@media screen and (max-width: 800px) {
    #course .course_content_wrap {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 11;
        overflow: auto;
        margin: 0 3.125%;
        padding: 50px 0 10px;
        transform: translate3d(0, 0, 0);
        -webkit-overflow-scrolling: touch;
    }
}
#course .course_content {
    display: none;
    position: relative;
    background-color: #fffcdb;
}
@media screen and (min-width: 801px), print {
    #course .course_content {
        margin-bottom: 50px;
        padding: 30px 37px;
        border-radius: 20px;
    }
    #course .course_content.selected {
        display: block;
    }
    #course .course_content:before {
        content: "";
        display: block;
        position: absolute;
        top: -22px;
        width: 22px;
        height: 22px;
    }
}
@media screen and (max-width: 800px) {
    #course .course_content {
        padding: 4.6875% 4.0625% 60px;
        border-radius: 10px;
    }
    #course .course_content.selected {
        display: block;
    }
}
#course .course_content h4 {
    background-repeat: no-repeat;
    text-indent: -9999px;
}
@media screen and (min-width: 801px), print {
    #course .course_content h4 {
        margin-bottom: 23px;
        height: 34px;
        padding-bottom: 18px;
        background-position: 50% 0;
    }
}
@media screen and (max-width: 800px) {
    #course .course_content h4 {
        margin-bottom: 5.55556%;
        height: 0;
        padding-bottom: 10.74074%;
        background-size: contain;
    }
}
#course .course_content .overview h5,
#course .course_content .target h5 {
    position: relative;
    background-repeat: no-repeat;
    text-indent: -9999px;
}
@media screen and (min-width: 801px), print {
    #course .course_content .overview,
    #course .course_content .target {
        display: table;
        width: 100%;
    }
    #course .course_content .overview h5,
    #course .course_content .target h5 {
        display: table-cell;
        width: 118px;
        background-position: 50% 6px;
    }
    #course .course_content .overview h5:after,
    #course .course_content .target h5:after {
        content: "";
        display: block;
        position: absolute;
        top: 40px;
        left: 0;
        right: 0;
        height: 2px;
    }
    #course .course_content .overview p,
    #course .course_content .target p {
        font-size: 14px;
        line-height: 2em;
    }
}
@media screen and (max-width: 800px) {
    #course .course_content .overview p,
    #course .course_content .target p {
        font-size: 12px;
        line-height: 1.6em;
    }
}
#course .course_content .overview .text_point em {
    font-weight: normal;
    text-decoration: underline;
}
@media screen and (min-width: 801px), print {
    #course .course_content .overview {
        margin-bottom: 10px;
    }
    #course .course_content .overview h5 {
        background-image: url("../images/title_course_overview.png");
    }
    #course .course_content .overview .inner_overview {
        display: table-cell;
        padding-left: 30px;
        background-position: 100% 4px;
        background-repeat: no-repeat;
        *zoom: 1;
    }
    #course .course_content .overview .inner_overview:after {
        content: "";
        display: block;
        clear: both;
    }
    #course .course_content .overview .note_overview,
    #course .course_content .overview .text_overview {
        padding-right: 330px;
    }
    #course .course_content .overview .note_overview {
        font-size: 11px;
    }
    #course .course_content .overview .point {
        float: left;
        width: 180px;
        height: 50px;
        margin-top: 7px;
    }
    #course .course_content .overview .text_point {
        float: right;
        width: 455px;
    }
}
@media screen and (max-width: 800px) {
    #course .course_content .overview h5 {
        width: 25.18519%;
        height: 0;
        margin-bottom: 4.44444%;
        padding-bottom: 7.59259%;
        background-size: contain;
    }
    #course .course_content .overview .note_overview {
        font-size: 10px;
    }
}
@media screen and (min-width: 801px), print {
    #course .course_content .target h5 {
        background-image: url("../images/title_course_target.png");
    }
    #course .course_content .target .inner_target {
        display: table-cell;
        padding-left: 30px;
        *zoom: 1;
    }
    #course .course_content .target .inner_target:after {
        content: "";
        display: block;
        clear: both;
    }
    #course .course_content .target .text_target {
        margin-bottom: 6px;
        font-size: 20px;
        font-weight: bold;
        line-height: 1.7em;
    }
    #course .course_content .target .recommend {
        float: left;
        width: 179px;
        height: 50px;
        margin-top: 7px;
    }
    #course .course_content .target .text_recommend {
        float: right;
        width: 455px;
    }
}
@media screen and (max-width: 800px) {
    #course .course_content .target h5 {
        width: 25.74074%;
        height: 0;
        margin-bottom: 4.44444%;
        padding-bottom: 7.59259%;
        background-size: contain;
    }
    #course .course_content .target .inner_target {
        *zoom: 1;
    }
    #course .course_content .target .inner_target:after {
        content: "";
        display: block;
        clear: both;
    }
    #course .course_content .target .text_target {
        float: left;
        margin-bottom: 3.7037%;
        font-size: 15px;
        font-weight: bold;
        line-height: 2em;
    }
    #course .course_content .target .recommend {
        float: right;
    }
    #course .course_content .target .text_recommend {
        clear: both;
    }
}
@media screen and (min-width: 801px), print {
    #course .course_content .bottom_close,
    #course .course_content .top_close {
        display: none;
    }
}
@media screen and (max-width: 800px) {
    #course .course_content .bottom_close,
    #course .course_content .top_close {
        position: absolute;
        width: 40px;
        height: 40px;
        background-repeat: no-repeat;
        background-size: contain;
        text-indent: -9999px;
    }
}
#course .course_content .top_close {
    top: -45px;
    right: 0;
}
#course .course_content .bottom_close {
    left: 0;
    right: 0;
    bottom: 10px;
    margin: 0 auto;
}
@media screen and (min-width: 801px), print {
    #course #scratch_beginner {
        border: solid 3px #48ad52;
    }
    #course #scratch_beginner:before {
        left: 94px;
        background-image: url("../images/arrow_course_scratch.png");
    }
    #course #scratch_beginner h4 {
        border-bottom: solid 6px #48ad52;
        background-image: url("../images/title_course_scratch_beginner.png");
    }
    #course #scratch_beginner h5:after {
        background-color: #48ad52;
    }
    #course #scratch_beginner .inner_overview {
        background-image: url("../images/img_course_scratch_beginner.jpg");
    }
    #course #scratch_beginner .text_overview {
        margin-bottom: 6px;
    }
    #course #scratch_beginner .note_overview {
        margin-bottom: 25px;
    }
    #course #scratch_beginner .point {
        background: url("../images/txt_course_scratch_point.png") no-repeat 50% 50%;
        text-indent: -9999px;
    }
    #course #scratch_beginner .recommend {
        background: url("../images/txt_course_scratch_recommend.png") no-repeat 50% 50%;
        text-indent: -9999px;
    }
}
@media screen and (max-width: 800px) {
    #course #scratch_beginner {
        border: solid 2px #48ad52;
    }
    #course #scratch_beginner h4 {
        background-image: url("../images/sp_title_course_scratch_beginner.png");
    }
    #course #scratch_beginner .overview h5 {
        background-image: url("../images/sp_title_course_scratch_overview.png");
    }
    #course #scratch_beginner .inner_overview {
        margin-bottom: 15px;
    }
    #course #scratch_beginner .text_overview {
        margin-bottom: 5px;
    }
    #course #scratch_beginner .note_overview {
        margin-bottom: 15px;
        padding-bottom: 82.77778%;
        background: url("../images/sp_img_course_scratch_beginner.jpg") no-repeat 50% 100%;
        background-size: 100% auto;
    }
    #course #scratch_beginner .point {
        margin-bottom: 1.48148%;
        width: 38.88889%;
        height: 0;
        padding-bottom: 12.22222%;
        background: url("../images/sp_txt_course_scratch_point.png") no-repeat 50% 50%;
        background-size: contain;
        text-indent: -9999px;
    }
    #course #scratch_beginner .recommend {
        width: 47.40741%;
        height: 0;
        padding-bottom: 12.22222%;
        background: url("../images/sp_txt_course_scratch_recommend.png") no-repeat 50% 50%;
        background-size: contain;
        text-indent: -9999px;
    }
    #course #scratch_beginner .target h5 {
        background-image: url("../images/sp_title_course_scratch_target.png");
    }
    #course #scratch_beginner .bottom_close,
    #course #scratch_beginner .top_close {
        background-image: url("../images/btn_close_modal_scratch.png");
    }
}
@media screen and (min-width: 801px), print {
    #course #scratch_expert {
        border: solid 3px #48ad52;
    }
    #course #scratch_expert:before {
        left: 334px;
        background-image: url("../images/arrow_course_scratch.png");
    }
    #course #scratch_expert h4 {
        border-bottom: solid 6px #48ad52;
        background-image: url("../images/title_course_scratch_expert.png");
    }
    #course #scratch_expert h5:after {
        background-color: #48ad52;
    }
    #course #scratch_expert .inner_overview {
        background-image: url("../images/img_course_scratch_expert.jpg");
    }
    #course #scratch_expert .text_overview {
        margin-bottom: 18px;
    }
    #course #scratch_expert .point {
        background: url("../images/txt_course_scratch_point.png") no-repeat 50% 50%;
        text-indent: -9999px;
    }
    #course #scratch_expert .recommend {
        background: url("../images/txt_course_scratch_recommend.png") no-repeat 50% 50%;
        text-indent: -9999px;
    }
}
@media screen and (max-width: 800px) {
    #course #scratch_expert {
        border: solid 2px #48ad52;
    }
    #course #scratch_expert h4 {
        background-image: url("../images/sp_title_course_scratch_expert.png");
    }
    #course #scratch_expert .overview h5 {
        background-image: url("../images/sp_title_course_scratch_overview.png");
    }
    #course #scratch_expert .inner_overview {
        margin-bottom: 15px;
    }
    #course #scratch_expert .text_overview {
        margin-bottom: 18px;
        padding-bottom: 75.18519%;
        background: url("../images/sp_img_course_scratch_expert.jpg") no-repeat 50% 100%;
        background-size: 100% auto;
    }
    #course #scratch_expert .point {
        margin-bottom: 1.48148%;
        width: 38.88889%;
        height: 0;
        padding-bottom: 12.22222%;
        background: url("../images/sp_txt_course_scratch_point.png") no-repeat 50% 50%;
        background-size: contain;
        text-indent: -9999px;
    }
    #course #scratch_expert .recommend {
        width: 47.40741%;
        height: 0;
        padding-bottom: 12.22222%;
        background: url("../images/sp_txt_course_scratch_recommend.png") no-repeat 50% 50%;
        background-size: contain;
        text-indent: -9999px;
    }
    #course #scratch_expert .target h5 {
        background-image: url("../images/sp_title_course_scratch_target.png");
    }
    #course #scratch_expert .bottom_close,
    #course #scratch_expert .top_close {
        background-image: url("../images/btn_close_modal_scratch.png");
    }
}
@media screen and (min-width: 801px), print {
    #course #robot_beginner {
        border: solid 3px #925da3;
    }
    #course #robot_beginner:before {
        left: 677px;
        background-image: url("../images/arrow_course_robot.png");
    }
    #course #robot_beginner h4 {
        border-bottom: solid 6px #925da3;
        background-image: url("../images/title_course_robot_beginner.png");
    }
    #course #robot_beginner h5:after {
        background-color: #925da3;
    }
    #course #robot_beginner .inner_overview {
        background-image: url("../images/img_course_robot_beginner.jpg");
    }
    #course #robot_beginner .text_overview {
        margin-bottom: 18px;
    }
    #course #robot_beginner .note_overview {
        margin-bottom: 24px;
    }
    #course #robot_beginner .point {
        background: url("../images/txt_course_robot_point.png") no-repeat 50% 50%;
        text-indent: -9999px;
    }
    #course #robot_beginner .recommend {
        background: url("../images/txt_course_robot_recommend.png") no-repeat 50% 50%;
        text-indent: -9999px;
    }
}
@media screen and (max-width: 800px) {
    #course #robot_beginner {
        border: solid 2px #925da3;
    }
    #course #robot_beginner h4 {
        background-image: url("../images/sp_title_course_robot_beginner.png");
    }
    #course #robot_beginner .overview h5 {
        background-image: url("../images/sp_title_course_robot_overview.png");
    }
    #course #robot_beginner .inner_overview {
        margin-bottom: 15px;
    }
    #course #robot_beginner .text_overview {
        margin-bottom: 5px;
    }
    #course #robot_beginner .note_overview {
        margin-bottom: 15px;
        padding-bottom: 81.11111%;
        background: url("../images/sp_img_course_robot_beginner.jpg") no-repeat 50% 100%;
        background-size: 100% auto;
    }
    #course #robot_beginner .point {
        margin-bottom: 1.48148%;
        width: 38.88889%;
        height: 0;
        padding-bottom: 12.22222%;
        background: url("../images/sp_txt_course_robot_point.png") no-repeat 50% 50%;
        background-size: contain;
        text-indent: -9999px;
    }
    #course #robot_beginner .recommend {
        width: 47.40741%;
        height: 0;
        padding-bottom: 12.22222%;
        background: url("../images/sp_txt_course_robot_recommend.png") no-repeat 50% 50%;
        background-size: contain;
        text-indent: -9999px;
    }
    #course #robot_beginner .target h5 {
        background-image: url("../images/sp_title_course_robot_target.png");
    }
    #course #robot_beginner .bottom_close,
    #course #robot_beginner .top_close {
        background-image: url("../images/btn_close_modal_robot.png");
    }
}
@media screen and (min-width: 801px), print {
    #course .title_course_support {
        height: 29px;
        margin-bottom: 23px;
        background: url("../images/title_course_support.png") no-repeat 50% 50%;
        text-indent: -9999px;
    }
}
@media screen and (max-width: 800px) {
    #course .title_course_support {
        margin: 0 auto 5%;
        width: 70.78125%;
        height: 0;
        padding-bottom: 12.03125%;
        background: url("../images/sp_title_course_support.png") no-repeat 50% 50%;
        background-size: contain;
        text-indent: -9999px;
    }
}
#course .text_course_support {
    position: relative;
}
#course .text_course_support:before {
    content: "";
    display: block;
    position: absolute;
    background: url("../images/chara_course.png") no-repeat;
    background-size: contain;
}
@media screen and (min-width: 801px), print {
    #course .text_course_support:before {
        top: 4px;
        left: 41px;
        width: 74px;
        height: 97px;
    }
}
@media screen and (max-width: 800px) {
    #course .text_course_support:before {
        top: -10.4918%;
        left: -21.11554%;
        width: 19.12351%;
        height: 40.65574%;
    }
}
@media screen and (min-width: 801px), print {
    #course .text_course_support {
        height: 104px;
        margin-bottom: 20px;
        background: url("../images/txt_course_support.png") no-repeat 50% 50%;
        text-indent: -9999px;
        background-position: 137px 50%;
    }
}
@media screen and (max-width: 800px) {
    #course .text_course_support {
        margin-left: 17.5%;
        margin-bottom: 6.25%;
        width: 78.28125%;
        height: 0;
        padding-bottom: 47.65625%;
        background: url("../images/sp_txt_course_support.png") no-repeat 50% 50%;
        background-size: contain;
        text-indent: -9999px;
    }
}
@media screen and (min-width: 801px), print {
    #course .course_figure {
        height: 207px;
        margin-bottom: 48px;
        background: url("../images/img_course_figure.png") no-repeat 50% 50%;
        text-indent: -9999px;
    }
}
@media screen and (max-width: 800px) {
    #course .course_figure {
        margin: 0 auto 6.25%;
        width: 93.75%;
        height: 0;
        padding-bottom: 146.25%;
        background: url("../images/sp_img_course_figure.png") no-repeat 50% 50%;
        background-size: contain;
        text-indent: -9999px;
    }
}
@media screen and (min-width: 801px), print {
    #course .title_course_movie {
        margin-bottom: 30px;
        height: 32px;
        background: url("../images/title_course_movie.png") no-repeat 50% 50%;
        text-indent: -9999px;
    }
}
@media screen and (max-width: 800px) {
    #course .title_course_movie {
        margin: 0 auto 4.6875%;
        width: 57.8125%;
        height: 0;
        padding-bottom: 5.3125%;
        background: url("../images/sp_title_course_movie.png") no-repeat 50% 50%;
        background-size: contain;
        text-indent: -9999px;
    }
}
#course .movie_area {
    text-align: center;
}
@media screen and (max-width: 800px) {
    #course .movie_area {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
    }
    #course .movie_area iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}
.modal_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}
.modal_overlay.scratch {
    background-color: rgba(72,173,82,0.8);
}
.modal_overlay.robot {
    background-color: rgba(146,93,163,0.8);
}
#price {
    position: relative;
}
@media screen and (min-width: 801px), print {
    #price {
        margin-bottom: 20px;
        padding: 50px 50px 45px;
    }
    #price:before {
        content: "";
        display: block;
        position: absolute;
        top: 130px;
        left: 105px;
        z-index: 0;
        width: 101px;
        height: 185px;
        background: url("../images/chara_price.gif") no-repeat;
    }
    #price h2 {
        height: 40px;
        margin-bottom: 6px;
        background: url("../images/title_price.png") no-repeat 50% 50%;
        text-indent: -9999px;
    }
    #price .price_table {
        position: relative;
        z-index: 1;
        height: 317px;
        margin-bottom: 24px;
        background: url("../images/table_price.png") no-repeat 50% 50%;
        text-indent: -9999px;
    }
    #price h3 {
        width: 368px;
        height: 25px;
        margin-bottom: 12px;
        background: url("../images/title_price_equipment.png") no-repeat 50% 50%;
        text-indent: -9999px;
    }
    #price p {
        font-size: 11px;
        line-height: 1.7em;
    }
}
@media screen and (max-width: 800px) {
    #price {
        margin-bottom: 13px;
        padding: 7.8125% 3.125% 4.6875%;
    }
    #price:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 8.4375%;
        z-index: 0;
        width: 15.78125%;
        height: 0;
        margin-top: 28.4375%;
        padding-bottom: 28.90625%;
        background: url("../images/chara_price.gif") no-repeat;
        background-size: contain;
    }
    #price h2 {
        margin: 0 auto 2.66667%;
        width: 13.83333%;
        height: 0;
        padding-bottom: 6.66667%;
        background: url("../images/sp_title_price.png") no-repeat 50% 50%;
        background-size: contain;
        text-indent: -9999px;
    }
    #price .price_table {
        position: relative;
        z-index: 1;
        margin-bottom: 5%;
        width: 100%;
        height: 0;
        padding-bottom: 71.33333%;
        background: url("../images/sp_table_price.png") no-repeat 50% 50%;
        background-size: contain;
        text-indent: -9999px;
    }
    #price h3 {
        margin-bottom: 2.66667%;
        width: 91.66667%;
        height: 0;
        padding-bottom: 6.66667%;
        background: url("../images/sp_title_price_equipment.png") no-repeat 50% 50%;
        background-size: contain;
        text-indent: -9999px;
    }
    #price p {
        font-size: 10px;
        line-height: 1.5em;
    }
}
@media screen and (min-width: 801px), print {
    #classroom {
        margin-bottom: 20px;
        padding: 50px;
    }
}
@media screen and (max-width: 800px) {
    #classroom {
        margin-bottom: 30px;
        padding: 7.8125% 3.125% 9.375%;
    }
}
@media screen and (min-width: 801px), print {
    #classroom h2 {
        height: 41px;
        margin-bottom: 33px;
        background: url("../images/title_classroom.png") no-repeat 50% 50%;
        text-indent: -9999px;
    }
}
@media screen and (max-width: 800px) {
    #classroom h2 {
        margin: 0 auto 6.66667%;
        width: 13.5%;
        height: 0;
        padding-bottom: 6.83333%;
        background: url("../images/sp_title_classroom.png") no-repeat 50% 50%;
        background-size: contain;
        text-indent: -9999px;
    }
}
@media screen and (min-width: 801px), print {
    #classroom .text_place {
        float: left;
        width: 262px;
        height: 56px;
        margin-right: 22px;
        background: url("../images/txt_classroom_place.png") no-repeat 50% 50%;
        text-indent: -9999px;
    }
}
@media screen and (max-width: 800px) {
    #classroom .text_place {
        margin-bottom: 5%;
        width: 54.66667%;
        height: 0;
        padding-bottom: 10.5%;
        background: url("../images/sp_txt_classroom_place.png") no-repeat 50% 50%;
        background-size: contain;
        text-indent: -9999px;
    }
}
@media screen and (min-width: 801px), print {
    #classroom .text_access {
        float: left;
        padding-bottom: 5px;
        *zoom: 1;
    }
    #classroom .text_access:after {
        content: "";
        display: block;
        clear: both;
    }
    #classroom .text_access dd,
    #classroom .text_access dt {
        float: left;
        margin-bottom: 12px;
    }
    #classroom .text_access dt {
        clear: both;
        width: 68px;
        height: 25px;
        text-indent: -9999px;
    }
    #classroom .text_access dt.address {
        background-image: url("../images/title_classroom_address.png");
    }
    #classroom .text_access dt.access {
        background-image: url("../images/title_classroom_access.png");
    }
    #classroom .text_access dd {
        padding: 3px 20px;
        font-size: 14px;
        line-height: 1.4em;
    }
    #classroom .text_access dd span {
        font-size: 12px;
    }
}
@media screen and (max-width: 800px) {
    #classroom .text_access dt {
        width: 59px;
        height: 17px;
        margin-bottom: 8px;
        background-size: contain;
        text-indent: -9999px;
    }
    #classroom .text_access dt.address {
        background-image: url("../images/sp_title_classroom_address.png");
    }
    #classroom .text_access dt.access {
        background-image: url("../images/sp_title_classroom_access.png");
    }
    #classroom .text_access dd {
        margin-bottom: 12px;
        font-size: 12px;
        line-height: 1.6em;
    }
    #classroom .text_access dd span {
        font-size: 10px;
    }
}
@media screen and (min-width: 801px), print {
    #classroom .map {
        clear: both;
    }
}
@media screen and (max-width: 800px) {
    #classroom .map img {
        width: 100%;
        height: 100%;
    }
}
#trial {
    position: relative;
    background-color: #fffcdb;
}
@media screen and (min-width: 801px), print {
    #trial {
        margin-bottom: 20px;
        padding: 39px 50px 50px;
    }
}
@media screen and (max-width: 800px) {
    #trial {
        margin-bottom: 30px;
        padding: 7.5% 3.125% 6.71875%;
    }
}
@media screen and (min-width: 801px), print {
    #trial h2 {
        width: 357px;
        height: 113px;
        margin-bottom: 10px;
        background: url("../images/title_trial.png") no-repeat 50% 50%;
        text-indent: -9999px;
    }
}
@media screen and (max-width: 800px) {
    #trial h2 {
        margin-bottom: 3.33333%;
        width: 99.66667%;
        height: 0;
        padding-bottom: 14.16667%;
        background: url("../images/sp_title_trial.png") no-repeat 50% 50%;
        background-size: contain;
        text-indent: -9999px;
    }
}
#trial .schedule {
    position: relative;
}
@media screen and (min-width: 801px), print {
    #trial .schedule {
        width: 358px;
        margin-bottom: 14px;
    }
    #trial .schedule .table_schedule {
        height: 288px;
        background: url("../images/table_schedule.png") no-repeat 50% 50%;
        text-indent: -9999px;
    }
    #trial .schedule .map_btn {
        position: absolute;
        bottom: 10px;
        right: 23px;
        background-color: #fff;
    }
    #trial .schedule .map_btn a {
        display: block;
        width: 100px;
        height: 23px;
        background: url("../images/btn_map.png") no-repeat 50% 50%;
        text-indent: -9999px;
    }
    #trial .schedule .map_btn a:hover {
        opacity: 0.6;
    }
}
@media screen and (max-width: 800px) {
    #trial .schedule {
        margin-bottom: 6.66667%;
    }
    #trial .schedule .table_schedule {
        width: 100%;
        height: 0;
        padding-bottom: 106.83333%;
        background: url("../images/sp_table_schedule.png") no-repeat 50% 50%;
        background-size: contain;
        text-indent: -9999px;
    }
    #trial .schedule .map_btn {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 4.68019%;
        width: 50.33333%;
        height: 0;
        margin: 0 auto;
        padding-bottom: 13.5%;
    }
    #trial .schedule .map_btn a {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url("../images/sp_btn_map.png") no-repeat;
        background-size: contain;
        text-indent: -9999px;
    }
}
@media screen and (min-width: 801px), print {
    #trial .trial_image {
        position: absolute;
        top: 40px;
        right: 50px;
        width: 481px;
        height: 410px;
        background: url("../images/img_trial.jpg") no-repeat 50% 50%;
        text-indent: -9999px;
    }
}
@media screen and (max-width: 800px) {
    #trial .trial_image {
        margin-bottom: 10px;
        width: 100%;
        height: 0;
        padding-bottom: 85%;
        background: url("../images/sp_img_trial.jpg") no-repeat 50% 50%;
        background-size: contain;
        text-indent: -9999px;
    }
}
@media screen and (min-width: 801px), print {
    #trial .text {
        margin-bottom: 30px;
        font-size: 14px;
        line-height: 2em;
    }
}
@media screen and (max-width: 800px) {
    #trial .text {
        margin-bottom: 15px;
        font-size: 12px;
        line-height: 1.6em;
    }
}
#trial hr {
    border: none;
    background: url("../images/line_trial.png") no-repeat 50% 50%;
}
@media screen and (min-width: 801px), print {
    #trial hr {
        height: 4px;
        margin: 40px 0;
    }
}
@media screen and (max-width: 800px) {
    #trial hr {
        height: 2px;
        margin: 6.66667% 0;
        background-size: auto 2px;
    }
}
@media screen and (min-width: 801px), print {
    #trial h3 {
        width: 542px;
        height: 75px;
        background: url("../images/title_trial_interest.png") no-repeat 50% 50%;
        text-indent: -9999px;
    }
}
@media screen and (max-width: 800px) {
    #trial h3 {
        margin: 0 auto 6.33333%;
        width: 90.16667%;
        height: 0;
        padding-bottom: 12.5%;
        background: url("../images/sp_title_trial_interest.png") no-repeat 50% 50%;
        background-size: contain;
        text-indent: -9999px;
    }
}
@media screen and (min-width: 801px), print {
    #trial .text_interest {
        height: 277px;
        margin-top: -75px;
        background: url("../images/img_trial_figure.png") no-repeat 50% 50%;
        text-indent: -9999px;
    }
}
@media screen and (max-width: 800px) {
    #trial .text_interest {
        width: 100%;
        height: 0;
        padding-bottom: 177.33333%;
        background: url("../images/sp_img_trial_figure.png") no-repeat 50% 50%;
        background-size: contain;
        text-indent: -9999px;
    }
}
.vision_section {
    margin-bottom: 20px;
}
@media screen and (min-width: 801px), print {
    .vision_section {
        padding: 40px 50px;
    }
}
@media screen and (max-width: 800px) {
    .vision_section {
        padding: 6.25% 3.125%;
    }
}
@media screen and (min-width: 801px), print {
    .vision_section h2 {
        height: 40px;
        margin-bottom: 40px;
        background: url("../images/title_vision.png") no-repeat 50% 50%;
        text-indent: -9999px;
    }
}
@media screen and (max-width: 800px) {
    .vision_section h2 {
        margin: 0 auto 7.66667%;
        width: 98.16667%;
        height: 0;
        padding-bottom: 6.66667%;
        background: url("../images/sp_title_vision.png") no-repeat 50% 50%;
        background-size: contain;
        text-indent: -9999px;
    }
}
@media screen and (min-width: 801px), print {
    .vision_section .vision_box_1 p,
    .vision_section .vision_box_2 p {
        font-size: 14px;
        line-height: 2em;
    }
}
@media screen and (max-width: 800px) {
    .vision_section .vision_box_1 p,
    .vision_section .vision_box_2 p {
        font-size: 12px;
        line-height: 1.6em;
    }
}
@media screen and (min-width: 801px), print {
    .vision_section .vision_box_1 {
        min-height: 252px;
        margin-bottom: 45px;
        padding-right: 397px;
        background: url("../images/img_vision_1.jpg") no-repeat 100% 26px;
    }
    .vision_section .vision_box_1 h3 {
        width: 266px;
        height: 27px;
        margin-bottom: 22px;
        background: url("../images/title_vision_future.png") no-repeat 50% 50%;
        text-indent: -9999px;
    }
}
@media screen and (max-width: 800px) {
    .vision_section .vision_box_1 {
        margin-bottom: 5%;
    }
    .vision_section .vision_box_1 h3 {
        margin: 0 auto 5%;
        width: 44.33333%;
        height: 0;
        padding-bottom: 4.5%;
        background: url("../images/sp_title_vision_future.png") no-repeat 50% 50%;
        background-size: contain;
        text-indent: -9999px;
    }
    .vision_section .vision_box_1 p {
        padding-top: 76.66667%;
        background: url("../images/sp_img_vision_1.jpg") no-repeat 50% 0;
        background-size: contain;
    }
}
@media screen and (min-width: 801px), print {
    .vision_section .vision_box_2 {
        margin-bottom: 30px;
        padding-top: 9px;
        padding-left: 388px;
        background: url("../images/img_vision_2.jpg") no-repeat 0 0;
    }
    .vision_section .vision_box_2 h3 {
        width: 496px;
        height: 111px;
        margin-bottom: 27px;
        background: url("../images/title_vision_knowledge.png") no-repeat 50% 50%;
        text-indent: -9999px;
    }
}
@media screen and (max-width: 800px) {
    .vision_section .vision_box_2 {
        margin-bottom: 14px;
    }
    .vision_section .vision_box_2 h3 {
        margin: 0 auto 4.83333%;
        width: 82.5%;
        height: 0;
        padding-bottom: 19.16667%;
        background: url("../images/sp_title_vision_knowledge.png") no-repeat 50% 50%;
        background-size: contain;
        text-indent: -9999px;
    }
    .vision_section .vision_box_2 p {
        padding-top: 60.83333%;
        background: url("../images/sp_img_vision_2.jpg") no-repeat 50% 0;
        background-size: contain;
    }
}
@media screen and (min-width: 801px), print {
    .taikenkai_btn a {
        display: block;
        width: 740px;
        height: 80px;
        margin: 0 auto;
        background: url("../images/btn_taikenkai.png") no-repeat 50% 0;
        text-indent: -9999px;
    }
    .taikenkai_btn a:hover {
        background-position: 50% 100%;
    }
}
@media screen and (max-width: 800px) {
    .taikenkai_btn a {
        display: block;
        width: 100%;
        height: 0;
        padding-bottom: 20%;
        background: url("../images/sp_btn_taikenkai.png") no-repeat 50% 50%;
        background-size: contain;
        text-indent: -9999px;
    }
}
.contact_section {
    margin-bottom: 12px;
}
@media screen and (min-width: 801px), print {
    .contact_section {
        padding: 39px 50px 40px;
    }
    .contact_section h2 {
        height: 40px;
        margin-bottom: 30px;
        background: url("../images/title_contact.png") no-repeat 50% 50%;
        text-indent: -9999px;
    }
    .contact_section .tel_text {
        height: 144px;
        margin-bottom: 28px;
        background: url("../images/txt_tel.png") no-repeat 50% 50%;
        text-indent: -9999px;
    }
    .contact_section .contact_btn a {
        display: block;
        width: 740px;
        height: 80px;
        margin: 0 auto;
        background: url("../images/btn_contact.png") no-repeat 50% 0;
        text-indent: -9999px;
    }
    .contact_section .contact_btn a:hover {
        background-position: 50% 100%;
    }
}
@media screen and (max-width: 800px) {
    .contact_section {
        padding: 6.25% 3.125%;
    }
    .contact_section h2 {
        margin: 0 auto 6.66667%;
        width: 34.83333%;
        height: 0;
        padding-bottom: 6.66667%;
        background: url("../images/title_contact.png") no-repeat 50% 50%;
        background-size: contain;
        text-indent: -9999px;
    }
    .contact_section .tel_text {
        margin: 0 auto 6.66667%;
        width: 87.66667%;
        height: 0;
        padding-bottom: 44.66667%;
        background: url("../images/sp_txt_tel.png") no-repeat 50% 50%;
        background-size: contain;
        text-indent: -9999px;
    }
    .contact_section .contact_btn a {
        display: block;
        width: 100%;
        height: 0;
        padding-bottom: 20%;
        background: url("../images/sp_btn_contact.png") no-repeat 50% 50%;
        background-size: contain;
        text-indent: -9999px;
    }
}
.cookie_section h2 {
    font-weight: bold;
}
@media screen and (min-width: 801px), print {
    .cookie_section {
        margin-bottom: 100px;
        padding: 30px 50px;
    }
    .cookie_section h2,
    .cookie_section p {
        font-size: 11px;
        line-height: 1.5em;
    }
}
@media screen and (max-width: 800px) {
    .cookie_section {
        margin-bottom: 95px;
        padding: 20px 3.125%;
    }
    .cookie_section h2,
    .cookie_section p {
        font-size: 10px;
        line-height: 1.4em;
    }
}
footer {
    background-color: #fff;
}
footer .inner_footer {
    position: relative;
    margin: 0 auto;
}
@media screen and (min-width: 801px), print {
    footer .inner_footer {
        width: 980px;
        padding: 10px 0 18px;
    }
}
@media screen and (max-width: 800px) {
    footer .inner_footer {
        padding: 7px 3.125% 10px;
    }
}
footer .to_top {
    position: absolute;
}
footer .to_top a {
    display: block;
}
@media screen and (min-width: 801px), print {
    footer .to_top {
        top: -70px;
        right: 0;
    }
    footer .to_top a:hover {
        opacity: 0.6;
    }
}
@media screen and (max-width: 800px) {
    footer .to_top {
        top: -25px;
        left: 0;
        right: 0;
        width: 59px;
        height: 59px;
        margin: 0 5% 0 auto;
    }
    footer .to_top img {
        width: 100%;
        height: auto;
    }
}
@media screen and (min-width: 801px), print {
    footer .footer_logo {
        float: left;
        margin-bottom: 10px;
    }
    footer .footer_logo a {
        display: block;
        width: 233px;
        height: 30px;
        background: url("../images/footer_logo.png") no-repeat 50% 50%;
        text-indent: -9999px;
    }
}
@media screen and (max-width: 800px) {
    footer .footer_logo {
        margin-bottom: 5px;
    }
    footer .footer_logo a {
        display: block;
        width: 51.33333%;
        height: 0;
        padding-bottom: 6.66667%;
        background: url("../images/sp_footer_logo.png") no-repeat 50% 50%;
        background-size: contain;
        text-indent: -9999px;
    }
}
@media screen and (min-width: 801px), print {
    footer .footer_navi {
        float: right;
        padding: 3px 0 0;
        *zoom: 1;
    }
    footer .footer_navi:after {
        content: "";
        display: block;
        clear: both;
    }
    footer .footer_navi li {
        float: left;
        padding: 0 0.8em;
        border-left: solid 1px #888;
        font-size: 12px;
    }
}
@media screen and (max-width: 800px) {
    footer .footer_navi {
        margin-bottom: 10px;
        padding: 0 5%;
    }
    footer .footer_navi li {
        padding-left: 15px;
        background: url("../images/sp_arrow_footer_navi.png") no-repeat 0 50%;
        background-size: 6px auto;
        font-size: 10px;
        line-height: 2em;
    }
}
footer .copyright {
    clear: both;
    font-size: 10px;
    text-align: center;
}
footer .copyright small {
    font-size: 100%;
}