@charset "UTF-8";

/* ----------------------------------------------------------
	共通
---------------------------------------------------------- */
.m_localNavWrap__inner{
    z-index: 999!important;
}
.m_keyvisual__wrap {
  background: url("../../img/pcassist_background-image.jpg") no-repeat center / cover;
}
.m_localNav {
  border-top: 3px solid #0A3B96;
}
.m_localNav:hover {
  background-color: #0A3B96;
}
.m_heading--primary .m_heading__ttl {
	color: #0A3B96;
}
.m_heading__ttl_top{
    font-size: 28px!important;
}
.m_solution__ttl {
    font-size: 24px;
    text-align: center;
}
.m_solution__ttl_price{
    font-size: 30px;
    text-align: center;
}
.m_solution__ttl_price span{
    font-size: 15px;
}
.m_quality{
    align-items: self-start;
}
.m_quality__ttl{
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 24px;
}
.m_target__item::before {
  background-image: url(../../img/recruitment-support/techtrain/theme_ico.svg);
}
.m_quality__numWrap {
    flex: 0 0 108px;
	color: #072372;
}
.m_quality__body{
    display: block;
}
.m_quality__numWrap + .m_quality__body {
    padding-left: 0;
    border-left: none;
}
.m_quality__body_cont{
    border-left: 2px solid #707070;
    padding-left: 14px;
}
.m_quality__body_cont_flow{
    padding-left: 14px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.m_quality__body_cont_arrow{
    padding-top: 10%;
}
.m_quality__body_cont_flow3{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 30px;
}
.m_quality__body_cont_flow3 li:first-of-type{
    width: 62%;
}
.m_quality__body_cont_flow3 li:last-of-type{
    width: 31%;
}
.m_quality__body_cont_flow3 img,
.m_quality__body_cont_flow li img{
    width: 100%;
}
.m_quality__body_cont_flow li img.u_sp{
    width: 12px;
    margin: 0 auto;
}
.m_faq__q::before {
  content: url("../../img/recruitment-support/techtrain/q_ico.svg");
}
.m_faq__a::before {
  content: url("../../img/recruitment-support/techtrain/a_ico.svg");
}
.m_btn--common .m_btn__note::before,
.m_btn--common .m_btn__note::after {
  color: #072372;
}
.m_btn--common .m_btn__target {
	background-color: #072372;
}
.u_pc{
    display: block;
}
.u_sp{
    display: none;
}
.link_toBtm{
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    height: 100%;
    padding: 10px 20px;
    color: #333;
    text-decoration: underline;
}
.link_toBtm:hover{
    opacity: .7;
}
@media screen and (max-width: 768px) {
	.m_solution__txt.ac {
		text-align-last: left;
	}
	.m_solution__txt.ac br {
		display: none;
	}
    .u_pc{
        display: none;
    }
    .u_sp{
        display: block;
    }
    .m_quality__body_cont_flow{
        flex-direction: column;
        gap: 15px;
    }
    .m_quality__body_cont_flow li{
        width: 100%;
    }
    .m_quality__body_cont_flow3{
        flex-direction: column;
    }
    .m_quality__body_cont_flow3 li:first-of-type{
        width: 100%;
    }
    .m_quality__body_cont_flow3 li:last-of-type{
        width: 100%;
    }

}
/* ----------------------------------------------------------
	特徴
---------------------------------------------------------- */
.m_quality__item_step{
    color: #072372;
    font-size: 20px;
    font-weight: bold;
    font-family: Arial, Helvetica, "sans-serif";
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.m_quality__item_step span{
    font-size: 18px;
    border-bottom: 1px solid #072372;
    padding-bottom: 5px;
    margin-right: 5px;
}
/* ----------------------------------------------------------
	教材一覧
---------------------------------------------------------- */
.teaching_materials_item{
    margin-top: 40px;
}
.teaching_materials_item ul{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 20px;
    margin-top: 30px;
}
.teaching_materials_item ul li{
    padding: 15px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .16);
}
.teaching_materials_item ul li img{
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
}
.teaching_materials_item ul li p{
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.8;
}
.teaching_materials_dot{
    color: #0A3B96;
    padding-right: 10px;
}
.teaching_materials_item_ttl{
    font-size: 20px;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .teaching_materials_item ul{
        grid-template-columns: repeat(2,1fr);
        gap: 20px;
        padding: 0 10px;
    }
}
/* ----------------------------------------------------------
	講座一覧
---------------------------------------------------------- */
.pcassist_list_section{
  display: flex;
  justify-content: space-around;
}
.pcassist_list_felx_box{
  width: 40%
}
.pcassist_list_section .pcassist_list_box a{
   border-bottom: 1px solid #CCCCCC;
   padding: 13px 20px 13px 6px;
   display: block;
   color: #1a1a1a;
   position: relative;
}
.pcassist_list_section .pcassist_list_box a:hover{
    opacity: 0.6;
    transition: 0.3s
}
.pcassist_list_section .pcassist_list_box a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 12px;
    height: 12px;
    background: no-repeat url(../../img/pcassist_arrow.svg) top left / contain;
}
.pcassist_list_section .list_section_genre_title{
    font-weight:bold;
    color: #fff;
    padding: 10px;
}

.pcassist_list_felx_box ul > li{
    font-size: small;
}
.pcassist_list_felx_box ul > li:last-of-type a{
    border: none;
}


/* ----------------------------------------------------------
	教室一覧
---------------------------------------------------------- */
.winschool_area p{
    font-weight: bold;
width: 12%;
}
.winschool_area{
    border-bottom: 1px solid #BDEAF3;
    display: flex;
font-size: small;
justify-content: space-between;
    padding: 5px 20px;
}
.winschool_area a{
    color: #00BCD2;
}
.winschool_area ul{
    display: flex;
    flex-wrap: wrap;
width: 85%;
}
.winschool_area ul li{
    list-style: none;
margin-right: 20px;
}

/* ----------------------------------------------------------
	価格表
---------------------------------------------------------- */
.price_table_beginner_ttl{
    margin-top: 60px;
}
.price_table_wrap{
    margin-top: 20px;
}
.price_table {
    overflow: scroll;
    width: 980px;
}
.price_table tr:first-of-type td{
    background: #0A3B96;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    height: 60px;
}
.price_table tr:first-of-type td:last-of-type{
	border-left: 1px solid #fff;
}

.price_table th {
	padding: 20px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-color: #072372;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
.price_table th:empty {
	border-left: none;
}
.price_table th sup {
	font-size: 10px;
	vertical-align: super;
}
.price_table td {
	padding: 10px 20px;
    font-size: 13px;
    font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #E3E3E3;
	border-left: 1px solid #E3E3E3;
    width: 48px;
    height: 93px;
    vertical-align:middle;
    position: relative;
    /* z-index: -1; */
}
.price_table td:first-of-type {
    width: 444px;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1;
    background: #fff;
}
.has_link_toBtm {
    padding: 0!important;
}
.price_table tr:first-of-type td:first-of-type::after {
    content: "";
	border-right: 1px solid #fff;
}
.price_table td:first-of-type::before,
.price_table td:first-of-type::after {
    content: "";
	border-right: 1px solid #E3E3E3;
    height: 100%;
    position: absolute;
    top: 0;
}
.price_table td:first-of-type::before {
    left: 0;
}
.price_table td:first-of-type::after {
    right: 0;
}
.price_table td:nth-of-type(3),
.price_table td:nth-of-type(4),
.price_table td:nth-of-type(5),
.price_table td:nth-of-type(6),
.price_table td:nth-of-type(7),
.price_table td:nth-of-type(8),
.price_table td:nth-of-type(9),
.price_table td:nth-of-type(10) {
	border-left: 1px dashed #E3E3E3;
}
.price_table td:nth-of-type(3)::after,
.price_table td:nth-of-type(4)::after,
.price_table td:nth-of-type(5)::after,
.price_table td:nth-of-type(6)::after,
.price_table td:nth-of-type(7)::after,
.price_table td:nth-of-type(8)::after,
.price_table td:nth-of-type(9)::after,
.price_table td:nth-of-type(10)::after {
    content: "";
	border-left: 1px dashed #E3E3E3;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.price_table tr:first-of-type td:nth-of-type(3)::after{
    border-left: 1px solid #E3E3E3;
}

.price_table td:last-of-type {
	border-right: 1px solid #E3E3E3;
    width: 102px;
    padding: 15px;
    font-size: 14px;
    font-weight: bold;
}
.price_table td.price {
	text-align: right;
}
.price_table td img{
    display: block;
    margin-top: 5px;
}
.price_table_graph{
    position: relative;
}
.price_table_graph::before{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 3px;
    height: 60px;
    background: #EEF2F6;
    display: flex;
    justify-content: center;
    align-items: center;
}
.price_table_graph_2month::before{
    content: "2ヶ月";
    width: 90px;
}
.price_table_graph_3month::before{
    content: "3ヶ月";
    width: 138px;
}
.price_table_graph_6month::before{
    content: "6ヶ月";
    width: 282px;
}
.price_table_graph_9month::before{
    content: "9ヶ月";
    width: 426px;
}

@media screen and (max-width: 768px) {
	.price_table_wrap {
		overflow-x: scroll;
	}
	.m_solution__txt.ac {
		text-align-last: left;
	}
	.m_solution__txt.ac br {
		display: none;
	}
    .price_table {
        width: 762px;
    }
    .price_table td:first-of-type {
        width: 220px;
    }
    .has_link_toBtm {
        padding: 0!important;
    }
}
/* ----------------------------------------------------------
	サイドナビ
---------------------------------------------------------- */
.techtrain_side_bnr{
    margin-bottom: 20px;
}
.techtrain_side_bnr li:not(:first-of-type){
    margin-top: 30px;
}
.techtrain_side_bnr img{
    width: 100%;
}
/* ----------------------------------------------------------
	お問い合わせ
---------------------------------------------------------- */
.m_btn--common{
    display: none;
}

.m_btn__textlink{
    text-decoration: underline;
    color: #0A3B96;
}
.m_btn__textlink:hover{
    opacity: .7;
}

