@charset "utf-8";

/*------------------------------------------------------------------------
 common
------------------------------------------------------------------------*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
}

body {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MS Pゴシック','MS PGothic',sans-serif;
  font-size: 16px;
  color: #000;
  margin:0;
  padding:0;
  letter-spacing: 1.8px;
}

.ds_sp {
    display: none;
}
.ds_pc {
    display: inherit;
}
.wd_fix {
    width: 960px;
    margin: 0 auto;
}


/*----------- font-size ------------*/
.f24 {
    font-size: 24px;
}
.f32 {
    font-size: 32px;
}
.f38 {
    font-size: 38px;
}
.f42 {
    font-size: 42px;
}

/*----------- flaot ------------*/
.fl {
	float:left;
}

.fr {
	float:right;
}

/*----------- padding ------------*/
.pdtb40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.pdtb60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.pdt20 {
    padding-top: 20px;
}
.pdt40 {
    padding-top: 40px;
}
.pdt60 {
    padding-top: 60px;
}


/*----------- selection ------------*/
::selection {
    background: #d8e5f0;
    color: #000;
}
::-moz-selection {
    background: #d8e5f0;
    color: #000;
}


/*----------- header ------------*/
#header {
    padding: 20px 0;
    height: 104px;
    background: #ffffff;
}
.header_left {
    float: left;
}
.header_left h1 {
    font-size: 9px;
}
.heafer_middle {
    float: left;
    margin-top: 16px;
}
.header_right {
    float: right;
}
.header_right a {
    display: block;
}

/*----------- kv ------------*/
#kv {
    background: url(/management_seminar_common/images/bk_kv.jpg) no-repeat;
    background-size: cover;
    padding: 40px 0;
}
#kv p {
    padding-top: 20px;
}
.comments.white p {
    font-size: 10px;
    padding: 9px;
    color: #fff;
}
.comments.black p {
    font-size: 12px;
    padding: 9px;
    color: #000;
}


/*----------- comv ------------*/
.comv {
    color: #fff;
}
.cmv_01,
.cmv_02 {
    width: 49.99%;
    text-align: center;
    padding: 0 30px;
}
.cmv_01 p,
.cmv_02 p {
    text-align: center;
}
.cmv_01 a,
.cmv_02 a {
    display: block;
    margin-top: 26px;
    width: 410px;
}
.cmv_01 a.web,
.cmv_02 a.web {
    display: block;
    margin-top: 0px;
    width: 410px;
}
.cmv_01 {
    border-right: 1px solid #215684;
    float: left;
}
.cmv_02 {
    float: right;
}

/*----------- about ------------*/
.about {
    text-align: center;
}
.about ul li {
    text-align: center;
    font-size: 24px;
    margin: 30px 10px 20px 10px;
    font-weight: bold;
    display: inline-block;
}
.about ul li.bd_n {
    border-bottom: none;
}
.about_nm {
    font-size: 48px;
    font-family: 'Crimson Text', serif, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MS Pゴシック','MS PGothic',sans-serif;
    line-height: 1.0;
}
.about01 {
    background: url(/management_seminar_common/images/about_bk_01.jpg) no-repeat;
    background-size: cover;
}
.about01 ul li {
    color: #023f73;
    border-bottom: 1px solid #023f73;
}
.about02 {
    background: url(/management_seminar_common/images/about_bk_02.jpg) no-repeat;
    background-size: cover;
}
.about02 ul li,
.about03 ul li {
    color: #fff;
    border-bottom: 1px solid #fff;
}
.about03 {
    background: url(/management_seminar_common/images/about_bk_03.jpg) no-repeat;
    background-size: cover;
}
.about02 p,
.about03  p {
    color: #fff;
    /*border-bottom: 1px solid #fff;*/
}

.about_saletext_01 {
	color: #fff; font-size: 24px; font-weight: bold;
}
.about_saletext_02 {
	display:inline-block; border-bottom: solid 1px #fff; font-size: 30px;
}



/*----------- contents_01 ------------*/
.ttl {
    color: #fff;
    padding: 28px 0;
}
.contents_01 {
    background: #f6f6f6;
}

.contents_02 {
    background: #ebebeb;
}

.contents_ttl_01 {
    background: url(/management_seminar_common/images/shedule_bk.jpg) no-repeat;
    background-size: cover;
    height: 200px;
    padding: 68px 0;
}
.contents_ttl_02 {
    background: url(/management_seminar_common/images/gift_bk.jpg) no-repeat;
    background-size: cover;
    height: 200px;
    padding: 68px 0;
}
.contents_ttl_03 {
    font-size: 14px;
    color: #fff;
    padding: 30px;
}


/*----------- shedule ------------*/
.shedule_table {
    width: 960px;
    margin: 0 auto;
    padding: 40px 0;
    text-align: left;
    letter-spacing: 1px;
}
.shedule_table li {
    background: #fff;
    padding: 30px;
    margin-top: 20px;
}
.shedule_table .fl {
    width: 344px;
}
.shedule_table .fr {
    width: 530px;
    margin-left: 20px;
}
.shedule_cmt {
    font-size: 12px;
    color: #fff;
    padding-bottom: 60px;
}
.shd {
    font-size: 10px;
    font-weight: bold;
}
.shd li {
    line-height: 1.0;
    float: left;
    min-height: 20px;
    text-align: center;
    margin: 0 4px 4px 0;
    padding: 4px 8px;
    font-size: 10px;
    font-weight: bold;
    word-wrap:break-all; 
}
.shd li.shd_level_m {
    width: auto;
    background: #023f73;
    color: #fff;
}
.shd li.shd_capacity {
    background: #fff;
    border: 1px solid #023f73;
    color: #023f73;
}
.shd_ttl {
    font-weight: bold;
    font-size: 18px;
    padding: 8px 0;
}
.shd_date {
    color: #909090;
    font-weight: bold;
    font-size: 12px;
    padding-top: 10px;
}
.shd_btn {
    text-align: right;
    float: right;
    padding-top: 10px;
}
a.effect {
    display: block;
    transition: .3s;/*滑らかな動きに*/
}
a.effect:hover {/*ホバー時の影*/
  box-shadow: 0 6px 10px 0 rgba(0,0,0,.2), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2);
}
a.effect_02 {
    display: block;
    transition: .3s;/*滑らかな動きに*/
}
a.effect_02:hover {/*ホバー時の影*/
  box-shadow: 0 15px 20px 0 rgba(0,0,0,.2), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2);
}

.top_entrybt_left {
	float: left; margin-right: 20px;
}
.top_entrybt_right {
	float: left;
}
.top_entry_text {
	text-align: center; margin-top: 30px;
}

/*----------- contents_02 ------------*/
.contents_02_in h4 {
    color: #023f73;
}
.contents_02_in p {
    font-size: 18px;
    line-height: 2.0;
}

/*----------- teachers_table ------------*/
.teachers_table {
    width: 960px;
    margin: 0 auto;
    padding: 60px 0;
    letter-spacing: 0;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}
.teachers_table li {
    width: 49%;
    background: #fff;
    float: left;
    margin-right: 2%;
    padding: 3%;
    word-break: break-word;
}
.teachers_table li:nth-child(even) {
    margin-right: 0px!important;
}
.teachers_table li:last-child {
    margin-right: 0px!important;
}
.tch_photo {
    text-align: center;
    height: 200px;
}
.tch_name {
    font-size: 28px;
    font-weight: bold;
    color: #023f73;
    padding: 10px 0 2px 0;
}
.tch_license {
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #e8e8e8;
    overflow: hidden;
}
.tch_license li {
    text-align: center;
    width: auto;
    margin: 0 4px 4px 0;
    padding: 4px 8px;
    font-size: 10px;
    background: #023f73;
    color: #fff;
    word-wrap:break-all;
}
.tch_title {
    font-size: 12px;
    font-weight: bold;
}
.tch_introduction {
    padding-top: 18px;
    font-size: 16px;
    letter-spacing: 1px;
}



/*----------- detail ------------*/
.detail h5 {
    color: #023f73;
    font-size: 28px;
    font-weight: bold;
    border-bottom: 4px solid #023f73;
    margin-bottom: 30px;
}
.detail table {
    margin-top: 20px;
    width: 640px;
    line-height: 3;
    letter-spacing: 1px;
}
.detail table tr {
    border-bottom: 1px solid #e8e8e8;
}
.detail table th {
    text-align: left;
    font-weight: bold;
    color: #023f73;
    width: 20%;
}
.detail table td {
    text-align: left;
    width: 80%;
}
.detail p {
    border-bottom: 1px solid #e8e8e8;
    padding: 20px 0;
    letter-spacing: 1px;
}


/*----------- floating ------------*/
.btn_fltg {
    position: fixed;
    right: 0;
    top: 25%;
    bottom: 25%;
    z-index: 100;
}
.btn_fltg a {
    margin-top: 10px;
}

/*----------- back to top ------------*/
.btn_tp {
    margin-top: 100px;
    position: relative;
}
.btn_tp a {
    display: block;
    padding: 30px 0 20px 0;
    text-align: center;
    color: #fff;
    font-size: 12px;
    position: relative;
    text-decoration: none;
}
.btn_tp a:before {
    content: "";
    background-size: cover;
    background: url(/management_seminar_common/images/bktp.png) no-repeat;
    height: 7px;
    width: 12px;
    position: absolute;
    top: 12px;
    left: 0;
    margin: 0 auto;
    text-align: center;
    right: 0;
    
}
.btn_tp a:hover::before {
    top: 8px;
    transition: .2s;
}


/*----------- footer ------------*/
footer p {
    font-size: 10px;
    color: #fff;
    text-align: center;
    padding: 20px 0;
}

/*----------- add ------------*/
.add_caption_box {
	width: 560px; margin: -40px auto 0px;
}
.add_caption {
	text-align: left;
	font-size: 14px;
	padding-left: 150px;
	margin-top: -40px;
	padding-bottom: 20px;
}
.add_caption2 {
	float: left;
	font-size: 14px;
	padding-bottom: 20px;
}
.add_caption3 {
	float: right;
	font-size: 14px;
	padding-bottom: 20px;
}
.add_num {
    display: inline;
    font-weight: normal;
    font-size: 13px;
}