.sp {
    display: none;
}
.pc {
    display: inline;
}
.all {
    max-width: 910px;
    background: url(../images/bg_pc.jpg) no-repeat, #094de0;
    background-position: center top;
    background-size: cover;
}
.con_blue {
    text-align: center;
}
.main {
    margin-top: 20px;
    padding-top: 10px;
    text-align: center;
}
.ttl_b_line {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 32px;
    margin: 0;
    color: #fff;
}
.ttl_b_line:after {
    content: url("../images/ttl_b_line.png");
    display: block;
    position: relative;
    top: -10px;
}
.ttl_yellow {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 26px;
    margin: 0 0 20px;
    color: #fbd544;
}
.ttl_blue {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 34px;
    margin: 0;
    color: #005fb4;
}
.main_txt {
    width: 630px;
    padding: 10px;
    line-height: 1.8;
    color: #fff;
}
.main_txt p {
    padding-bottom: 10px;
}
.box1 {
    background-color: #ffffff;
    width: 85%;
    padding: 20px;
    border: 5px solid #005fb4;
    border-radius: 30px;
    margin: 0 auto 40px;
}
.box1 img {
    margin: 20px 0;
}
.video {
    position: relative;
    width: 85%;
    padding-top: 48%;
    margin: 0 auto;
    border: 5px solid #005fb4;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.period_img {
    margin: 60px 0 30px;
}
.period_img img {
    width: 50%;
    margin: 0 auto;
}
.box2 {
    background: url("../images/waku.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 602px;
    margin: 0 auto;
    padding: 40px 0;
}
.box2 p {
    font-size: 14px;
    text-align: left;
    width: 80%;
    margin: 0 auto;
    line-height: 1.5rem;
}
.course_area {
    margin: 10px auto 20px;
}
.course_area .list-notes {
    width: 60%;
    color: #ffffff;
    margin: 20px auto;
}
.course_area img {
    margin: 10px auto;
}
.other_area {
    padding-top: 20px;
}
.other_area ul.date {
    margin: 10px 0 30px;
}
.other_area ul.date li {
    display: inline-block;
    text-align: left;
    width: 40%;
    vertical-align: top;
}
.other_area ul.list_notes {
    margin: -10px auto 0;
}
.con_yellow {
    background: #fbd544;
    text-align: center;
    padding: 20px 0;
}
.con_yellow ul {
    margin-top: 10px;
}
.con_yellow ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
}
.con_yellow ul li img {
}
/****h3***/
h3.w_ttl {
    color: #ffffff;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 34px;
    margin-top: 40px;
}
h3.w_mini_ttl {
    color: #ffffff;
    font-size: 25px;
    margin-top: 20px;
}
h3.w_mini_ttl span {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
h3.b_ttl {
    color: black;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 32px;
    letter-spacing: 0.5rem;
}
/****h4***/
h4.box2_ttl {
    font-size: 28px;
    color: #005fb4;
}
h4.box2_ttl::after {
    content: url("../images/kazari_b.png");
    display: block;
    position: relative;
    top: -10px;
}
.list-notes {
    text-align: left;
    font-size: 12px;
}
.list-notes li {
    margin-bottom: 0!important;
}
.main_txt .list-notes li {
    text-indent: -2.5em!important;
    padding-left: 2.5em!important;
}
.fl_l {
    float: left;
}
.fl_r {
    float: right;
}
.f_red {
    color: #e50012;
}
.f_blue {
    color: #002b69;
}
.f_white {
    color: #fff;
}
.d_table {
    display: table;
}
.m_left {
    margin-left: auto;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.d_inline, .d_inline img {
    display: inline-block;
    vertical-align: middle;
}
.m_center {
    margin: 0 auto;
}
.f_left {
    text-align: left!important;
}
.f_center {
    text-align: center!important;
}
.mt_0 {
    margin-top: 0px!important;
}
.m_v1 {
    margin: 10px 0;
}
.m_v2 {
    margin: 20px 0;
}
.m_v3 {
    margin: 30px 0;
}
.m_v4 {
    margin: 40px 0;
}
.m_v5 {
    margin: 50px 0;
}
.p_v1 {
    padding: 10px 0;
}
.p_v2 {
    padding: 20px 0;
}
.p_v3 {
    padding: 30px 0;
}

/********************************/

@media (max-width: 720px) {
.pc {
    display: none;
}
.sp {
    display: inline;
}
#cnt img {
    max-width: 100%;
    height: auto !important;
}
.main {
    padding-top: 0;
}
#cnt .sp img {
    width: 100%;
}
#cnt .main img {
    width: 100%;
}
.main_txt {
    width: 100%;
    padding: 10px 0;
}
.ttl_b_line {
    font-size: 1.8em;
}
h3.w_ttl {
    font-size: 1.8em;
}
.ttl_yellow {
    font-size: 1.6em;
}
h3.b_ttl {
    font-size: 1.8em;
}
h3.w_mini_ttl {
    font-size: 1.6em;
}
.box2 {
    width: inherit;
    padding: 50px 30px;
    background: url("../images/waku_sp.png");
    background-size: 100% 100%;
}
.other_area ul.date li {
    width: 96%;
}
.other_area ul.date {
    display: none;
}
.con_yellow ul li {
    margin: 0 0 10px;
}
.all {
    max-width: inherit;
    background: url(../images/bg_sp.jpg) no-repeat, #094de0;
    background-size: cover;
    padding: 0 2%;
}
.course_area .list-notes {
    width: inherit;
}
.d_inline img {
    width: 30%;
}
.period_img img {
    width: inherit;
}
.w70 {
    width: 70%;
}
.w90 {
    width: 90%;
}
.w_full {
    width: 100%;
}
}

@media (max-width: 360px) {
}
