@charset "UTF-8";

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
course
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.course.index #container .links:after {
	content: "";
	display: block;
	clear: both;
}
.course.index #container .links li {
	float: left;
	width: 280px;
	text-align: center;
}
.course.index #container .links a {
	display: block;
	transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
}
.course.index #container .links a:hover {
	opacity: 0.5;
	text-decoration: none;
}
.course.index #container .links li + li {
	margin-left: calc(50% - 422px);
}
.course.index #container .links li figure {
	padding: 0;
}
.course.index #container .links li dt {
	margin-top: 20px;
	letter-spacing: 2px;
}
.course.index #container .links li dd {
	color: #505050;
	text-align: justify;
	letter-spacing: 1.6px;
}
.course.index #container .links li dd.narrow {
	letter-spacing: 1.4px;
}
.course.index #container .links li .ribbon {
	color: #fff;
	height: 30px;
	line-height: 30px;
	margin: 22px 10px 0;
	position: relative;
}
.course.index #container .links li:nth-child(1) .ribbon { background: #a6D4cf; }
.course.index #container .links li:nth-child(2) .ribbon { background: #edb5Ba; }
.course.index #container .links li:nth-child(3) .ribbon { background: #d7d5e5; }
.course.index #container .links li:nth-child(1) .ribbon:before,
.course.index #container .links li:nth-child(1) .ribbon:after { border-color: #a6D4cf; }
.course.index #container .links li:nth-child(2) .ribbon:before,
.course.index #container .links li:nth-child(2) .ribbon:after { border-color: #edb5Ba; }
.course.index #container .links li:nth-child(3) .ribbon:before,
.course.index #container .links li:nth-child(3) .ribbon:after { border-color: #d7d5e5; }
.course.index #container .links li .ribbon:before,
.course.index #container .links li .ribbon:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 10px;
	position: absolute;
	top: 0;
}
.course.index #container .links li .ribbon:before {
	left: -10px;
	border-left-color: transparent !important;
}
.course.index #container .links li .ribbon:after {
	right: -10px;
	border-right-color: transparent !important;
}
@media(max-width: 740px){
	.course.index #container .links li {
		float: none;
		margin-left: auto !important;
		margin-right: auto;
	}
	.course.index #container .links li + li {
		margin-top: 50px;
	}
	.course.index #container .links li .ribbon {
		height: 35px;
		font-size: 16px;
		line-height: 35px;
		margin-left: -10px;
		margin-right: -10px;
	}
	.course.index #container .links li .ribbon:before,
	.course.index #container .links li .ribbon:after {
		border-width: 17.5px 12px;
	}
	.course.index #container .links li .ribbon:before {
		left: -12px;
	}
	.course.index #container .links li .ribbon:after {
		right: -12px;
	}
}

#pageLinks {
	padding-top: 90px;
}

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
lower
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#course_info .bgBox {
	height: 0;
	padding-top: 400px;
}
#course_info .bgBox span {
	display: block;
	max-width: 960px;
	margin: 0 auto;
	position: relative;
}
#course_info .bgBox img {
	right: 0;
	bottom: -15px;
	position: absolute;
}
#course_info ol:after {
	content: "";
	display: block;
	clear: both;
}
#course_info ol li {
	float: left;
	width: 280px;
}
#course_info ol li + li {
	margin-left: calc(50% - 421px);
}
#course_info ol figure {
	padding: 0;
	margin-top: 15px;
	margin-bottom: 10px;
}

#detail .column2,
#detail .column3 {
	max-width: 760px;
	margin: 0 auto;
	text-align: left;
}
#detail .column2 .fl,
#detail .column2 .fr {
	width: 350px;
}
#detail .column3 dl {
	float: left;
	width: 205px;
}
#detail .column3 dl + dl {
	margin-left: calc(50% - 308px);
}
#detail .column2 dt,
#detail .column3 dt {
	color: #505050;
	height: 30px;
	line-height: 30px;
	position: relative;
	font-weight: bold;
}
.torimmer #detail .column2 dt { background: #a6D4cf; }
.animal-nursing #detail .column2 dt { background: #edb5Ba; }
.general-pets #detail .column3 dt {
	background: #d7d5e5;
	letter-spacing: -0.1em;
}
.torimmer #detail .column2 dt:after {
	border-color: #a6D4cf;
}
.animal-nursing #detail .column2 dt:after {
	border-color: #edb5Ba;
}
.general-pets #detail .column3 dt:after {
	border-color: #d7d5e5;
}
#detail .column2 dd,
#detail .column3 dd {
	padding-top: 9px;
}

.torimmer #detail .column2 dd li:before { color: #a6D4cf; }
.animal-nursing #detail .column2 dd li:before { color: #edb5Ba; }
.general-pets #detail .column3 dd li:before { color: #d7d5e5; }
#detail .column2 dd span,
#detail .column3 dd span {
	font-size: 9px;
}

.general-pets .wrap {
	margin-top: 52px;
	padding: 13px 10px 6px;
	border: 1px solid #ba83ab;
}
.general-pets .wrap dt {
	color: #ba83ab;
	font-weight: bold;
	line-height: 1;
}
.general-pets .wrap strong {
	color: #ba83ab;
	display: inline-block;
	margin: 7px 0 1px;
	font-weight: bold;
}
.general-pets .mainText {
	margin: 23px 0 50px;
}
.general-pets #years > li + li {
	margin-top: 50px;
}
.general-pets #years > li > dl > dt {
	color: #8d88B4;
	font-weight: bold;
}
.general-pets #years > li > dl > dt img {
	margin-bottom: 8px;
}
.general-pets #years li dd ul {
	width: 675px;
	margin: 0 auto;
}
.general-pets #years li dd ul:after {
	content: "";
	display: block;
	clear: both;
}
.general-pets #years li dd li {
	float: left;
	width: 323px;
}
.general-pets #years li dd li + li {
	float: right;
}
/*.general-pets #years li dd li dt {
	height: 30px;
	line-height: 30px;
	background: no-repeat center;
	background-size: 100%;
	margin: 22px 0;
}*/
.general-pets #years li dd li dt strong {
	margin-bottom: 17px;
}
/*.general-pets #years li dd li:first-child dt {
	color: #8d88B4;
	background-image: url(../images/course/title_general-pets01.gif);
}*/
.general-pets #years li dd li:first-child strong {
	color: #8d88B4;
}
/*.general-pets #years li dd li:last-child dt {
	color: #ba83ab;
	background-image: url(../images/course/title_general-pets02.gif);
}*/
.general-pets #years li dd li:last-child strong {
	color: #ba83ab;
}
.general-pets #years li dd li dd {
	padding: 0 15px;
	text-align: left;
}
.general-pets #years li dd li dd strong {
	width: 100%;
	text-align: center;
	display: inline-block;
}

@media(max-width: 740px){
	#course_info .bgBox {
		margin: 0 -15px;
		padding-top: 200px;
	}
	#course_info .bgBox img {
		height: auto;
	}
	.torimmer #course_info .bgBox img {
		width: 181px;
	}
	.animal-nursing #course_info .bgBox img {
		width: 171px;
	}
	.general-pets #course_info .bgBox img {
		width: 169px;
	}
	#course_info ol {
		margin-top: 45px !important;
	}
	#course_info ol li {
		float: none;
		width: auto;
	}
	#course_info ol li + li {
		margin-left: 0;
		margin-top: 40px;
	}
	#course_info ol figure img {
		width: 100%;
	}

	#detail > dl dd {
		text-align: left;
		margin-bottom: 20px !important;
	}
	.animal-nursing #detail > dl dt {
		width: 289px;
		height: 398px;
		margin: 25px auto 0;
		background: url(../images/course/img_animal-nursing01_sp.gif) no-repeat center;
		background-size: 100%;
	}
	.animal-nursing #detail > dl dt img { display: none; }
	#detail .column2 > *,
	#detail .column3 > * {
		width: auto !important;
		float: none;
		margin-top: 20px;
	}
	.course .movie.sp h3 {
		font-size: 11px !important;
	}
	.course .movie.sp > div {
		width: 100%;
		height: 0;
		padding-top: 56.5%;
		position: relative;
	}
	.course .movie.sp > div iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.general-pets .wrap dd {
		text-align: left;
	}
	.general-pets .wrap strong {
		display: block;
		line-height: 22px;
		text-align: center;
	}
	.general-pets .wrap strong + br {
		display: none;
	}
	.general-pets .mainText {
		font-weight: bold;
		line-height: 21px;
		margin-bottom: 25px;
	}
	.general-pets #years > li + li {
		margin-top: 26px;
	}
	.general-pets #years > li > dl > dt {
		line-height: 21px;
	}
	.general-pets #years > li > dl > dt img {
		margin-bottom: 25px;
	}
	.general-pets #years > li > dl > dd {
		text-align: left;
		line-height: 22px;
	}
	.general-pets #years > li > dl > dd strong {
		display: block;
		margin-top: 5px;
		margin-bottom: 5px;
		text-align: center;
	}
	.general-pets #years > li > dl > dd strong + br {
		display: none;
	}
	.general-pets #years li dd ul {
		width: auto;
	}
	.general-pets #years li dd li {
		float: none;
		width: auto;
	}
/*	.general-pets #years li dd li dt {
		height: 33px;
		font-size: 15px;
		line-height: 33px;
		font-weight: bold;
		text-align: center;
	}*/
	.general-pets #years li dd li dd {
		line-height: 2;
	}
	.general-pets #years li dd li dd strong {
		margin-bottom: 13px;
	}
	.general-pets #years + dl dt {
		margin-top: 15px;
		margin-bottom: 20px;
	}
	#detail .column3 dl {
		float: none;
	}
	#detail .column3 dl + dl {
		margin-left: 0;
	}
	#pageLinks {
		padding-top: 50px;
	}
}


 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
180726
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.width_auto {
	width: auto !important;
}
.general-pets #years li dd li.w450 {
	width: 450PX;
}

.general-pets #years li dd li dl:not(.p_ribbon) dt {
	height: 30px;
	line-height: 30px;
	background: no-repeat center;
	background-size: 100%;
	margin: 22px 0;
}
.general-pets #years li dd li:first-child dl:not(.p_ribbon) dt {
	color: #8d88B4;
	background-image: url(../images/course/title_general-pets01.png);
}
.general-pets #years li dd li:last-child dl:not(.p_ribbon) dt {
	color: #ba83ab;
	background-image: url(../images/course/title_general-pets02.png);
}
.general-pets #years li dd li ul.p_ribbon {
	width: auto;
	margin: 0;
}
.general-pets #years li dd li .p_ribbon li{
	float: none;
	width: auto;
}
.general-pets #years li dd li .p_ribbon dt {
	background: #d7d5e5;
	letter-spacing: -0.1em;
	color: #fff;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	margin-right: 10px;
	position: relative;
}
.general-pets #years li dd li .p_ribbon dt:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	right: -10px;
	border-width: 15px 10px;
	border-style: solid;
	border-right-color: transparent !important;
	border-color: #d7d5e5;
}
.general-pets #years li dd li .p_ribbon dd {
	padding-top: 9px;
}
.general-pets #years li dd li  .p_ribbon dd li:before {
	color: #d7d5e5;
	content: "▶";
	display: inline-block;
	margin-right: 0.5em;
}

#detail .column1 {
	max-width: 675px;
	margin: 0 auto;
	text-align: left;
}
.general-pets #detail .column1 dt {
		color: #fff;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	margin-right: 10px;
	position: relative;
	background: #d7d5e5;
	letter-spacing: -0.1em;
}
.general-pets #detail .column1 dt:after {
	 content: "";
   display: block;
   width: 0;
   height: 0;
   position: absolute;
   top: 0;
   right: -10px;
   border-width: 15px 10px;
   border-style: solid;
   border-right-color: transparent !important;
	border-color: #d7d5e5;
}
#detail .column1 dd {
	padding-top: 9px;
}
#detail .column1 dd li:before {
	content: "▶";
	display: inline-block;
	margin-right: 0.5em;
	color: #d7d5e5;
}

.general-pets #years li dd li dd {
	min-height: 140px;
}

.point-col-3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	/*width: 860px;*/
	margin-left: auto;
	margin-right: auto;
}

.point-col-3__item {
  width: 280px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 60px;
  margin-top: 30px;
}
.point-col-3__item:nth-of-type(3n-2) {
  margin-left: 0;
}

.general-pets .column1 .point-col-3__item span {
	letter-spacing: -0.06em;
}





@media (max-width: 740px) {
	.general-pets #years li dd li.w450 {
	  width: auto;
	}
	.general-pets #years li dd li dl:not(.p_ribbon) dt {
		height: 33px;
		font-size: 15px;
		line-height: 33px;
		font-weight: bold;
		text-align: center;
	}

		.point-col-3 {
	  width: auto;
	  margin-left: 0px;
	}
	.point-col-3__item {
	width: 91.5%;
	margin-left: 15px;
	margin-right: 10px;
	}
	.point-col-3__item:nth-of-type(3n-2) {
	margin-left: 15px;
	}

}


.course .box dd {
	text-align: left; 
}
.course .box dt {
	font-weight: bold;
}
.course .box .sTitle {
	padding-bottom: 5px;
}
.course .box > figure {
	text-align: center;
}
.mt160 {
	margin-top: 160px;
}
.course .box > a {
	color: #fff;
	width: 450px;
	height: 40px;
	display: block;
	font-weight: bold;
	line-height: 38px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #000;
	margin: 60px auto 0px;
	background: #000;
	font-size: 16px;
	text-align: center;
	letter-spacing: 2px;
}


.course .blue h2 {
	border-bottom: 1px solid #0066FF;
}
.course .blue dt {
	color: #0066FF;
}

.course .purple h2 {
	border-bottom: 1px solid #0b3257;
}
.course .purple dt {
	color: #0b3257;
}
.course .box dt small {
	color: #505050;
}

.course .pink h2 {
	border-bottom: 1px solid #FF6699;
}
.course .pink dt {
	color: #FF6699;
}

.course .green h2 {
	border-bottom: 1px solid #339900;
}
.course .green dt {
	color: #339900;
}

.course .orange h2 {
	border-bottom: 1px solid #FF9900;
}
.course .orange dt {
	color: #FF9900;
}

.detail-cont {
	background: #f7f7f7;
	overflow: hidden;
}
.detail-cont figure {
	float: left;
	margin: 50px 0px;
	font-size: 0px;
}
.detail-cont dl {
	text-align: left;
	padding: 55px 0px;
	float: right;
	width: 46%;
}
.mt150 {
	margin-top: 150px;
}
#detail table td,
#detail table th {
	border: 1px solid #C8C8C8; 
	text-align: center; 
}
#detail table th {
	font-size: 14px;
}
#detail table td {
	font-size: 12px;
	padding: 12px 0px;
	width: 161px;
}
#detail table .small {
	line-height: 20px;
	display: inline-block;
}
#detail table {
	width: 100%;
}
#detail table thead {
	background: #F7F7F7;
}
#detail .detail-txt {
	color: #505050;
	font-weight: bold;
	font-size: 16px;
}
#detail table td:first-child,
#detail table th:first-child {
	border-left: none;
}
#detail table td:last-child,
#detail table th:last-child {
	border-right: none;
}
.number dd:last-child {
	text-align: left; 
}


.airline #pageTitle:after, 
.airline .pageTitle:after {
	background: #0066FF;
}
.airline .color {
	color: #0066FF;
	font-weight: bold;
}

.hotel #pageTitle:after, 
.hotel .pageTitle:after {
	background: #0b3257;
}
.hotel .color {
	color: #0b3257;
	font-weight: bold;
	letter-spacing: -0.2px;
}

.bridal #pageTitle:after, 
.bridal .pageTitle:after {
	background: #FF6699;
}
.bridal .color {
	color: #FF6699;
	font-weight: bold;
}

.tourism #pageTitle:after, 
.tourism .pageTitle:after {
	background: #339900;
}
.tourism .color {
	color: #339900;
	font-weight: bold;
}

.confectionery #pageTitle:after, 
.confectionery .pageTitle:after {
	background: #FF9900;
}
.confectionery .color {
	color: #FF9900;
	font-weight: bold;
}

.stripe.partern {
	background: url(../images/base/bg_stripe02.gif) repeat;
	background-position: fixed;
	background-size: 4px;
}

.more-detail {
	display: inline-block;
	margin: 0px 0px 89px;
	cursor: pointer;
}

@media (max-width: 740px) {
	.course .box {
		margin-top: 75px !important;
	}
	.course .box .sTitle + p {
		line-height: 30px;
		text-align: center;
		margin: 20px 0 40px !important;
	}
	.course .box figure {
		padding: 0;
	}
	.course.index #container .links li {
		width: auto;
	}
	.course.index #container .links li dt {
		font-size: 14px;
	}
	.course .box > a {
		height: 30px;
		max-width: 100%;
		line-height: 28px;
		font-size: 12px;
	}
	.color {
		margin-top: 30px;
		letter-spacing: 0px;
		text-align: center; 
	}
	#course_info ol figure {
		padding-bottom: 12px;
	}
	#course_info .bgBox {
		margin: 0 -15px;
		padding-top: 350px;
		background-position: 30%;
	}
	.tourism #course_info .bgBox {
		background-position: 67.5%;
	}
	.bridal #course_info .bgBox {
		background-position: 38%;
	}
	.detail-cont figure {
		float: none; 
	}
	.detail-cont {
		width: calc(100% - -30px);
		margin: 0px -15px;
		padding-bottom: 44px;
	}
	#pageTitle {
		margin-bottom: 25px;
	}
	#course_info ol {
		width: 87%;
	}
	.stripe.partern {
		padding: 22px;
		margin-right: 15px;
		margin-left: 15px;
		margin-bottom: -7px;
	}
	.detail-cont dl {
		padding: 0px; 
		float: none;
		width: 92%;
		margin: 0 auto;
	}
	.name-sp {
		margin-top: 4px;
		margin-bottom: 37px;
	}
	.name-sp li  {
		line-height: 21px;
		margin-bottom: 9px
	}
	.mt150 {
		margin-top: 75px;
	}
	#detail figure {
		padding: 0px;
		margin-top: 15px; 
	}
	#detail .color {
		 margin-top: 0px; 
	}
	#detail table {
		table-layout: fixed;
	}
	#detail table .small {
		display: block;
		line-height: inherit;
	}
	#detail table td,
	#detail table th {
		font-size: 6px;
		line-height: 1.2;
		padding: 5px 0 3px;
	}
	.more-detail {
		margin: 0px 0px 20px;
	}
}