
/* --------------------------------------------------

	騎手になるには

-------------------------------------------------- */

.stable_header {
	
}

.stable_header h2 {
	text-align: center;
	font-size: 3.0rem;
    font-weight: bold;
}

.stable_header > h2 span {
    display: block;
    font-size: 2.2rem;
    line-height: 1.4;
}

/*--- Step図示エリア ---*/

.contents_unit > .step_block {

}

.contents_unit > .step_block > ul {
	display: table;
	width: 100%;
}

.contents_unit > .step_block > ul > li {
	display: table-cell;
	width: 26%;
}

.contents_unit > .step_block > ul > li:last-child {
	display: table-cell;
	width: 22%;
}

.contents_unit > .step_block > ul > li > a {
	display: block;
	text-decoration: none;
	/*color: #fff;*/
	color: #333;
}

.step_unit {
	vertical-align: middle;
    background-color: #2aa83d;
	background-color: #ecebeb;
    width: 84%;
    padding: 0;
	/*border: 3px solid #e50012;*/
}

.contents_unit > .step_block > ul > li:last-child .step_unit { width: 100%; }

.step_unit > .step_cell {
	position: relative;
    background-color: #2aa83d;
	background-color: #fff;
    /*color: #fff;*/
    display: block;
    width: auto;
    line-height: 1.6;
    font-size: 1.6rem;
    /*white-space: nowrap;*/
    /*background-color: #eee;*/
    text-align: center;
    font-weight: bold;
	border: 1px solid #ddd;
	
    /*color: #1b521f;*/
}

.step_unit > .step_cell > span.caps {
	display: block;
	/*width: 80%;*/
	margin: 0 auto;
	background-color: #daf4d5;
	/*color: #2aa83d;
	color: #e50012;*/
	font-weight: bold;
	padding: 6px;
	/*padding: 0 20px;*/
	border-bottom: 1px solid #ddd;
}

.step_unit > .step_cell > p {
	/*display: block;*/
	/*width: 80%;
	margin: 0 auto;
	margin-top: 6px;*/
	padding: 20px;
	line-height: 1.2;
}

.step_unit > .step_cell > p span.fs {
	font-size: 1.5rem;
}

.step_unit > .step_cell > span.arrow {
	left: 100%;
    margin-left: 10px;
    top: 50%;
	/*right: -33px;*/
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(42, 168, 61, 0);
    border-left-color: #2aa83d;
    border-color: rgba(238,238,238, 0);
    border-left-color: #2aa83d;
	border-left-color: #ecebeb;
    border-width: 20px;
    margin-top: -20px;
}

ul.flow_block {
	border: 1px solid #ddd;
	border-bottom: none;
}

ul.flow_block p { font-size: 1.4rem; }

ul.flow_block > li.flow_unit {
	display: table;
	width: 100%;
	border-bottom: 1px solid #ddd;
}

ul.flow_block > li.flow_unit > .flow_header,
ul.flow_block > li.flow_unit > .content {
	display: table-cell;
}

ul.flow_block > li.flow_unit > .flow_header {
	background-color: #eee;
	border-right: 1px solid #ddd;
	width: 10%;
}

ul.flow_block > li.flow_unit > .content {
	padding: 20px;
	/*padding-top: 0;*/
	/*border-left: 3px solid #e50012;*/
	vertical-align: top;
}

ul.flow_block > li.flow_unit > .flow_header > h3 {
	/*font-size: 1.6rem;*/
	font-weight: bold;
	/*color: #e50012;*/
	padding: 20px 30px;
	/*background-color: #ddd;*/
}

ul.flow_block > li.flow_unit > .content > h3 {
	font-size: 1.6rem;
	font-weight: bold;
	/*color: #e50012;*/
}

ul.flow_block .content > dl {
	display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-size: 1.4rem;
}

ul.flow_block .content > dl.case dt  {
	width: 108px;
	/* min-width: 108px; */
	padding: 2px;
	font-weight: bold;
	color: #660000;
	color: #0d751c;
}

ul.flow_block .content > dl.case dd {
	width: 86%;
	/* max-width: 86%; */
	text-align: left;
	text-decoration: underline dotted #777;
	/* border-bottom: 1px dotted #555; */
	padding-bottom: 6px;
}


.content > ul > li > .exam_box > h4,
.content > ul > li > .exam_box > p { text-align: center; }

.content > ul > li > .exam_box > h4 {
	color: #2aa83d;
	font-weight: bold;
}

ul.flow_block > li.flow_unit > .content > h4 {
	font-weight: bold;
	border-bottom: 1px dotted #ddd;
	padding: 4px 0;
}

.content > ul > li > .arrow {
	text-align: center;
	padding: 10px;
	}
	
.content > ul > li > .arrow > i {
	font-size: 2rem;
	color: #999;
	}
	
.content > table.course_list {
	margin-top: 20px;
}

.content > table.course_list th {
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	border: solid 1px #ddd;
}

.content > table.course_list th span { display: block; }

.p1 { width: 40%; background-color: #eee;}
.p2 { width: 35%; background-color: #bbb; }
.p3 { width: 25%; background-color: #999; }

.content > table.course_list td {
	font-size: 1.3rem;
	padding: 10px;
	border: solid 1px #ddd;
}

.content > table.course_list td span {
	 /*display: block;*/
	 color: #660000;
	 font-weight: bold;
}


ul.flow_block > li.flow_unit > .content > .img {

}

ul.flow_block > li.flow_unit > .content > .img > ul {
	display: table;
	table-layout: fixed;
	width: 100%;
	padding: 5px;
	padding-bottom: 0;
}

ul.flow_block > li.flow_unit > .content > .img > ul > li {
	width: 33.3%;
	display: table-cell;
	padding: 5px;
	vertical-align: middle;
}

ul.flow_block > li.flow_unit > .content > .img > ul > li img {
	width: 100%;
	vertical-align: top;
}

table.k_list th {
    background-color: #eee;
	white-space: nowrap;
}

table.k_list th,
table.k_list td {
    font-size: 1.4rem;
    border: 1px solid #ddd;
    padding: 10px 20px;
    vertical-align: middle;
}

div.link_list {
    display: inline-block;
}

div.link_list ul > li {
    width: auto;
}


/* ------------------------------------------------------------

	1279px以下

------------------------------------------------------------ */
@media screen and ( max-width : 1279px ) {
    
    /*
    #contentsBody > div.inner {
        padding: 40px;
        padding-bottom: 120px;
    }
    */
}

/* ------------------------------------------------------------

	1199px以下

------------------------------------------------------------ */
@media screen and ( max-width : 1199px ) {
    
	/* インタビュー一覧タイトル */
	
    .int_list > ul li a .txt h4 {
	font-size: 1.8rem;
}
    
}

/* ------------------------------------------------------------

	959px以下

------------------------------------------------------------ */
@media screen and ( max-width : 959px ) {

	ul.flow_block .content > dl {
		display: block;
	}

	ul.flow_block .content > dl.case dt,
	ul.flow_block .content > dl.case dd {
		display: block;
		width: 100%;
		max-width: 100%;
	}
}


/* ------------------------------------------------------------

	767px以下

------------------------------------------------------------ */
@media screen and ( max-width : 767px ) {

.step_unit > .step_cell > p {
	font-size: 1.4rem;
	padding: 10px;
}

.step_unit > .step_cell > span.arrow {
    margin-left: 5px;
}

ul.flow_block > li.flow_unit > .flow_header > h3 {
	padding: 20px 10px;
}

table.k_list th,
table.k_list td {
	font-size: 1.3rem;
	padding: 10px; }

div.link_list > ul > li > a > .inner { display: table; }
    
div.link_list > ul > li > a > .inner span.icon,
div.link_list > ul > li > a > .inner p.txt {
        display: table-cell;
}
    
div.link_list > ul > li > a > .inner span.icon {
        width: 24px;
        vertical-align: top;
}

div.link_list > ul > li > a > .inner > p.txt {
        text-align: left;
        font-size: 1.5rem;
    }

}


/* ------------------------------------------------------------

	639px以下

------------------------------------------------------------ */
@media screen and ( max-width : 639px ) {



.step_unit > .step_cell > span.arrow {
    border-width: 15px;
    margin-top: -15px;
}

.p1,.p2,.p3 { width: 33.33%;}

ul.flow_block > li.flow_unit > .content > .img > ul {
	padding: 0;
	/*margin-top: 10px;*/
}

ul.flow_block > li.flow_unit > .content > .img > ul > li {
	display: block;
	width: 100%;
	margin-bottom: 5px;
	padding: 0;
}

ul.flow_block > li.flow_unit > .content > .img > ul > li:nth-child(1) {
	width: 100%;
}
   
}


/* ------------------------------------------------------------

	539px以下

------------------------------------------------------------ */
@media screen and ( max-width : 539px ) {

.contents_unit > .step_block > ul { display: block; }
    
.contents_unit > .step_block > ul > li {
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 30px;
}

.contents_unit > .step_block > ul > li:after {
	content: "";
    position: absolute;
	bottom: -25px;
    left: 50%;
	display: block;
    /*margin-top: 0;*/
    margin-left: -20px;
    border-top: 20px solid #dddddd;
    border-right: 20px solid transparent;
    border-bottom: 0;
    border-left: 20px solid transparent;
}

.contents_unit > .step_block > ul > li:last-child {
	display: block;
	width: 100%;
}

.contents_unit > .step_block > ul > li.s4:after {
	content: "";
    position: absolute;
	bottom: -25px;
    left: 50%;
	display: block;
    /*margin-top: 0;*/
    margin-left: -20px;
    border-top: 20px solid #dddddd;
    border-right: 20px solid transparent;
    border-bottom: 0;
    border-left: 20px solid transparent;
	
	border: 0;
}

/*.contents_unit > .step_block > ul > li:after {
    position: absolute;
	bottom: -20px;
    left: 50%;
	display: block;
   
    margin-left: -20px;
    border-top: 20px solid #dddddd;
    border-right: 20px solid transparent;
    border-bottom: 0;
    border-left: 20px solid transparent;
}*/

.step_unit {
	width: 100%;
	}

.step_unit > .step_cell > span.arrow { display: none; }
   
    
}


/* ------------------------------------------------------------

	479px以下

------------------------------------------------------------ */
@media screen and ( max-width : 479px ) {
   


/* ------------------------------------------------------------

	399px以下

------------------------------------------------------------ */
@media screen and ( max-width : 399px ) {
    


ul.flow_block > li.flow_unit > .flow_header,
ul.flow_block > li.flow_unit > .content { display: block; }

ul.flow_block > li.flow_unit > .flow_header {
	text-align: center;
	border-right:  none; 
	border-bottom: 1px solid #ddd;
	width: 100%;
}
    
}


