@charset "UTF-8";


/*メインイメージ
---------------------------------------------------------*/
.contentpage .m_img_area .m_img {
	background-image: url("../images/service/m_img@2x.jpg");
}

/*リンク
--------------------------------------------------------------------*/
.ank_list {
	display: flex;
	flex-wrap: wrap;
}
.ank_list > li {
	margin-right: 10px;
	margin-top: 10px;
}
.ank_list a {
	display: block;
	color: #8c7155;
	font-size: 93%;
	letter-spacing: .1em;
	line-height: 1.3;
	padding: .6em 1.5em;
	border-radius: 6px;
	background-color: #faf6f3;
}
.ank_list a:hover {
	color: #FFF;
	background-color: #8c7155;
}
.pankuzu {
	margin-bottom: 40px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

.pankuzu {
	margin-bottom: 4%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
	
.ank_list > li {
	margin-right: 5px;
	margin-top: 5px;
}
.ank_list a {
	font-size: 90%;
	letter-spacing: normal;
	padding: .4em 1.2em;
}

.pankuzu {
	margin-bottom: 6%;
}
}

/*コース
--------------------------------------------------------------------*/
.serv_title {
	width: 10em;
	text-align: center;
	color: #8c7155;
	font-size: 233%;
	letter-spacing: .1em;
	line-height: 1.5;
	border-top: 1px solid #8c7155;
	padding-top: .8em;
	margin: 0 auto 2em;
}
.course_box {
	margin-bottom: 100px;
}
.course_box .course_tit {
	position: relative;
	text-align: center;
	color: #FFF;
	background: linear-gradient(90deg, rgba(78,143,4,0.8) 0%, rgba(78,143,4,0.6) 100%);
	padding: 20px 20px 5.5%;
}
.course_box .course_tit::before {
	position: absolute;
	content: "";
	background: url("../images/service/tit_bg_l@2x.png") no-repeat left top,
				url("../images/service/tit_bg_r@2x.png") no-repeat right top;
	background-size: auto 100%;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.course_box .course_tit > * {
	position: relative;
}
.course_box .course_tit .target {
	width: 15em;
	color: #FFF;
	line-height: 1.2;
	letter-spacing: normal;
	white-space: nowrap;
	background: #577603;
	box-sizing: border-box;
	padding: .7em 1em;
	border-radius: 10px;
	margin-left: auto;
	margin-bottom: 1em;
}
.course_box .course_tit .target span {
	font-size: 123%;
	vertical-align: -0.1em
}
.course_box .course_tit .name {
    font-size: min(4vw,286%);
    letter-spacing: 0;
    line-height: 1.3;
}
.course_box .course_tit .type {
    font-size: min(2.5vw,166%);
    letter-spacing: 0;
    line-height: 1.3;
	margin-top: .4em;
}
.course_box .detail {
	background-color: #faf9f8;
	padding: 50px 6% 40px;
}
.course_box .detail dt {
	text-align: center;
	color: #577603;
    font-size: min(2.5vw,166%);
    letter-spacing: .2em;
    line-height: 1.3;
	padding: .6em 0;
	background-color: #fff;
	border: 1px solid rgba(87,118,3,0.5);
	border-radius: 2em;
	margin-bottom: 1.4em;
}
.course_box .detail dd {
	margin-bottom: 50px;
}
.course_box .detail dd:last-of-type {
	margin-bottom: 0;
}
.course_box .detail li {
	font-size: 126%;
	padding-bottom: 1.4em;
	margin-top: 0;
	margin-bottom: 1.6em;
	border-bottom: 1px solid rgba(87,118,3,0.3);
}
.course_box .detail li::before {
	color: rgba(87,118,3,0.5);
}
.course_box .detail li:last-of-type {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.course_box .note {
	text-align: center;
	color: #FFF;
	background-color: #707070;
	padding: 1.4em 5%;
}
.course_box .note ul {
	display: flex;
	justify-content: center;
	font-size: min(2.5vw,166%);
    letter-spacing: .05em;
    line-height: 1.3;
}
.course_box .note ul li {
	background: url("../images/service/icon_price.svg") no-repeat left top .3em;
	background-size: 1.3em auto;
	padding: .3em 0 .3em 2em;
}
.course_box .note ul li:first-of-type {
	background-image: url("../images/service/icon_time.svg");
	padding-right: 1.5em;
	margin-right: 1.5em;
	border-right: 1px solid rgba(255,255,255,0.5);
}
.course_box .note ul li span {
	font-size: 60%;
}
.course_box .note ul + p {
	line-height: 1.4;
	margin-top: 1em;
}

.course_box.tgt_all .course_tit {
	background: linear-gradient(90deg, rgba(3,138,128,0.8) 0.05%, rgba(3,138,128,0.6) 100%);
}
.course_box.tgt_all .course_tit .target {background-color: #03766e;}
.course_box.tgt_all .detail dt {
	color: #03766e;
	border-color: rgba(3,118,110,0.5);
}
.course_box.tgt_all .detail li {border-color: rgba(3,118,110,0.3);}
.course_box.tgt_all .detail li::before {color: rgba(3,118,110,0.5);}

.course_box.tgt_dr .course_tit {
	background: linear-gradient(90deg, rgba(3,48,135,0.8) 0%, rgba(3,48,135,0.6) 100%);
}
.course_box.tgt_dr .course_tit .target {background-color: #032b76;}
.course_box.tgt_dr .detail dt {
	color: #032b76;
	border-color: rgba(3,43,118,0.5);
}
.course_box.tgt_dr .detail li {border-color: rgba(3,43,118,0.3);}
.course_box.tgt_dr .detail li::before {color: rgba(3,43,118,0.5);}

.course_box.tgt_dh .course_tit {
	background: linear-gradient(90deg, #C4793C 0%, #D29A6A 100%);
}
.course_box.tgt_dh .course_tit .target {background-color: #ad5617;}
.course_box.tgt_dh .detail dt {
	color: #ad5617;
	border-color: rgba(173,86,23,0.5);
}
.course_box.tgt_dh .detail li {border-color: rgba(173,86,23,0.3);}
.course_box.tgt_dh .detail li::before {color: rgba(173,86,23,0.5);}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
.course_box {
	margin-bottom: 10%;
}
.course_box .detail {
	padding: 5%;
}
.course_box .detail dd {
	margin-bottom: 5%;
}
.course_box .detail li {
	font-size: 110%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.serv_title {
	font-size: 130%;
	margin-bottom: 1.5em
}
.course_box {
	margin-bottom: 12%;
}
.course_box .course_tit {
	padding: 4% 10px 8%;
}
.course_box .course_tit .target {
	font-size: 80%;
	padding: .5em 1em;
	margin-right: auto;
}
.course_box .course_tit .target span {
    font-size: 110%;
}
.course_box .course_tit .name {
    font-size: 140%;
}
.course_box .course_tit .type {
    font-size: 105%;
}
.course_box .detail {
	padding: 8% 5%;
}
.course_box .detail dt {
    font-size: 110%;
	margin-bottom: 1em;
}
.course_box .detail dd {
	margin-bottom: 10%;
}
.course_box .detail dd:last-of-type {
	margin-bottom: 0;
}
.course_box .detail li {
	font-size: 105%;
	padding-bottom: 1em;
	margin-bottom: 1em;
}
.course_box .note {
	text-align: left;
	padding: 1em 5%;
}
.course_box .note ul {
	display: block;
	font-size: 110%;
}
.course_box .note ul li:first-of-type {
	padding-right: 0;
	margin-right: 0;
	border-right: none;
}
.course_box .note ul + p {
	font-size: 90%;
	margin-top: .6em;
}
}

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

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

	
}

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

}