@charset "utf-8";

/*________________________________________________

	name:			pc.css
	create Date:	2019-02-19
	lastmodified:	****-**-**
________________________________________________*/

.titleArea {
    background-image: url("../../img/work/bg_h1.jpg");
}

/*--------------------------------------------------------------
  training_wrap
--------------------------------------------------------------*/
.training_wrap {
	display: block;
	clear: both;
	width: auto;
	margin: 0;
	padding: 0 0 40px 0;
    background-position: left bottom;
    background-repeat: no-repeat;
	text-align: left;
}
/*clearfix*/
.training_wrap:after {
	content: "";
	display: table;
	clear: both;
}
.training01 {
    background-image: url("../../img/training/arrow_training_01.png");
}
.training02 {
    background-image: url("../../img/training/arrow_training_02.png");
}
.training03 {
    background-image: url("../../img/training/arrow_training_03.png");
}
.training_col {
    display: block;
    clear: both;
	width: auto;
	margin: 0;
	padding: 0 0 0 20px;
    border-left: 100px solid;
	text-align: left;
}
/*clearfix*/
.training_col:after {
	content: "";
	display: table;
	clear: both;
}
.training01 .training_col {
    border-color: #d2f0fb;
}
.training02 .training_col {
    border-color: #88d4f0;
}
.training03 .training_col {
    border-color: #005596;
}
.training_img {
    display: inline;
    float: right;
	width: 400px;
    height: auto;
	margin: 0;
	padding: 0;
}
.training_img img {
    display: block;
	width: 100%;
    height: auto;
}
.training_cnt {
    display: inline;
    float: left;
	width: -webkit-calc(100% - 420px);
	width: calc(100% - 420px);
    height: auto;
    margin: 0;
    padding: 0;
    text-align: left;
}

/*--------------------------------------------------------------
  trainingafter
--------------------------------------------------------------*/
.trainingafter_ttl {
    display: block;
    clear: both;
	margin: 80px 0 40px 0;
	padding: 0;
	color: #005596;
	font-size: 171.4%;
    font-weight: bold;
	text-align: center;
	position: relative;
}
.trainingafter_ttl:before {
    content: "";
    display: block;
    border-top: 2px #005596 solid;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    z-index: 1;
}
.trainingafter_ttl span {
	display: inline-block;
	max-width: 80%;
	background-color: #fff;
    padding: 0 20px;
    font-weight: bold;
    position: relative;
    z-index: 10;
}
.trainingafter_wrap {
    display: block;
    clear: both;
    width: auto;
    height: auto;
    margin: 0 0 40px 0;
	padding: 0;
    text-align: left;
}
/*clearfix*/
.trainingafter_wrap:after {
	content: "";
	display: table;
	clear: both;
}
.trainingafter_img {
    display: inline;
    float: right;
	width: 400px;
    height: auto;
	margin: 0;
	padding: 0;
}
.trainingafter_img img {
    display: block;
	width: 100%;
    height: auto;
}
.trainingafter_cnt {
    display: inline;
    float: left;
	width: -webkit-calc(100% - 420px);
	width: calc(100% - 420px);
    height: auto;
    margin: 0;
    padding: 0;
    text-align: left;
}
.trainingafter_cnt h3:first-child {
    margin-top: 0!important;
}
