@charset "UTF-8";
/*--------------------カスタム投稿タイプ：講座----------*/
.only_sp{display: none;}
.only_pc{display: block;}

.kouza_header img,
.kouza_body img {max-width: 100%;}
.kouza_header {
    background: #e2f2fe;
    padding: 20px 0;
	overflow: hidden;
}
.kouza_header .slider li img {
    width: 100%;
    height: auto;
}
.kouza_header .slider .slick-slide:not(.slick-center) {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.6;
}
.kouza_body .flex {
    display: flex;
    justify-content: space-between;
    gap: 0 20px;
}
.kouza_body .main_con {text-align: left;}
@media (min-width:769px) {
    .kouza_body .main_con {flex: 1;}
    .kouza_body .side_con {width: 270px;}
	.floatwrap {overflow: inherit;}
	.kouza_body .side_con .sticky {
		position: sticky;
	    top: 100px;
	}
}
@media (max-width:768px) {
	.only_sp{display: block;}
	.only_pc{display: none !important;}
	
    .kouza_header {padding: 10px 0;}
    .kouza_body {padding: 0 2.5%;}
    .kouza_body .flex {
        gap: 30px 0;
        flex-flow: column nowrap;
    }
    .kouza_body .main_con {order: 1;}
    .kouza_body .side_con {order: 2;}
    .kouza_header .slider .slick-slide:not(.slick-center) {opacity: 1;}
}

/*サイドバー*/
.side_con .head_search .search-field {display: block;width: 100%;}
.side_con .head_search .label-wrapper,
.side_con .head_search input[type="text"] {
    width: 85.2%;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #ccc;
    border-radius: 5px 0 0 5px;
    padding-left: 10px;
    text-align: left;
}
.side_con .head_search input[type="submit"] {
    background: url(../img/top_search.png) no-repeat center center, #1466a2;
    background-size: 17px auto;
    width: 14.8%;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border: 1px solid #1466a2;
    margin-left: -5px;
    border-radius: 0 5px 5px 0;
    color: transparent;
}
.kouza-categories h3 {
    background: #1466a2;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 10px 0;
    border: none;
    font-size: 14px;
    margin: 15px 0 0 0;
}
.kouza-category-list > li {
    font-size: 14px;
    border: 1px solid #ccc;
    border-top: none;
    box-sizing: border-box;
    text-align: left;
}
.kouza-category-list li a {
    padding: 8px 0 8px 40px;
    background: url(../img/side_bk.png) no-repeat left 20px center;
    background-size: 11px auto;
    display: block;
}
.kouza-category-list .child-category {
    background: #F7F7F7;
}
.kouza-category-list .child-category li {
    border-top: 1px solid #eee;
    padding-left: 20px;
}
.sidebar_btn a {
    display: block;
    margin-top: 15px;
}

/*共通*/
.kouza_body .main_con .top_h2 {
	font-size: 22px;
    color: #1466a2;
    border-bottom: 2px solid #1466a2;
    padding: 0 0 6px 40px;
    margin: 0 0 10px 0;
	background: url(../img/top_h_bg2.jpg) no-repeat left center;
	background-size: 36px auto;
}
.kouza_body .main_con .new .top_h2 {background-image: url(../img/top_h_bg1.jpg);}

.kouza_body .btn_area a {
	text-align: center;
	color: #1466a2;
	border-color: #1466a2;
}
.kouza_body .btn_area a:hover {
	background: #1466a2;
	color: #FFF;
}

/*新着講座*/
.new{margin-bottom: 50px;}
.new ul{
	width: 95%;
	margin: 0 auto;
}
.new ul li{
	color: #000;
	font-size: 16px;
	font-weight: bold;
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
}
.new ul li span{color: red;}
.new ul li:last-child{border-bottom: none;}
.new ul li a{
	color: #000;
	text-decoration: underline;
}

/*講座ループ*/
a.more_button{
	display: block;
	padding: 2px 0;
	box-sizing: border-box;
	border: 1px solid #1466a2;
	color: #1466a2;
	text-decoration: none;
	text-align: center;
	width: 80px;
	font-size: 12px;
	position: absolute;
	right: 0;
	top: 2px;
}
.kouza{
	margin-bottom: 100px;
	position: relative;
	clear: both;
}
.kouza ul {
	display: flex;
	flex-wrap: wrap;
	gap: 15px 5%;
	margin: 20px 0;
}
.kouza ul li {width: 30%;}
.kouza ul li a{
	color: #000;
	text-decoration: none;
}
.kouza ul li a:hover{text-decoration: underline;}
.kouza ul li p {
	text-align: center;
	font-size: 14px;
	margin-top: 5px;
}
.kouza ul li p span{font-size: 12px;}

/*カリキュラム例*/
.kouza .example_detail{display: none;}
.kouza .example_active{display: block;}
.kouza img.example{
	display: block;
	width: 240px;
	margin-bottom: 20px;
	cursor: pointer;
}
.kouza .example_box{padding: 20px 10px;}
.example_title{
	display: inline-block;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	background: #1466a2;
	padding: 5px 20px;
	border-radius: 50px;
	margin: 30px 0 10px 0;
}
.example_year{
	font-size: 16px;
	color: #1466a2;
	font-weight: bold;
	border-bottom: 1px solid #1466a2;
	padding-bottom: 0;
	padding-left: 10px;
	margin-bottom: 10px;
}
.example_category{
	width: 100%;
	display: flex;
}
.example_category_box{
	width: 49%;
	box-sizing: border-box;
	display: inline-block;
	text-align: center;
	overflow: hidden;
}
.example_category_box:first-child{
	margin-right: 2%;
}
.example_category_box p{
	float: left;
	font-weight: bold;
	font-size: 16px;
}
.example_category_box p:first-child{
	width: 60%;
}
.example_category_box p:nth-child(2), .example_category_box p:nth-child(3){
	width: 20%;
}
.example_kouza{
	width: 100%;
}
.example_kouza ul{
	overflow: hidden;
	margin: 1em 0 0 0;
	gap: 0;
}
.example_kouza ul li{
	width: 49%;
	box-sizing: border-box;
	float: left;
	margin: 0 0 20px 0;
	overflow: hidden;
}
.example_kouza ul li:nth-child(odd){
	margin-right: 2%;
}
.example_kouza ul li p{
	float: left;
	font-size: 16px;
	line-height: 1.2;
}
.example_kouza ul li p:first-child{
	width: 60%;
	text-align: left;
}
.example_kouza ul li p:nth-child(2), .example_kouza ul li p:nth-child(3){
	width: 20%;
}
.example_kouza ul li p span{
	font-size: 13px;
}
.example_kouza ul li p span.no{
	color: #1466a2;
	font-weight: bold;
	font-size: 15px;
}
.example_kouza ul li p.kunren{
	color: #FFF;
	border-radius: 30px;
	font-size: 13px;
	padding: 0 0 1px 0;
	box-sizing: border-box;
	width: 17%;
	margin-left: 1.5%;
	text-align: center;
}
.example_detail .nyushokuji{background: #f08500;}
.example_detail .shokuno{background: #00a456;}
.example_detail .kaisou{background: #e60012;}
.example_detail .tenkan{background: #e62e8b;}
.example_detail .blue{background: #eef6fb;}
@media (max-width:768px) {
	.kouza .example{
		margin: 0 auto 20px auto;
	}
	.kouza .example_detail {
		width: 100%;
		overflow-x: scroll;
		overflow-y: auto;
	}
	.kouza .example_detail img{
		width: 1300px;
		max-width: 1300px;
	}
	
	.example_category{
		width: 100%;
		display: block;
	}
	.example_category_box{
		width: 100%;
		box-sizing: border-box;
		display: block;
		text-align: center;
		overflow: hidden;
	}
	.example_category_box:first-child{
		margin-right: 0;
	}
	
	.example_kouza ul li{
		width: 100%;
		box-sizing: border-box;
		float: none;
		margin: 0 0 20px 0;
		overflow: hidden;
	}
	.example_kouza ul li:nth-child(odd){
		margin-right: 0;
	}
}

/*講座投稿ページ*/
.title{
	width: 810px;
	height: 262px;
	padding-top: 60px;
	padding-left: 20px;
	box-sizing: border-box;
}
.title2{
	width: 810px;
	height: 262px;
	padding-top: 70px;
	padding-left: 20px;
	box-sizing: border-box;
}
.title2::after {display: none;}
.mono{
	background: url(../img/page/monodukuri/h_monodukuri.png) no-repeat center top;
	background-size: cover;
}
.hinshitsu{
	background: url(../img/page/hinshitsu/h_hinshitsu.png) no-repeat center top;
	background-size: cover;
}
.senban{
	background: url(../img/page/senban/h_senban.png) no-repeat center top;
	background-size: cover;
}
.syokuhinkakou{
	background: url(../img/page/syokuhinkakou/h_syokuhinkakou.png) no-repeat center top;
	background-size: cover;
}
.truck{
	background: url(../img/page/truck/h_truck.png) no-repeat center top;
	background-size: cover;
}
.syoukengaimuin{
	background: url(../img/page/syoukengaimuin1/h_syoukengaimuin1.png) no-repeat center top;
	background-size: cover;
}
.sonotakaigo{
	background: url(../img/page/sonota/h_sonotakaigo.png) no-repeat center top;
	background-size: cover;
}
.ninchisyo{
	background: url(../img/page/ninchisyo/h_ninchisyo.png) no-repeat center top;
	background-size: cover;
}
.seizukiso{
	background: url(../img/page/seizukiso/h_seizukiso.png) no-repeat center top;
	background-size: cover;
}
.setugu{
	background: url(../img/page/setugu/h_setugu.png) no-repeat center top;
	background-size: cover;
}
.kansensyo{
	background: url(../img/page/kansensyo/h_kansensyo.png) no-repeat center top;
	background-size: cover;
}
.unoudemanabu{
	background: url(../img/page/unoudemanabu/h_unoudemanabu.png) no-repeat center top;
	background-size: cover;
}
.kaigo{
	background: url(../img/page/kaigo/h_kaigo.png) no-repeat center top;
	background-size: cover;
}
.pinch{
	background: url(../img/page/pinch/h_pinch.png) no-repeat center top;
	background-size: cover;
}
.servernetwork{
	background: url(../img/page/servernetwork/h_servernetwork.png) no-repeat center top;
	background-size: cover;
}
.casedemanabu{
	background: url(../img/page/casedemanabu/h_casedemanabu.png) no-repeat center top;
	background-size: cover;
}
.casedemanabu{
	background: url(../img/page/casedemanabu/h_casedemanabu.png) no-repeat center top;
	background-size: cover;
}
.excel{
	background: url(../img/page/excel/h_excel.png) no-repeat center top;
	background-size: cover;
}
.javascript{
	background: url(../img/page/javascript/h_javascript.png) no-repeat center top;
	background-size: cover;
}
.html{
	background: url(../img/page/html/h_html.png) no-repeat center top;
	background-size: cover;
}
.css{
	background: url(../img/page/css/h_css.png) no-repeat center top;
	background-size: cover;
}
.autocad{
	background: url(../img/page/autocad/h_autocad.png) no-repeat center top;
	background-size: cover;
}
.webdesign{
	background: url(../img/page/webdesign/h_webdesign.png) no-repeat center top;
	background-size: cover;
}
.photoshop{
	background: url(../img/page/photoshop/h_photoshop.png) no-repeat center top;
	background-size: cover;
}
.jquerymobile{
	background: url(../img/page/jquerymobile/h_jquerymobile.png) no-repeat center top;
	background-size: cover;
}
.unousmafo{
	background: url(../img/page/unousmafo/h_unousmafo.png) no-repeat center top;
	background-size: cover;
}
.manga{
	background: url(../img/page/manga/h_manga.png) no-repeat center top;
	background-size: cover;
}
.hanbaiinskil{
	background: url(../img/page/hanbaiinskil/h_hanbaiinskil.png) no-repeat center top;
	background-size: cover;
}
.asitajissen{
	background: url(../img/page/asitajissen/h_asitajissen.png) no-repeat center top;
	background-size: cover;
}
.businessmanner{
	background: url(../img/page/businessmanner/h_businessmanner.png) no-repeat center top;
	background-size: cover;
}
.humanskill{
	background: url(../img/page/humanskill/h_humanskill.png) no-repeat center top;
	background-size: cover;
}
.preskakou{
	background: url(../img/page/preskakou/h_preskakou.png) no-repeat center top;
	background-size: cover;
}
.denkidensibuhin{
	background: url(../img/page/denkidensibuhin/h_denkidensibuhin.png) no-repeat center top;
	background-size: cover;
}
.mekki{
	background: url(../img/page/mekki/h_mekki.png) no-repeat center top;
	background-size: cover;
}
.kikaikakou{
	background: url(../img/page/kikaikakou/h_kikaikakou.png) no-repeat center top;
	background-size: cover;
}
.blueworker{
	background: url(../img/page/blueworker/h_blueworker.png) no-repeat center top;
	background-size: cover;
}
.soukosagyou{
	background: url(../img/page/soukosagyou/h_soukosagyou.png) no-repeat center top;
	background-size: cover;
}
.syokuba{
	background: url(../img/page/syokuba/h_syokuba.png) no-repeat center top;
	background-size: cover;
}
.daiichieisei{
	background: url(../img/page/daiichieisei/h_daiichieisei.png) no-repeat center top;
	background-size: cover;
}
.genbaleader{
	background: url(../img/page/genbaleader/h_genbaleader.png) no-repeat center top;
	background-size: cover;
}
.syokucho{
	background: url(../img/page/syokucho/h_syokucho.png) no-repeat center top;
	background-size: cover;
}
.genbaleader{
	background: url(../img/page/genbaleader/h_genbaleader.png) no-repeat center top;
	background-size: cover;
}
.logistics{
	background: url(../img/page/logistics/h_logistics.png) no-repeat center top;
	background-size: cover;
}
.hisyokentei{
	background: url(../img/page/hisyokentei/h_hisyokentei.png) no-repeat center top;
	background-size: cover;
}
.cleancrew{
	background: url(../img/page/cleancrew/h_cleancrew.png) no-repeat center top;
	background-size: cover;
}
.career{
	background: url(../img/page/career/h_career.png) no-repeat center top;
	background-size: cover;
}
.backpain{
	background: url(../img/page/backpain/h_backpain.png) no-repeat center top;
	background-size: cover;
}
.jinken{
	background: url(../img/page/jinken/h_jinken.png) no-repeat center top;
	background-size: cover;
}
.eiseikanri{
	background: url(../img/page/h_eiseikanri.png) no-repeat center top;
	background-size: cover;
}

.title h2{
	font-size: 34px;
	margin: 0 0 5px 0;
	padding: 0;
}
.title2 h2{
	font-size: 26px;
	margin: 0 0 5px 0;
}
.title2 h2 span{
	font-size: 18px;
}
.title .title_p{
	margin-bottom: 30px;
}
.title .title_p span{
	color: #1466a2;
}
.title img{
	width: 155px;
}
.shot{
	width: 100%;
	margin-bottom: 20px;
}
.shot ul{
	overflow: hidden;
	margin: 1em 0;
}
.shot ul li{
	width: 32%;
	float: left;
	margin: 0 2% 0 0;
}
.shot ul li:last-child{
	margin-right: 0;
}

@media only screen and (max-width: 768px) {
	.title{
		padding-top: 40px;
		width: 100%;
	}
	.title h2{
		font-size: 28px;
	}
	.title2 h2{
		font-size: 22px;
	}
	.title2 h2 span{
		font-size: 14px;
	}
	.title .title_p{
		margin-bottom: 10px;
		font-size: 13px;
	}
}

/*overview*/
.overview{
	background: #deeefa;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 30px;
	margin-bottom: 50px;
}
.overview h3{
	color: #1466a2;
	text-align: center;
	margin: 0 0 20px 0;
	font-size: 25px;
	padding: 0;
	border: none;
}
ul.overview_button{
	overflow: hidden;
	margin: 1em 0;
	width: auto;
}
ul.overview_button li{
	background: #FFF;
	border-radius: 10px;
	padding: 10px 14px 6px 14px;
	float: left;
	margin: 0 10px 10px 0;
	color: #1466a2;
	font-size: 22px;
	font-weight: bold;
	cursor: pointer;
}
ul.overview_button li:hover{
	background: #1466a2;
	color: #fff;
}
.overview_detail h4{
	font-size: 33px;
	font-weight: bold;
	color: #1466a2;
	border-bottom: 2px solid #1466a2;
	margin: 0 0 8px 0;
	padding: 0;
	border-left: none;
}
.overview_detail .time{
	overflow: hidden;
	margin-bottom: 40px;
}
.overview_detail .time p{
	float: left;
}
p.time_title{
	color: #FFF;
	background: #1466a2;
	border-radius: 20px;
	font-size: 13px;
	padding: 4px 10px 2px 10px;
	margin-right: 10px;
}
p.time_text{
	margin-right: 20px;
	padding-top: 3px;
}
.kaisetsu h5{
	color: #1466a2;
	font-weight: bold;
	font-size: 20px;
	margin: 0 0 5px 0;
	padding: 6px 0 6px 50px;
}
.kaisetsu h5.kaisetsu_h{
	background: url(../img/page/detail_bg1.png) no-repeat left center;
	background-size: 42px auto;
}
.kaisetsu h5.carrier_h{
	background: url(../img/page/detail_bg2.png) no-repeat left center;
	background-size: 42px auto;
}
.kaisetsu p{
	margin-bottom: 30px;
}

.point{
	background: url(../img/page/point_bg1.png) no-repeat top 10px right -30px, #ffeaf3;
	background-size: 110px;
	border-radius: 10px;
	overflow: hidden;
	padding: 30px 50px;
}
.point .point_title{
	font-size: 20px;
	color: #e60012;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.point_detail{
	background: #FFF;
	padding: 30px;
}
.point_detail p{
	background: url(../img/page/point_bg2.png) no-repeat left center;
	background-size: 15px auto;
	padding-left: 20px;
	margin-bottom: 10px;
}
.point_detail p:last-child{
	margin-bottom: 0;
}
.overview_detail > div:not(:first-of-type) {
  display: none;
}
@media only screen and (max-width: 768px) {
	.overview{
		padding: 20px;
	}
	ul.overview_button li{
		padding: 10px 14px 6px 14px;
		float: left;
		margin: 0 10px 10px 0;
		font-size: 16px;
		border-radius: 5px;
	}
	.overview_detail h4{
		font-size: 28px;
	}
	.overview_detail .time p{
		margin-bottom: 10px;
		float: none;
	}
	.overview_detail p.time_title{
		display: inline-block;
		margin-bottom: 0;
	}
	.point{
		padding: 20px;
	}
	.point_detail{
		padding: 10px;
	}
	.point_detail p{
		background: url(../img/page/point_bg2.png) no-repeat left top 3px;
		background-size: 15px auto;
		padding-left: 20px;
		margin-bottom: 10px;
	}
}

/*video*/
.video{
	margin-bottom: 50px;
}
.video h2{
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	color: #1466a2;
	margin-bottom: 30px;
	position: relative;
}
.video h2:before{
	  content: '';
	  position: absolute;
	  left: 50%;
	  bottom: -15px;/*線の上下位置*/
	  display: inline-block;
	  width: 80px;/*線の長さ*/
	  height: 3px;/*線の太さ*/
	  -moz-transform: translateX(-50%);
	  -webkit-transform: translateX(-50%);
	  -ms-transform: translateX(-50%);
	  transform: translateX(-50%);/*位置調整*/
	  background-color: #1466a2;/*線の色*/
}

/*curriculum*/
.curriculum h2{
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	color: #1466a2;
	position: relative;
	padding: 0;
	margin: 1em 0 30px 0;
}
.curriculum h2:before{
	  content: '';
	  position: absolute;
	  left: 50%;
	  bottom: -15px;/*線の上下位置*/
	  display: inline-block;
	  width: 80px;/*線の長さ*/
	  height: 3px;/*線の太さ*/
	  -moz-transform: translateX(-50%);
	  -webkit-transform: translateX(-50%);
	  -ms-transform: translateX(-50%);
	  transform: translateX(-50%);/*位置調整*/
	  background-color: #1466a2;/*線の色*/
	}
.curriculum_box{
	margin-bottom: 30px;
}
.curriculum_box h3{
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background: #1466a2;
	border-radius: 8px;
	padding: 6px 20px 6px 30px;
	display: inline-block;
	letter-spacing: 5px;
	margin: 1em 0;
	border-left: none;
}
.curriculum_detail_title{
	background: #b5b5b5;
	color: #FFF;
	font-weight: bold;
	padding: 8px 20px 5px 20px;
	box-sizing: border-box;
	font-size: 15px;
	position: relative;
	cursor: pointer;
	margin-bottom: 10px;
}
.curriculum_detail_title span{
	font-size: 11px;
	color: #F1F1F1;
}
.curriculum_detail_text{
	overflow: hidden;
	width: 95%;
	margin: 10px auto 20px auto;
	display: none;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.curriculum_detail_text p{
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 10px;
	background: #e5e5e5;
	box-sizing: border-box;
	padding: 10px 40px 6px 10px;
	overflow: hidden;
	font-size: 13px;
}
.curriculum_detail_text p span{
	float: right;
	margin-right: -30px;
}
.curriculum_detail_text p:last-child{
	display: none;
}
.curriculum_detail_text p:nth-child(even){
	margin-right: 0;
}
@media only screen and (max-width: 768px) {
	.curriculum_detail_text p{
		float: none;
		width: 100%;
		margin-right: 0;
		background: #e5e5e5;
		box-sizing: border-box;
		padding: 10px 40px 6px 10px;
		margin-bottom: 5px;
	}
	.curriculum_detail_text p span{
		float: right;
		margin-right: -30px;
	}
}

/*page_contact*/
.page_contact{
	clear: both;
	padding: 20px 90px;
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
	border: 1px solid #1466a2;
	border-radius: 10px;
	margin-top: 70px;
	margin-bottom: 90px;
}
.page_contact_left{
	float: left;
	width: 45%;
	text-align: center;
}
.page_contact_p1{
	margin: 0 auto;
	font-size: 22px;
	margin: 0;
}
.page_contact_p2{
	margin: 0 auto;
	background: url(../img/page/page_contact_bg.png) repeat-x left bottom;
	display: inline-block;
	padding: 0 5px;
	font-size: 15px;
	margin: 0 0 5px 0;
}
.page_contact_left img{
	width: 100%;
}

.page_contact_right{
	float: right;
	width: 45%;
	padding-right: 20px;
	box-sizing: border-box;
}
.page_contact_right img:first-child{
	margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
	.page_contact{
		padding: 20px 30px;
	}
	.page_contact_left{
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	.page_contact_right{
		float: none;
		width: 100%;
		padding: 0;
	}
	.page_contact_right img:first-child{
		margin-bottom: 10px;
	}
}

/*page_sample動画*/
.sample a{
	display: block;
	width: 350px;
	box-sizing: border-box;
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	color: #FFF;
	background: #f08500;
	padding: 10px 0;
	margin: 20px auto 100px auto;
	border-radius: 10px;
}
.sample_douga{
	width: 400px;
	margin: 0 auto 100px auto;
}
.sample_youtube{
	width: 560px;
	height: 315px;
	margin: 0 auto 100px auto;
}
.sample_youtube iframe{
	width: 100%;
	height: 315px;
}
@media only screen and (max-width: 768px) {
	.sample_youtube{
		width: 100%;
	}
	.sample_youtube iframe{
		width: 100%;
		height: 200px;
	}
}

/*キャリア料金*/
.career_price{
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	margin: 30px 0 0 0;
}
.career_price_con{
	width: 32%;
	margin-right: 2%;
	border-radius: 10px;
	overflow: hidden;
	float: left;
	box-sizing: border-box;
	border: 1px solid #ccc;
}
.career_price_p1{
	text-align: center;
	width: 100%;
	border-radius: 10px 10px 0 0;
	color: #FFF;
	background: #1466a2;
	margin: 0;
	padding: 10px 0 5px 0;
}
.career_price_p2{
	text-align: center;
	width: 100%;
	border-radius: 0 0 10px 10px;
	margin: 0;
	background: #FFF;
	padding: 5px 0 10px 0;
}
.m_r0{
	margin-right: 0;
}
.m_t30{
	margin-top: 60px !important;
}
.overview h3.price_h3{
		border-bottom: 2px solid #1466a2;
		padding-bottom: 10px;
	}
@media only screen and (max-width: 768px) {
	.career_price_con{
		width: 80%;
		float: none;
		margin: 0 auto 20px auto;
	}
	.m_r0{
		margin-right: auto;
	}
}