@charset "UTF-8";

/* training
---------------------------------------------------------------------------*/
.sec-lead h2,
.sec-lead .inner h3,
.sec-about h2,
.staff h3 strong,
.outline h3 strong,
.news-list-s time {
	color: #EA5704;
}

.btn-s a {
	line-height: 1;
}

.dl-num dt i { top: 0; }
.dl-num dt i:after { width: 21px; }


/* .title-page
---------------------------------------------------------------------------*/
.title-page {
	position: relative;
	margin-top: -30px;
	margin-bottom: 60px;
}

.title-page .h1 {
	margin-bottom: 12px;
}

.title-page .h1 strong {
	letter-spacing: 0.1em;
}

.title-page h2,
.title-page p {
	font-size: 17px;
	letter-spacing: 0.12em;
}

.title-page h2 {
	margin-bottom: 14px;
}

.state {
	position: absolute;
	top: -105px;
	left: 50%;
	margin-left: -465px;
	width: 123px;
	height: 123px;
}

.state .circle {
	box-sizing: border-box;
	background-color: #EE8319;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 15px;
}

.state .circle em {
	display: inline-block;
	background-color: #FFFFFF;
	border-radius: 20px;
	padding: 2px 8px 3px 9px;
	margin-bottom: 7px;
	color: #EE8319;
	font-size: 14px;
	letter-spacing: 0.1em;
}

.state .circle strong {
	display: block;
	color: #FFFFFF;
	font-size: 23px;
	line-height: 1.3;
	letter-spacing: 0.13em;
	padding-left: 0.13em;
}

.state .mole {
	display: block;
	position: absolute;
	bottom: -26px;
	left: -43px;
	width: 71px;
}


/* .sec-lead
---------------------------------------------------------------------------*/
.sec-lead {
	width: 900px;
	margin: 0 auto 140px;
}

.sec-lead figure {
	margin-bottom: 65px;
}

.sec-lead h2 {
	margin-bottom: 30px;
	font-size: 27px;
	line-height: 1.7;
	letter-spacing: 0.15em;
	text-align: center;
}

.sec-lead h2 + p{
	font-size: 15px;
	line-height: 2.1;
	letter-spacing: 0.14em;
	text-align: center;
}

.sec-lead .inner {
	position: relative;
	margin: 80px 0 50px;
	padding: 0 15px 0 230px;
}

.sec-lead .inner h3 {
	position: absolute;
	top: -2px;
	left: 25px;
	font-size: 18px;
	line-height: 1.9;
	letter-spacing: 0.15em;
}

.sec-lead .inner p {
	font-size: 15px;
	line-height: 1.95;
	text-align: justify;
}


/* .sec-about
---------------------------------------------------------------------------*/
.sec-about {
	width: 800px;
	margin: 0 auto 120px;
}

.sec-about figure {
	margin-bottom: 50px;
}

.sec-about .lead {
	margin-bottom: 55px;
}

.sec-about .lead h2 {
	margin-bottom: 25px;
	font-size: 24px;
	letter-spacing: 0.15em;
	text-align: center;
}

.sec-about .lead p {
	font-size: 15px;
	line-height: 2.1;
	letter-spacing: 0.14em;
	text-align: center;
}

.sec-about .lead div{
	background: #F4EEDD;
	border-radius: 17px;
	box-sizing: border-box;
	padding: 30px 30px 35px 40px;
	width: 100%;
	margin-top: 35px;
	overflow: hidden;
}

.sec-about .lead div h3{
	margin-top: 5px;
	font-size: 15px;
	width: 170px;
	letter-spacing: 0.1em;
	float: left;

}
.sec-about .lead div p{
	font-size: 14px;
	width: 545px;
	letter-spacing: 0.04em;
	float: left;
	text-align: justify;
	line-height: 2;
}

/*
.staff {
	display: -webkit-box;
	display: flex;
	width: 580px;
	margin: 0 auto;
}

.staff li {
	position: relative;
	box-sizing: border-box;
	width: calc(100%/2);
	padding: 7px 0 18px;
}

.staff li:first-of-type:before,
.staff li:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	background: url(../img/share/line-dot-v.svg) repeat-y;
	width: 1px;
	height: 100%;
}

.staff li:first-of-type:before {
	left: 0;
}

.staff li:after {
	right: 0;
}

.staff figure {
	width: 170px;
	margin: 0 auto 26px;
}

.staff h3 {
	margin-bottom: 30px;
	text-align: center;
}

.staff h3 strong {
	display: block;
	margin-bottom: 10px;
	font-size: 19px;
	letter-spacing: 0.12em;
}

.staff h3 em {
	font-size: 14px;
	letter-spacing: 0.18em;
}

.staff p {
	padding: 0 34px;
	line-height: 1.7;
	letter-spacing: 0.08em;
	text-align: justify;
}
*/


/* .outline
---------------------------------------------------------------------------*/
.outline {
	width: 940px;
	margin: 0 auto 220px;
	padding-top: 30px;
}

.outline h3 {
	margin-top: 40px;
}

.outline h3:first-of-type {
	margin-top: 0;
}

.outline .dl-common > div:first-of-type {
	border-top: none;
}

.outline .dl-common > div:last-of-type {
	padding-bottom: 0;
}

.outline .dl-common > div {
	padding-top: 40px;
	padding-bottom: 40px;
	padding-right: 5px;
}

.outline .dl-common > div > dt {
	width: 180px;
	min-width: 180px;
	font-size: 18px;
	line-height: 1.4;
}

.outline .dl-common > div > dd {
	width: 100%;
}

.outline .dl-common dd {
	position: relative;
}

.outline h3 {
	margin-bottom: 8px;
	font-size: 16px;
	letter-spacing: 0.15em;
}

.outline p {
	font-size: 15px;
}

.outline .dl-s > div > dt {
	width: 100px;
	min-width: 100px;
	font-size: 15px;
}

.outline .dl-s > div > dd.pl {
	padding-left: 0.7em;
}

.outline .dl-s-mono > div {
	margin-bottom: 6px;
}

.outline .dl-s-mono > div:last-of-type {
	margin-bottom: 0;
}

.outline .dl-s-mono > div > dt {
	width: 64px;
	min-width: 64px;
	font-size: 15px;
}

.outline .dl-s-mono > div > dd {
	font-size: 15px;
	letter-spacing: 0.1em;
}

.outline .dl-common dd .dl-num {
	margin-left: 3px;
}

/* .outline .box
------------------------------------*/
.outline .box {
	box-sizing: border-box;
	background-color: #FFF3E7;
	border-radius: 10px;
	margin: 40px 0 0;
	padding: 40px 50px 46px 50px;
}

.outline .box h3 {
	margin-bottom: 20px;
}

.outline .box p {
	font-size: 14px;
}

.dl-common > div > dd .block {
	display: block;
}

.dl-common > div > dd .box .mt {
ma
}

.dl-common > div > dd .box .mt {
	margin-top: 20px;
}

.outline .box .dl-s {
	margin-top: 45px;
}

.outline .box .dl-s > div > dt {
	width: 122px;
	min-width: 122px;
	font-size: 16px;
	letter-spacing: 0.1em;
}

/* .cost
------------------------------------*/
.cost-title {
	margin-bottom: 20px;
}

.cost-title strong {
	border-bottom: 1px solid #EE7C3C;
	font-size: 21px;
}

.cost-title em {
	display: block;
	margin-top: 6px;
	font-size: 14px;
	letter-spacing: 0.12em;
}

.cost .inner {
	position: relative;
	margin-top: 20px;
}

.cost .inner:first-of-type {
	margin-top: 25px;
}

.cost .inner h4 {
	margin-bottom: 2px;
	font-size: 13px;
	letter-spacing: 0.15em;
}

.cost .inner h4 strong {
	font-size: 21px;
}

.cost .inner p {
	font-size: 13px;
}

.cost .inner .btn-set,
.cost .inner > .btn {
	position: absolute;
	top: 10px !important;
	right: 0 !important;
	width: 190px !important;
}

.cost .inner .btn-set > div {
	display: block;
	float: left;
	margin: 0;
	width: 90px;
}

.cost .inner .btn-set > div:nth-child(even) {
	float: right;
}

.cost .inner .btn a {
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding-right: 0;
	padding-left: 4px;
}

/* .application
------------------------------------*/
.application dd {
	position: relative;
	width: 100%;
}

.application li {
	font-size: 15px;
	margin-bottom: 9px;
	letter-spacing: 0.12em;
}

.application dd > .btn-set {
	position: absolute;
	top: 0;
	right: 0;
	width: 260px;
}

.application dd > .btn-set > div {
	display: block;
	margin-bottom: 15px;
}

.application dd > .btn-set .btn a {
	display: block;
	font-size: 14px;
	letter-spacing: 0.1em;
}

.application .box {
	position: relative;
	margin: 40px -10px 5px;
	padding: 35px 0 36px 48px;
}

.outline .application .box h3 {
	margin-bottom: 6px;
	font-size: 17px;
}

.outline .application .box p {
	font-size: 15px;
	line-height: 1.7;
}

.outline .application .box .btn-set {
	margin: 16px 0 0 -2px;
	text-align: left;
}

.outline .application .box .btn-set > div {
	margin: 0 6px 0 0;
}

.outline .application .box .line {
	position: absolute;
	top: 40px;
	right: 35px;
	text-align: center;
}

.outline .application .box .line > a {
	display: inline-block;
	margin-left: 10px;
}

.outline .application .box .line > a img {
	width: 50px;
	height: auto;
	-webkit-backface-visibility: hidden;
	image-rendering: -webkit-optimize-contrast;
}

.outline .application .box .line p {
	display: inline-block;
	border-bottom: 1px solid #EA5704;
	margin-top: 24px;
	color: #EA5704;
	line-height: 1.3;
}

.outline .application .box .line p a {
	text-decoration: none;
}

/* .news-list-s
------------------------------------*/
.news-list-s {
	padding: 2px 0 0 10px;
}

.news-list-s article {
	margin-bottom: 5px;
}

.news-list-s article:last-of-type {
	margin-bottom: 0;
}

.news-list-s article a {
/*
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
*/
	display: inline-block;
	background: url(../img/share/ico-arrow-btn.svg) no-repeat right 0 top 4px;
  background-size: 15px auto;
	padding: 0 24px 8px 0;
}

/*
.news-list-s figure {
	align-self: flex-start;
	width: 60px;
	min-width: 60px;
}
*/

/*
.news-list-s .txt {
	padding: 0 0 0 20px;
}
*/

.news-list-s time {
	display: inline-block;
	width: 90px;
	font-size: 12px;
	letter-spacing: 0.12em;
}

.news-list-s h2 {
	display: inline-block;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.12em;
}

/* .box-line
------------------------------------*/
.box-line {
	position: relative;
	margin: 25px 0 0 3px;
	padding: 0 0 0 25px;
}

.box-line:before {
	display: block;
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	background-color: #EA5704;
	border-radius: 3px;
	width: 3px;
	height: calc(100% - 5px);
}

.info-detail .box-line h4 {
	margin-bottom: 6px;
	font-size: 17px;
}

/* .step
------------------------------------*/
.step {
	border-bottom: 1px solid #EBE8DA;
	margin-bottom: 25px;
	padding: 0 0 27px 38px;
}

.step h3 {
	position: relative;
	margin-bottom: 4px;
	color: #EA5704;
	font-size: 16px;
	letter-spacing: 0.12em;
}

.step h3:last-child {
	margin-bottom: 0;
}

.step h3 i {
	display: block;
	position: absolute;
	top: 0;
	left: -38px;
	box-sizing: border-box;
	background-color: #EA5704;
	border-radius: 50%;
	width: 26px;
	height: 26px;
}

.step h3 i span {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin-left: 0.5px;
	color: #FFFFFF;
	font-size: 16px;
	letter-spacing: 0;
}

.step .btn-set {
	margin: 15px 0 0 -3px;
	text-align: left;
}

.step .btn-set > div {
	margin: 0 2px;
}