@charset "utf-8";
/* =============================================
	新入社員研修
============================================= */
/*****
common
*****/
.bg_pink{
	background-color: #fcdde5;
}
/*---------------------------------------------
	page_header
---------------------------------------------*/
#page_header{
	background-image: url("../img/header_bg.jpg");
	background-repeat: repeat-x;
	background-position: center center;
	background-size: auto 100%;
}

.page_header{
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 2em 0 0 0;
}

.page_header .h1_wrap{
	width: 41%;
	max-width: 482px;
	text-align: center;
	margin: 0 0 -3em 0;
}
.page_header h1{
	display: inline-block;
	font-size: 2.4rem;
	line-height: 1;
	color: #e04536;
	padding: 0.5em 1em;
	border-radius: 1em;
	background-color: rgba(255,255,255,0.8);
	box-shadow: 0 0 4px 4px rgba(0,0,0,0.25);
}
.page_header .header_ttl{
	width: 41%;
	max-width: 482px;
}
.page_header .header_img{
	width: 50%;
	max-width: 600px;
}


/*---------------------------------------------
	section
---------------------------------------------*/
.section_wrap{
	width: 100%;
	margin: 0 auto;
	padding: 4em 0;
	overflow-wrap: break-word;/*URL等の長英文の折り返し*/
	word-wrap: break-word;/*URL等の長英文の折り返し*/
}
.normal_section{
 font-size: 1.6rem;
	line-height: 1.6;
	width: 970px;
	margin: 0 auto;
	padding: 2em;
	border-radius: 1em;
	position: relative;
}

.other_section{
	font-size: 1.6rem;
	width: 94%;
	max-width: 970px;
	margin: 1em auto;
}

.ttl_type01{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.4rem;
	text-align: center;
	margin: 0 auto 1em auto;
}
.ttl_type01 .ttl_inner{
	display: inline-block;
	flex-shrink: 0;
	max-width: 90%;
	padding: 0.5em 1em;
	border: solid 2px #f7a4c0;
}
.ttl_type01::before,
.ttl_type01::after{
	content: '';
	display: inline-block;
	flex-grow: 1;
	width: auto;
	height: 4px;
	background-color: #f7a4c0;
}

/*****
リード
*****/
.lead_section{}
.lead_section h2{
	font-size: 2rem;
}

/*****
3つのメリット
*****/
.icon_point{
	display: inline-block;
	font-size: 1.2em;
	line-height: 1;
	margin: 3em 0 1em 0;
	padding: 0.5em 1.5em;
	border-radius: 1.2em;
	border: solid 1px #f7a4c0;
	background-color: #fff;
	box-shadow: 0 4px 2px 0px rgba(247,164,192,0.5);
}
.icon_point:first-of-type{
	margin-top: 0;
}

.point_img{
	display: flex;
	justify-content: space-between;
	margin-top: 2em;
}
.point_img li{
	width: 49%;
	max-width: 440px;
}

/*****
カリキュラム
*****/
.curriculum_box{
	width: 49%;
	padding: 1em;
	border-radius: 1em;
}

.ttl_date{
	font-size: 1.15em;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: dashed 1px #fff;
}

.curriculum_box ul{
	margin: 0.5em 0 1em 1em;
}
.curriculum_box ul li{}

/*****
実施概要・お申込
*****/
.tbl_info{
	width: 100%;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 0 0.5em;
}

.tbl_info tr{}

.tbl_info th,
.tbl_info td{
	text-align: left;
	padding: 0.5em;
}

.tbl_info th{
	border-right: solid 2px #fcdde5;
	background-color: rgba(255,255,255,0.65);
	white-space: nowrap;
}

.tbl_info td{
	background-color: rgba(255,255,255,0.85);
}

/*****
NPC
*****/
/***オススメアイコン***/
.icon_head{
	display: flex;
	align-items: flex-start;
	position: absolute;
	bottom: 100%;
	left: 0;
}
.icon_head .recom_img{
	display: block;
	width: 120px;
}
.icon_head .icon_recom{
	display: inline-block;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	margin: 0 0 0 -1.5em;
	padding: 0.5em 1em;
	border-radius: 1em;
	background-color: #A6A6A6;
	position: relative;
}
.icon_head .icon_recom::before{
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1em 1em 0 0em;
	border-color: #A6A6A6 transparent transparent transparent;
	position: absolute;
	top: 100%;
	left: 2em;
}


.prog_area{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 2em;
	padding: 1em;
	border: solid 2px #f7a4c0;
	background-color: #fff;
}

.prog_box{
	display: flex;
	width: 49%;
	padding: 1em;
}

.prog_box .icon_prog{
	flex-shrink: 0;
}

.prog_box .prog_text{
	flex-grow: 1;
}

.prog_ttl{
	font-size: 2rem;
	color: #f7a4c0;
	margin-bottom: 0.5em;
}

.prog_text ul{
	margin-top: 0.5em;
}
.prog_text ul li{
	list-style-type: square;
	list-style-position: inside;
}


/*****
実務研修Web講座(チラシ)
*****/
.lesson_ttl{
	width: 80%;
	margin: 2em auto;
}

.tbl_lesson{
	width: 100%;
	border-top: solid 1px #f7a4c0;
	border-left: solid 1px #f7a4c0;
}

.tbl_lesson tr{}

.tbl_lesson th,
.tbl_lesson td{
	padding: 0.5em;
	border-right: solid 1px #f7a4c0;
	border-bottom: solid 1px #f7a4c0;
}

.tbl_lesson th{
	background-color: #ddedf7;
}

.tbl_lesson td{
	background-color: #fff;
}
.tbl_lesson td.td_nowrap{
	white-space: nowrap;
}

.lesson_flow{
	width: 100%;
	max-width: 442px;
	margin: 2em 0 0 0;
}
.lesson_flow h4{
	margin-bottom: 1em;
}


/* ===========================================
	MediaQueries
=========================================== */
/* PC----------------------------- */
@media (min-width: 768px){
	/*---------------------------------------------
		section
	---------------------------------------------*/
	
	
}

/* スマホ----------------------------- */
@media screen and (max-width: 767px){
	/*---------------------------------------------
	page_header
	---------------------------------------------*/
	#page_header{}
	
	.page_header{
		text-align: center;
	}
	
	.page_header .h1_wrap{
		width: 100%;
		margin: 0 auto 1.5em auto;
	}
	.page_header h1{
		font-size: 1.8rem;
	}
	
	.page_header .header_ttl{
		width: 90%;
		margin: 1em auto;
	}
	
	.page_header .header_img{
		margin: 0 0 0 auto;
	}
	
	
	/*---------------------------------------------
	section
	---------------------------------------------*/
	.section_wrap{
		padding: 2em 0;
	}
	.normal_section{
		font-size: 1.4rem;
		width: 94%;
		padding: 1em;
		border-radius: 0.5em;
	}
	
	.other_section{
		font-size: 1.4rem;
	}
	
	.ttl_type01{
		font-size: 1.6rem;
	}
	
	/*****
 リード
 *****/
	.lead_section h2{
		font-size: 1.6rem;
	}
	
	/*****
 3つのメリット
 *****/
	
	/*****
 カリキュラム
 *****/
	.curriculum_box{
		width: 100%;
		margin-bottom: 1em;
	}
	
	/*****
 実施概要・お申込
 *****/
	.tbl_info{}
	
	.tbl_info th,
	.tbl_info td{
		display: block;
		width: 100%;
	}
	
	.tbl_info th{
		border-right: none;
	}
	
	/*****
 NPC
 *****/
	/***オススメアイコン***/
	.icon_head{
		margin-bottom: 1em;
		position: static;
	}
	.icon_head .recom_img{
		width: 60px;
	}
	.icon_head .icon_recom{
		font-size: 1.8rem;
		margin: 0 0 0 -0.5em;
	}
	
	.prog_area{
		display: block;
	}
	.prog_box{
		width: 100%;
		padding: 1em 0;
	}
	.prog_box .icon_prog{}
	.prog_ttl{
		font-size: 1.6rem;
	}
	
	/*****
	実務研修Web講座(チラシ)
	*****/
	.lesson_ttl{
		width: 100%;
	}
	
	.tbl_lesson{
		font-size: 1.2rem;
	}
	
}