@charset "UTF-8";

.page-id-9104 .main_w .in{
    width: 750px;
}
@media screen and (max-width: 640px) {
    .page-id-9104 .main_w .in {
		width: 90%;
		margin: 0 auto;
	}
}


.btn_mov_w{
    padding: 40px 0;
}
.btn_w{
    text-align: center;
    margin-bottom: 30px;
}
.btn_w img{
    width: 500px;
}
.ttl_deco_lr_w{
    text-align: center;
    position: relative;
    color: #100169;
}
.ttl_deco_lr_w h2{
    font-size: 3.0rem;
    position: relative;
    display: table;
    margin: auto;
}
.ttl_deco_lr_w h2:before{
    content: "";
    background: url(../images/seminar/ttl_deco_l.png);
    background-size: cover;
    width: 25px;
    height: 25px;
    position: absolute;
    left: -30px;
    bottom: 12px;
}
.ttl_deco_lr_w h2:after {
    content: "";
    background: url(../images/seminar/ttl_deco_r.png);
    background-size: cover;
    width: 25px;
    height: 25px;
    position: absolute;
    right: -30px;
    bottom: 12px;
}
.mov_w {
  width: 80%;
  aspect-ratio: 16 / 9;
  margin: auto;
}
.mov_w iframe {
  width: 100%;
  height: 100%;
}

.seminar_overview_w{
    background: #f0f0f0;
    padding: 40px 0;
}
.ttl_icon_w{
    text-align: center;
    margin-bottom: 40px;
}
.ttl_icon_w .icon{
    margin-bottom: 10px;
}
.ttl_icon_w .icon img{
    width: 50px;
}
.ttl_icon_w h2{
    font-size: 3.5rem;
    color: #100169;
    line-height: 1.5;
}
.ttl_icon_w .deco{
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ttl_icon_w .deco img{
    width: 40px;
}
.seminar_overview_w .txtarea{
}
.seminar_overview_w .txtarea p{
    font-size: 1.6rem;
    margin-bottom: 10px;
}

.tokuten{
    background: #100169;
    padding: 40px 0 20px;
}
.ttl_deco_lr_w_white {
    text-align: center;
    position: relative;
    color: #fff;
    margin-bottom: 20px;
}
.ttl_deco_lr_w_white h2{
    font-size: 3.5rem;
    position: relative;
    display: table;
    margin: auto;
}
.ttl_deco_lr_w_white h2:before{
    content: "";
    background: url(../images/seminar/ttl_deco_l_w.png);
    background-size: cover;
    width: 25px;
    height: 25px;
    position: absolute;
    left: -30px;
    bottom: 12px;
}
.ttl_deco_lr_w_white h2:after {
    content: "";
    background: url(../images/seminar/ttl_deco_r_w.png);
    background-size: cover;
    width: 25px;
    height: 25px;
    position: absolute;
    right: -30px;
    bottom: 12px;
}
.tokuten .lead_txt{
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 30px;
}
.tokuten .touten_w{
    margin-bottom: 30px;
}

.seminar_info{
    padding: 40px 0;
}
.seminar_info .seminar_info_w{}
.seminar_info .seminar_info_w table{
    width: 100%;
    font-size: 1.6rem;
    border-collapse: separate;
        border-spacing: 3px 3px;
}
.seminar_info .seminar_info_w table th{
    background: #100169;
    color: #fff;
    text-align: left;
    padding: 10px;
    vertical-align: middle;
}
.seminar_info .seminar_info_w table th span{
    border-left: 2px solid #fff;
    line-height: 1;
    display: inline-block;
    padding-left: 10px;
}
.seminar_info .seminar_info_w table td{
    background: #fafafa;
    padding: 10px;
    vertical-align: middle;
}

.program{
    background: #f6f5ff;
    padding: 40px 0;
}
.program_i_w{}
.program_i_w .program_ttl_w{
    border-left: 4px solid #100169;
    padding-left: 20px;
    margin-bottom: 20px;
}
.program_i_w .program_ttl_w .s_txt{
    font-size: 1.4rem;
}
.program_i_w ul{}
.program_i_w ul li{
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    margin-bottom: 10px;
}
.program_i_w ul li:before{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #100169;
    border-radius: 100px;
    margin-right: 10px;
}
#form{
    padding: 40px 0;
}

@media screen and (max-width: 640px) {
    .main .in{
        width: 100% !important;
    }
    .btn_mov_w {
        padding: 30px 0;
    }
    .btn_w {
        text-align: center;
        margin-bottom: 20px;
    }
    .ttl_deco_lr_w{
        margin-bottom: 20px;
    }
    .ttl_deco_lr_w h2 {
        font-size: 2.2rem;
    }
    .ttl_deco_lr_w h2:before {
        left: -27px;
        bottom: 6px;
    }
    .ttl_deco_lr_w h2:after {
        right: -27px;
        bottom: 6px;
    }
    .mov_w{
        width: 100%;
    }
    .ttl_icon_w{
        margin-bottom: 30px;
    }
    .ttl_icon_w h2{
        font-size: 2.6rem;
    }
    .ttl_icon_w .icon {
        margin-bottom: 5px;
    }
    .ttl_icon_w .icon img {
        width: 40px;
    }
    .ttl_icon_w .deco img {
        width: 30px;
    }
    .seminar_overview_w .txtarea p {
        font-size: 1.4rem;
        margin-bottom: 10px;
    }
    .ttl_deco_lr_w_white h2 {
        font-size: 2.6rem;
    }
    .ttl_deco_lr_w_white h2:before{
        left: -30px;
        bottom: 6px;
    }
    .ttl_deco_lr_w_white h2:after {
        right: -30px;
        bottom: 6px;
    }
    .tokuten .lead_txt{
        font-size: 1.4rem;
    }
    .seminar_info .seminar_info_w table th,
    .seminar_info .seminar_info_w table td{
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
}