@charset "UTF-8";


/* *****************************************************
 *	layout
 * *****************************************************/
/* contents
-------------------------------------------------------*/
div.contents.top h2{
	margin-bottom: 20px;
    font-weight: bolder;
    font-size: 2.4rem;
    line-height: 1.6;
}

div.contents.top h2 span{
	display: block;
	padding: 5px 0;
}

div.contents.top .text01{
	margin-bottom: 40px;
	font-size: 1.8rem;
    line-height: 1.9;
}

div.contents.top .text01 p{
	margin-bottom: 10px;
}

div.contents.top h3{
	margin-bottom: 10px;
}

div.contents.top ol{
	padding-left: 20px;
	line-height: 1.9;
}

div.contents.top ul{
    margin-bottom: 40px;
	padding-left: 20px;
	line-height: 1.9;
}

div.contents.top ul li{
	padding: 5px 0;
	font-weight: bold;
}

div.contents.top .text02{
	margin-bottom: 40px;
    font-size: 2.4rem;
    line-height: 1.9;
}

div.contents.top .text02 p{
	margin-bottom: 10px;
	font-weight: bolder;
}

div.contents.top .text02 p span{
	color: #ff0000;
}

div.contents.top .text02 p.mini{
	font-size: 1.2rem;
}

div.contents.top .btn_box{
	text-align: center;
}

div.contents.top .btn_box h4{
	margin-bottom: 20px;
    font-weight: bolder;
    font-size: 2.4rem;
    line-height: 1.6;
}

div.contents.top .btn_box .button{
	margin-bottom: 20px;
}

div.contents.top .btn_box a.big{
	padding: 0.8em 1em;
	font-size: 1.2em;
	position: relative;
	box-shadow: 0 5px 0 #ccc;
	top: 0px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
	padding: 1em 2em;
	display: inline-block;
	position: relative;
	background-color: #607d8b;
	border-radius: 3px;
	border-style: solid;
	border-width: 0px;
	color: #fff;
	font-weight: bold;
	text-decoration: none !important;
}

div.contents.top .btn_box a.big:hover{
	top: 5px;
	box-shadow: none;
	-webkit-filter: brightness(0.8);
	-moz-filter: brightness(0.8);
	-o-filter: brightness(0.8);
	-ms-filter: brightness(0.8);
	filter: brightness(0.8);
	color: #fff;
    transition: 0.5s;
}

/* training_from */
div.contents.top.training_from h2{
	margin-bottom: 80px;
}

div.contents.top.training_from div.message h3{
	margin-bottom: 60px;
	background: linear-gradient(transparent 60%, #fff100 60%);
	/*background: linear-gradient(transparent 70%, #ff0000 70%);*/
	/*background: linear-gradient(transparent 70%, #00ff2b 70%);*/
    font-weight: bold;
    font-size: 2.6rem;
	line-height: 1.7;
}

/*
div.contents.top.training_from div.message div.hbg01 {
	margin-bottom: 40px;
	padding: 40px 30px 30px 30px;
    background: #eae83a;
}

div.contents.top.training_from div.message h3 {
	position: relative;
    padding: 30px 40px 30px 100px;
    background: #fff;
    font-size: 2.6rem;
    font-weight: bold;
  }
  
  div.contents.top.training_from div.message h3 span {
	position: absolute;
	top: -10px;
	left: 20px;
	display: inline-block;
	width: 52px;
	height: 50px;
	text-align: center;
	background: #fa4141;
  }
  
  div.contents.top.training_from div.message h3 span:before,
  div.contents.top.training_from div.message h3 span:after {
	position: absolute;
	content: '';
  }
  
  div.contents.top.training_from div.message h3 span:before {
	right: -10px;
	width: 0;
	height: 0;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #d90606;
  }
  
  div.contents.top.training_from div.message h3 span:after {
	top: 50%;
	left: 0;
	display: block;
	height: 50%;
	border: 1em solid #fa4141;
	border-bottom-width: 15px;
	border-bottom-color: transparent;
  }
*/

div.contents.top.training_from div.message p{
	margin-bottom: 140px;
}

div.contents.top.training_from div.message p.mrb60{
	margin-bottom: 60px;
}

div.contents.top.training_from div.message div.bg{
    height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
    background-image: url(../images/bg01.jpg);
    background-repeat: repeat;
    background-position: right bottom;
    text-align: center;
    font-size: 2.6rem;
	color: #fff;
	margin-bottom: 20px;
}

div.contents.top.training_from div.message div.bg p{
	margin-bottom: 0;
	font-weight: bold;

	/* テキストの影を指定（[左右][上下][ぼかし][影の色]） */
	text-shadow: 0px 0px 5px #000,
	0px 0px 20px #000,
	0px 0px 40px #000,
	0px 0px 60px #000,
	0px 0px 80px #000;
	line-height: 2.2;
}

div.studyimg{
    margin-bottom: 140px;
}

div.studyimg img{
	max-width: 100%;
	height: auto;
}

div.contents.top.training_from .btn_box{
	text-align: left;
}

div.contents.top.training_from .btn_box .button{
	margin-bottom: 140px;
}

div.contents.top.training_from div.message span.point{
	color: red;
    font-size: 2.0rem;
    font-weight: bold;
}

div.contents.top.training_from div.message span.mpr{
	display: block;
	position: relative;
	margin-bottom: 40px;
	font-weight: bold;
    font-size: 2.4rem;
    border: 0;
    padding: 12px 10px 12px 18px;
    /*border-bottom: 2px solid #007ab7;*/
	border-bottom: 2px solid #b70000;
}

div.contents.top.training_from div.message span.mpr:after{
    position: absolute;
    top: 3px;
    left: 0;
    content: "";
    width: 5px;
    height: calc(100% - 6px);
/*
    background-image: repeating-linear-gradient(
180deg
,#007ab7 0%,#007ab7 50%,rgba(0,122,183,.5) 50%,rgba(0,122,183,.5) 100%);
*/
background-image: repeating-linear-gradient( 
180deg
 ,#b70000 0%,#b70000 50%,rgb(183 0 0 / 50%) 50%,rgb(183 0 0 / 50%) 100%);
}

.caution_02{
	padding-top: 60px;
	font-size: 1.3rem;
}


/* *****************************************************
*	PC,tablet
* *****************************************************/
@media screen and (min-width: 769px)
{

/* *****************************************************
 *	layout
 * *****************************************************/

/* contents
-------------------------------------------------------*/
div.contents.top h2{
    line-height: 1.9;
}

div.contents.top .btn_box .button{
	margin-bottom: 40px;
}

/* training_from */
div.contents.top.training_from .btn_box .button{
	margin-bottom: 160px;
}

}
