@charset "UTF-8";
/*
*******************************************************************************************************
# ããããã¼ã¸

  -- override
  -- module
  -- layout
*******************************************************************************************************
*/
/* ------------------------------------
  * override
* ------------------------------------ */
.wrp-footer .btn-totop {
	padding: 90px 0 0;
}

@media only screen and (max-width: 950px) {
	.wrp-footer .btn-totop {
		padding: 50px 0 0;
	}
}

/* ------------------------------------
  * module
* ------------------------------------ */
.mod-box-repeaterelm {
	padding: 21px 0 0;
}

.mod-box-repeaterelm .box-inner .box-inner-bnr {
	display: -moz-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media only screen and (max-width: 736px) {
	.mod-box-repeaterelm {
		padding: 17px 15px 0;
	}

	.mod-box-repeaterelm .box-inner .box-inner-bnr {
		display: block;
	}
}

/* ------------------------------------
  * layout
* ------------------------------------ */
/* Top Note & Button */
.wrp-box-top {
	display: none;
}

@media only screen and (max-width: 950px) {
	.wrp-box-top {
		display: block;
		width: 100%;
	}

	.wrp-box-top .box-top-note {
		width: 100%;
		height: 25px;
		box-sizing: border-box;
		border-top: 1px solid #f2904d;
	}

	.wrp-box-top .box-top-note .text {
		font-size: 10px;
		color: #fff;
		text-align: center;
		font-weight: bold;
		letter-spacing: 0.1em;
		padding: 4px 0;
		position: relative;
		z-index: 1;
	}

	.wrp-box-top .box-top-note .text .em {
		font-size: 12px;
	}

	.wrp-box-top .box-top-btn {
		width: 100%;
		height: 65px;
		box-sizing: border-box;
		position: relative;
	}

	.wrp-box-top .box-top-btn .inner {
		width: 100%;
		box-sizing: border-box;
		padding: 0 15px 15px;
		position: relative;
	}

	.wrp-box-top .box-top-btn .fixed .inner {
		padding: 15px;
	}

	.wrp-box-top .box-top-btn .inner .btn-search > a .text {
		padding: 0 0 0 32px;
	}

	.wrp-box-top .box-top-btn .inner .btn-salon > a .text,
	.wrp-box-top .box-top-btn .inner .btn-favoritesalon > a .text {
		padding: 23px 0 0 0;
		font-size: 10px;
		text-align: center;
		line-height: 1.2;
	}

	.wrp-box-top .box-top-btn .inner .btn-search > a .text:before {
		font-size: 28px;
	}

	.wrp-box-top .box-top-btn .inner .btn-salon > a .text:before,
	.wrp-box-top .box-top-btn .inner .btn-favoritesalon > a .text:before {
		top: 12px;
		left: 14px;
		font-size: 20px;
	}

	.wrp-box-top .box-top-btn .inner .btn-search > a {
		font-size: 14px;
		padding: 14px 0;
	}

	.wrp-box-top .box-top-btn .inner {
		display: table;
	}
	
	.wrp-box-top .box-top-btn .inner .btn-search {
		display: table-cell;
		vertical-align: top;
		width:71.875%
	}
	
	.wrp-box-top .box-top-btn .inner .btn-favoritesalon {
		padding: 0 0 0 5px;
	}

	.wrp-box-top .box-top-btn .inner .btn-favoritesalon > a {
		font-size: 12px;
		color: #ff5600;
		padding:0 0 2px;
	}

	body.user-r .wrp-box-top .box-top-btn .inner {
		display: table;
	}

	body.user-r .wrp-box-top .box-top-btn .inner > div[class^=btn-] {
		display: table-cell;
		vertical-align: top;
		width: 60%;
	}

	body.user-r .wrp-box-top .box-top-btn .inner .btn-salon,
	body.user-r .wrp-box-top .box-top-btn .inner .btn-favoritesalon {
		padding: 0 0 0 5px;
		width: auto !important;
	}

	body.user-r .wrp-box-top .box-top-btn .inner .btn-favoritesalon > a ,
	body.user-r .wrp-box-top .box-top-btn .inner .btn-salon > a {
		font-size: 12px;
		color: #ff5600;
		padding:0 0 2px;
	}
}

/* Main Visual */
.wrp-mainvisual {
	position: relative;
	overflow: hidden;
}

.wrp-mainvisual .wrp-mainslider .inner-mainslider {
	width: 90%;
	margin: 0 auto;
}

.wrp-mainvisual .wrp-mainslider .slick-list {
	overflow: visible;
}

.wrp-mainvisual .wrp-mainslider .slick-slider .slick-arrow {
	width: 35px;
	height: 65px;
	margin: -80px 0 0;
	border-radius: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 50%;
	z-index: 1;
}

.wrp-mainvisual .wrp-mainslider .slick-slider .slick-arrow:before {
	display: none;
}

.wrp-mainvisual .wrp-mainslider .slick-slider .slick-arrow.slick-prev {
	background-image: url(../../img/39/top/common/arr_slider_l.png);

	left: -75px;
	transition: left .2s linear;
}

.wrp-mainvisual .wrp-mainslider .slick-slider .slick-arrow.slick-next {
	background-image: url(../../img/39/top/common/arr_slider_r.png);

	right: -75px;
	transition: right .2s linear;
}

.wrp-mainvisual .wrp-mainslider .slide {
	width: 100%;
	overflow: hidden;
}

.wrp-mainvisual .wrp-mainslider .slide .inner-slide {
	width: 100%;
	height: 0;
	padding: 51.26% 0 0;
	position: relative;
}
@media only screen and (min-width: 768px) {
  .wrp-mainvisual .wrp-mainslider .slide .inner-slide{
		margin-top: 39px;
	}
}

.wrp-mainvisual .wrp-mainslider .slide .inner-slide:before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.6);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	margin-top:-39px;
}

.wrp-mainvisual .wrp-mainslider .slide.slick-active .inner-slide:before {
	display: none;
}

.wrp-mainvisual .wrp-mainslider .slide .img {
	width: 100%;
	line-height: 0;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-60%);
	transform: translateY(-60%);
}

.wrp-mainvisual .wrp-mainslider .slide .detail {
	display: block;
	width: 100%;
	font-size: 10px;
	line-height: 1.2;
	text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff;
	box-sizing: border-box;
	padding: 0 95px;
	position: absolute;
	bottom: 33%;
	left: 0;
}

.wrp-mainvisual .wrp-mainslider .slide .note {
	display: block;
	width: 100%;
	font-size: 14px;
	color: #999;
	text-align: right;
	box-sizing: border-box;
	padding: 11px 15px;
	position: absolute;
	top: 0;
	right: 0;
}

.wrp-mainvisual .link-mainvisual {
	width: 100%;
	padding: 38px 0 0;
	background-image: url(../../img/39/top/bg_link_mv_c.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 1111px auto;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.wrp-mainvisual .link-mainvisual:before, .wrp-mainvisual .link-mainvisual:after {
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background-repeat: repeat-x;
	background-size: 1111px auto;
	position: absolute;
	bottom: 0;
}

.wrp-mainvisual .link-mainvisual:before {
	background-image: url(../../img/39/top/bg_link_mv_l.png);
	background-position: right bottom;
	left: 0;
	-webkit-transform: translateX(-554px);
	transform: translateX(-554px);
}

.wrp-mainvisual .link-mainvisual:after {
	background-image: url(../../img/39/top/bg_link_mv_r.png);
	background-position: left bottom;
	right: 0;
	-webkit-transform: translateX(554px);
	transform: translateX(554px);
}

.wrp-mainvisual .link-mainvisual .inner {
	display: block;
	width: 100%;
	max-width: 900px;
	text-align: center;
	margin: 0 auto;
	position: relative;
}

.wrp-mainvisual .link-mainvisual .inner > a {
	display: inline-block;
}

.wrp-mainvisual .link-mainvisual .inner > a .box-text .text {
	font-size: 21px;
	color: #fff;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	padding: 15px 0 7px;
}

.wrp-mainvisual .link-mainvisual .inner > a .box-text .text .em {
	font-size: 28px;
}

.wrp-mainvisual .link-mainvisual .inner > a .box-text .note {
	font-size: 16px;
	color: #fff;
	text-align: center;
	padding: 0 0 15px;
}

.wrp-mainvisual .link-mainvisual .inner > a .box-text .note > span {
	padding: 0 25px 0 0;
	position: relative;
}

.wrp-mainvisual .link-mainvisual .inner > a .box-text .note > span:before {
	font-size: 16px;
	line-height: 0;
	position: absolute;
	top: 50%;
	right: 0;
}

.wrp-mainvisual .img-animation {
	width: 100%;
	height: 101px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
    /*.inner {
			> div[class^=img-jump].animate {
				opacity: 1;
				-webkit-animation: jump 1.2s linear .4s 1 normal forwards;
				-moz-animation: jump 1.2s linear .4s 1 normal forwards;
				-ms-animation: jump 1.2s linear .4s 1 normal forwards;
				-o-animation: jump 1.2s linear .4s 1 normal forwards;
				animation: jump 1.2s linear .4s 1 normal forwards;
			}
		}*/;
}

.wrp-mainvisual .img-animation .inner {
	display: block;
	width: 100%;
	max-width: 900px;
	height: 100%;
	text-align: center;
	margin: 0 auto;
	position: relative;
      /*> div[class^=img-jump] {
				opacity: 0;
				position: absolute;
				top: 100%;
				right: -15px;
			}*/;
}

.wrp-mainvisual .img-animation .inner .img-hide {
	width: 105px;
	height: 40px;
	position: absolute;
	top: -38px;
	right: 0;
}

.wrp-mainvisual .img-animation.animate .inner .img-hide {
	-webkit-animation: hide 2s ease-in-out 0s 1 normal forwards;
	animation: hide 2s ease-in-out 0s 1 normal forwards;
}

@-webkit-keyframes hide {
	0% {
		top: -38px;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	7% {
		top: -50px;
		-webkit-transform: scale(1.05, 1.05);
		transform: scale(1.05, 1.05);
	}

	15% {
		top: 63px;
		-webkit-transform: scale(0.75, 0.75);
		transform: scale(0.75, 0.75);
	}

	85% {
		top: 63px;
		-webkit-transform: scale(0.75, 0.75);
		transform: scale(0.75, 0.75);
	}

	93% {
		top: -50px;
		-webkit-transform: scale(1.05, 1.05);
		transform: scale(1.05, 1.05);
	}

	100% {
		top: -38px;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}

@keyframes hide {
	0% {
		top: -38px;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	7% {
		top: -50px;
		-webkit-transform: scale(1.05, 1.05);
		transform: scale(1.05, 1.05);
	}

	15% {
		top: 63px;
		-webkit-transform: scale(0.75, 0.75);
		transform: scale(0.75, 0.75);
	}

	85% {
		top: 63px;
		-webkit-transform: scale(0.75, 0.75);
		transform: scale(0.75, 0.75);
	}

	93% {
		top: -50px;
		-webkit-transform: scale(1.05, 1.05);
		transform: scale(1.05, 1.05);
	}

	100% {
		top: -38px;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}

/*@-webkit-keyframes jump {
	0% {	top: 100%;	}
	25% {	top: -256.44%;	}
	45% {	top: -305.94%;	}
	70% {	top: -256.44%;	}
	100% {	top: 100%;	}
}
@-moz-keyframes jump {
	0% {	top: 100%;	}
	25% {	top: -256.44%;	}
	45% {	top: -305.94%;	}
	70% {	top: -256.44%;	}
	100% {	top: 100%;	}
}
@-ms-keyframes jump {
	0% {	top: 100%;	}
	25% {	top: -256.44%;	}
	45% {	top: -305.94%;	}
	70% {	top: -256.44%;	}
	100% {	top: 100%;	}
}
@-o-keyframes jump {
	0% {	top: 100%;	}
	25% {	top: -256.44%;	}
	45% {	top: -305.94%;	}
	70% {	top: -256.44%;	}
	100% {	top: 100%;	}
}
@keyframes jump {
	0% {	top: 100%;	}
	25% {	top: -256.44%;	}
	45% {	top: -305.94%;	}
	70% {	top: -256.44%;	}
	100% {	top: 100%;	}
}*/
@media only screen and (min-width: 737px) {
	.wrp-mainvisual .slick-slider .slick-arrow:hover.slick-prev {
		left: -80px;
	}

	.wrp-mainvisual .slick-slider .slick-arrow:hover.slick-next {
		right: -80px;
	}
}

@media only screen and (max-width: 950px) {
	.wrp-mainvisual .wrp-mainslider .slick-slider .slick-arrow {
		display: none !important;
	}

	.wrp-mainvisual .link-mainvisual {
		padding: 25px 0 0;
		background-size: auto 94px;
	}

	.wrp-mainvisual .link-mainvisual:before, .wrp-mainvisual .link-mainvisual:after {
		background-size: auto 94px;
	}

	.wrp-mainvisual .link-mainvisual:before {
		-webkit-transform: translateX(-382px);
		transform: translateX(-382px);
	}

	.wrp-mainvisual .link-mainvisual:after {
		-webkit-transform: translateX(382px);
		transform: translateX(382px);
	}

	.wrp-mainvisual .link-mainvisual .inner > a .box-text .text {
		font-size: 18px;
		padding: 2px 0 2px;
	}

	.wrp-mainvisual .link-mainvisual .inner > a .box-text .text .em {
		font-size: 24px;
	}

	.wrp-mainvisual .link-mainvisual .inner > a .box-text .note {
		font-size: 15px;
		padding: 0 0 8px;
	}

	.wrp-mainvisual .link-mainvisual .inner > a .box-text .note > span {
		padding: 0 20px 0 0;
	}

	.wrp-mainvisual .link-mainvisual .inner > a .box-text .note > span:before {
		font-size: 14px;
	}

	.wrp-mainvisual .img-animation {
		height: 69px;
	}
}

@media only screen and (max-width: 736px) {
	.wrp-mainvisual .wrp-mainslider {
		padding: 0 0 29%;
	}

	.wrp-mainvisual .wrp-mainslider .inner-mainslider {
		width: 100%;
	}

	.wrp-mainvisual .wrp-mainslider .slide .inner-slide {
		height: auto;
		padding: 0;
	}

	.wrp-mainvisual .wrp-mainslider .slide .inner-slide:before {
		display: none;
	}

	.wrp-mainvisual .wrp-mainslider .slide .img {
		width: 100%;
		height: 0;
		line-height: 0;
		padding: 80% 0 0;
		position: static;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	.wrp-mainvisual .wrp-mainslider .slide .img > img {
		width: auto;
		height: 100%;
		position: absolute;
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.wrp-mainvisual .wrp-mainslider .slide .detail {
		font-size: 10px;
		line-height: 1.2;
		text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff;
		box-sizing: border-box;
		padding: 0 10px;
		bottom: 15.58%;
		left: 0;
	}

	.wrp-mainvisual .wrp-mainslider .slide .note {
		font-size: 10px;
		box-sizing: border-box;
		padding: 10px 6px;
	}

	.wrp-mainvisual .link-mainvisual {
		height: 0;
		padding: 39.07% 0 0;
		background: none;
	}

	.wrp-mainvisual .link-mainvisual:before, .wrp-mainvisual .link-mainvisual:after {
		display: none;
	}

	.wrp-mainvisual .link-mainvisual .inner {
		max-width: 100%;
		height: 100%;
		position: absolute;
		bottom: -1px;
		left: 0;
	}

	.wrp-mainvisual .link-mainvisual .inner > a {
		display: table;
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		padding: 0 20px;
		background-image: url(../../img/39/top/bg_link_mv.png);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 122.93% auto;
	}

	.wrp-mainvisual .link-mainvisual .inner > a .box-text {
		display: table-cell;
		vertical-align: middle;
	}

	.wrp-mainvisual .link-mainvisual .inner > a .box-text .text {
		font-size: 12px;
		padding: 32px 0 6px;
		border-bottom: 1px solid #fff;
	}

	.wrp-mainvisual .link-mainvisual .inner > a .box-text .text .em {
		font-size: 17px;
	}

	.wrp-mainvisual .link-mainvisual .inner > a .box-text .note {
		font-size: 11px;
		padding: 8px 0 27px;
	}

	.wrp-mainvisual .link-mainvisual .inner > a .box-text .note > span {
		padding: 0 14px 0 0;
	}

	.wrp-mainvisual .link-mainvisual .inner > a .box-text .note > span:before {
		font-size: 11px;
	}

	.wrp-mainvisual .img-animation {
		display: none;
	}
}

/* ã­ã£ã³ãã¼ã³ã¹ã©ã¤ãã¼ */
.wrp-slider-campaign {
	width: 100%;
	background-color: #efe4c7;
	position: relative;
}

.wrp-slider-campaign .inner-slider-campaign {
	padding-top: 20px;
	position: relative;
}

.wrp-slider-campaign .wrp-top-campaign-slider {
	width: 100%;
	box-sizing: border-box;
	padding-bottom: 49px;
	overflow: hidden;
}

.wrp-slider-campaign .link-campaign {
	padding: 14px 0 15px;
	position: absolute;
	bottom: 0;
	right: 45px;
}

.wrp-slider-campaign .link-campaign > a {
	display: block;
	font-size: 14px;
}

.wrp-slider-campaign .link-campaign > a .text {
	padding: 0 27px 0 0;
}

@media only screen and (max-width: 736px) {
	.wrp-slider-campaign .inner-slider-campaign {
		padding: 0;
	}

	.wrp-slider-campaign .wrp-top-campaign-slider {
		padding: 0 0 33px;
	}

	.wrp-slider-campaign .link-campaign {
		padding: 5px 0 6px;
		right: 15px;
	}

	.wrp-slider-campaign .link-campaign > a {
		font-size: 13px;
	}

	.wrp-slider-campaign .link-campaign > a .text {
		padding: 0 21px 0 0;
	}
}

/* ãªãã¼ã¿ã¼åãè¦ç´  */
.mod-box-repeaterelm .mod-bnr-salon {
	width: 50%;
	box-sizing: border-box;
	padding: 0 15px 0 0;
	float: left;
}

.mod-box-repeaterelm .mod-bnr-cardpr {
	width: 50%;
	box-sizing: border-box;
	padding: 0 0 0 15px;
	float: right;
}

.mod-box-repeaterelm .mod-bnr-recommend {
	clear: both;
}

@media only screen and (max-width: 736px) {
	.mod-box-repeaterelm .mod-bnr-salon {
		width: 100%;
		padding: 0;
		float: none;
	}

	.mod-box-repeaterelm .mod-bnr-cardpr {
		width: 100%;
		padding: 0 5px;
		float: none;
	}
}

/* ã³ã¼ã¹ãé¸ã¶ */
.wrp-selectcourse {
	background-color: #faf3dd;
}

.wrp-selectcourse .inner-selectcourse {
	padding-bottom: 50px;
}

.wrp-selectcourse .ttl {
	font-size: 22px;
	color: #a67b1e;
	letter-spacing: 0.05em;
	font-weight: bold;
	text-align: center;
	padding: 36px 0 35px;
}

.wrp-selectcourse .inner-selectcourse .wrp-box-selectcourse {
	display: -moz-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.wrp-selectcourse .inner-selectcourse .wrp-box-selectcourse > div[class^=course-] {
	width: 50%;
	box-sizing: border-box;
}

.wrp-selectcourse .inner-selectcourse .wrp-box-selectcourse > div[class^=course-] .box-inner {
	width: 100%;
	height: 100%;
	border-radius: 14px;
	background-color: #fff;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
}

.wrp-selectcourse .inner-selectcourse .wrp-box-selectcourse > div[class^=course-] .btn-selectcourse {
	width: 100%;
	box-sizing: border-box;
	padding: 0 30px 30px;
}

.wrp-selectcourse .inner-selectcourse .wrp-box-selectcourse > div[class^=course-] .btn-selectcourse > a {
	font-size: 20px;
	box-shadow: 0 0;
}

.wrp-selectcourse .inner-selectcourse .wrp-box-selectcourse > div[class^=course-] .btn-selectcourse > a:before {
	font-size: 17px;
	right: 19px;
}

.wrp-selectcourse .inner-selectcourse .wrp-box-selectcourse > div[class^=course-] .btn-selectcourse > a .text:before {
	font-size: 23px;
}

.wrp-selectcourse .course-trouble {
	padding: 0 15px 0 0;
}

.wrp-selectcourse .course-trouble .box-inner {
	padding: 63px 0 0;
	position: relative;
}

.wrp-selectcourse .course-trouble .sttl {
	width: 343px;
	max-width: 100%;
	font-size: 27px;
	font-weight: normal;
	text-align: center;
	background-color: #fff;
	position: absolute;
	top: 25px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.wrp-selectcourse .course-trouble .sttl .em {
	color: #ff5600;
	font-weight: bold;
}

.wrp-selectcourse .course-trouble .list-trouble {
	font-size: 0;
	text-align: center;
	padding: 62px 26px 16px 0;
	margin: 0 30px;
	border: 2px solid #ff5803;
	border-radius: 14px;
}

.wrp-selectcourse .course-trouble .list-trouble > li {
	display: inline-block;
	font-size: 18px;
	color: #ff5600;
	line-height: 1.7;
	font-weight: bold;
	margin: 0 0 0 26px;
}

.wrp-selectcourse .course-trouble .lead {
	min-height: 170px;
	font-size: 16px;
	line-height: 1.5;
	box-sizing: border-box;
	padding: 31px 35px 43px 134px;
	margin: 0 0 -11px;
	background-image: url(../img/39/common/img_selectcourse_01.png);
	background-repeat: no-repeat;
	background-position: 21px bottom;
	background-size: 94px auto;
}

.wrp-selectcourse .course-trouble .lead .em {
	font-weight: bold;
}

.wrp-selectcourse .course-type {
	padding: 0 0 0 15px;
}

.wrp-selectcourse .course-type .box-inner {
	padding: 35px 0 0;
}

.wrp-selectcourse .course-type .sttl {
	font-size: 27px;
	color: #ff5600;
	line-height: 1.3;
	text-align: center;
	padding: 0 30px;
}

.wrp-selectcourse .course-type .lead {
	min-height: 354px;
	font-size: 16px;
	line-height: 1.5;
	padding: 35px 30px 301px;
	position: relative;
}

.wrp-selectcourse .course-type .lead:before {
	display: block;
	content: '';
	width: 162px;
	height: 250px;
	background-image: url(../img/39/common/img_selectcourse_02.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	position: absolute;
	bottom: 0;
	right: 50%;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
}

.wrp-selectcourse .course-type .lead .em {
	font-weight: bold;
}

@media only screen and (max-width: 736px) {
	.wrp-selectcourse .inner-selectcourse {
		padding: 0 15px 25px;
	}

	.wrp-selectcourse .ttl {
		font-size: 18px;
		padding: 12px 0 13px;
	}

	.wrp-selectcourse .inner-selectcourse .wrp-box-selectcourse {
		display: block;
	}

	.wrp-selectcourse .inner-selectcourse .wrp-box-selectcourse > div[class^=course-] {
		width: 100%;
	}

	.wrp-selectcourse .inner-selectcourse .wrp-box-selectcourse > div[class^=course-] + div {
		margin: 20px 0 0;
	}

	.wrp-selectcourse .inner-selectcourse .wrp-box-selectcourse > div[class^=course-] .box-inner {
		border-radius: 10px;
		box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
	}

	.wrp-selectcourse .inner-selectcourse .wrp-box-selectcourse > div[class^=course-] .btn-selectcourse {
		padding: 0 15px 13px;
	}

	.wrp-selectcourse .inner-selectcourse .wrp-box-selectcourse > div[class^=course-] .btn-selectcourse > a {
		font-size: 16px;
		padding-left: 23px;
		padding-right: 23px;
		box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
	}

	.wrp-selectcourse .inner-selectcourse .wrp-box-selectcourse > div[class^=course-] .btn-selectcourse > a:before {
		font-size: 12px;
		right: 11px;
	}

	.wrp-selectcourse .inner-selectcourse .wrp-box-selectcourse > div[class^=course-] .btn-selectcourse > a .text:before {
		font-size: 15px;
	}

	.wrp-selectcourse .course-trouble {
		padding: 0;
	}

	.wrp-selectcourse .course-trouble .box-inner {
		padding: 42px 0 0;
	}

	.wrp-selectcourse .course-trouble .sttl {
		width: 222px;
		font-size: 20px;
		top: 15px;
	}

	.wrp-selectcourse .course-trouble .list-trouble {
		padding: 40px 19px 10px 0;
		margin: 0 15px;
		border-radius: 7px;
	}

	.wrp-selectcourse .course-trouble .list-trouble > li {
		font-size: 12px;
		margin: 0 0 0 19px;
	}

	.wrp-selectcourse .course-trouble .lead {
		min-height: 118px;
		font-size: 12px;
		padding: 14px 27px 14px 91px;
		margin: 0;
		background-position: 16px bottom;
		background-size: 63.5px auto;
	}

	.wrp-selectcourse .course-type {
		padding: 0;
	}

	.wrp-selectcourse .course-type .box-inner {
		padding: 21px 0 0;
	}

	.wrp-selectcourse .course-type .sttl {
		font-size: 18px;
		text-align: left;
		padding: 0 132px 0 19px;
	}

	.wrp-selectcourse .course-type .lead {
		min-height: 147px;
		font-size: 12px;
		padding: 14px 137px 17px 21px;
	}

	.wrp-selectcourse .course-type .lead:before {
		width: 118px;
		height: 200px;
		right: 14px;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

/* ã«ã©ããã¡ã¯ããªã¼ã¨ã¯ */
.wrp-about .inner-about {
	padding-top: 62px;
	padding-bottom: 60px;
}

.wrp-about .ttl {
	font-size: 36px;
	font-weight: normal;
	text-align: center;
	padding: 125px 0 46px;
	background-image: url(../../img/39/top/logo_about.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 268px auto;
}

.wrp-about .img {
	width: 46.85%;
	line-height: 0;
	padding: 0 0 61px;
	float: left;
}

.wrp-about .lead {
	width: 53.15%;
	font-size: 18px;
	line-height: 1.7;
	box-sizing: border-box;
	padding: 52px 0 55px 50px;
	float: right;
}

.wrp-about .btn-about {
	clear: both;
}

.wrp-about .btn-about > a {
	width: 350px;
	font-size: 20px;
	margin: 0 auto;
}

@media only screen and (max-width: 736px) {
	.wrp-about .inner-about {
		padding: 35px 15px 27px;
	}

	.wrp-about .ttl {
		font-size: 24px;
		padding: 84px 0 20px;
		background-size: 185px auto;
	}

	.wrp-about .img {
		width: 100%;
		padding: 0;
		float: none;
	}

	.wrp-about .lead {
		width: 100%;
		font-size: 14px;
		line-height: 1.4;
		padding: 19px 11px;
		float: none;
	}

	.wrp-about .btn-about {
		margin: 0 5px;
	}

	.wrp-about .btn-about > a {
		width: 100%;
		font-size: 16px;
	}
}

/* æ½è¡ã³ã¼ã¹ã®ç¨®é¡ */
.wrp-coursecategory {
	background-color: #faf3dd;
}

.wrp-coursecategory .inner-coursecategory {
	padding-top: 51px;
	padding-bottom: 60px;
}

.wrp-coursecategory .ttl {
	font-size: 32px;
	font-weight: normal;
	text-align: center;
	padding: 65px 0 43px;
	background-image: url(../../img/39/top/icn_coursecategory.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 54px auto;
}

.wrp-coursecategory .list-coursecategory {
	margin: 0 -15px 27px;
}

.wrp-coursecategory .list-coursecategory > li {
	width: 25%;
	box-sizing: border-box;
	padding: 0 15px;
	margin: 0 0 30px;
	float: left;
}

.wrp-coursecategory .list-coursecategory > li:nth-child(4n+1) {
	clear: both;
}

.wrp-coursecategory .list-coursecategory > li > a {
	display: block;
	width: 100%;
}

.wrp-coursecategory .list-coursecategory > li .img {
	line-height: 0;
	border-radius: 6px;
	overflow: hidden;
}

.wrp-coursecategory .list-coursecategory > li .box-text .name {
	font-size: 18px;
	color: #ff5600;
	font-weight: bold;
	padding: 16px 0 14px 7px;
}

.wrp-coursecategory .list-coursecategory > li .box-text .name > span {
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 0 20px 0 0;
	position: relative;
}

.wrp-coursecategory .list-coursecategory > li .box-text .name > span:before {
	position: absolute;
	top: 12px;
	right: 0;
}

.wrp-coursecategory .list-coursecategory > li .box-text .name > span.u-icn-blank:before {
	width: 16px;
	height: 16px;
	font-size: 16px;
	color: #ff5600;
	line-height: 16px;
	text-align: center;
	margin: -8px 0 0;
	border-radius: 8px;
}

.wrp-coursecategory .list-coursecategory > li .box-text .text {
	font-size: 14px;
	padding: 0 9px;
}

.wrp-coursecategory .btn-coursecategory > a {
	width: 350px;
	font-size: 20px;
	margin: 0 auto;
}

@media only screen and (min-width: 737px) {
	.wrp-coursecategory .list-coursecategory > li > a:hover .box-text .name {
		text-decoration: underline;
	}
}

@media only screen and (max-width: 736px) {
	.wrp-coursecategory .inner-coursecategory {
		padding: 25px 15px;
	}

	.wrp-coursecategory .ttl {
		font-size: 24px;
		padding: 55px 0 27px;
		background-size: 48px auto;
	}

	.wrp-coursecategory .list-coursecategory {
		margin: 0;
	}

	.wrp-coursecategory .list-coursecategory > li {
		width: 50%;
		margin: 0 0 15px;
	}

	.wrp-coursecategory .list-coursecategory > li:nth-child(odd) {
		padding: 0 7.5px 0 0;
		clear: both;
	}

	.wrp-coursecategory .list-coursecategory > li:nth-child(even) {
		padding: 0 0 0 7.5px;
	}

	.wrp-coursecategory .list-coursecategory > li .img {
		border-radius: 3px;
	}

	.wrp-coursecategory .list-coursecategory > li .box-text .name {
		font-size: 14px;
		padding: 7px 0 7px 5px;
	}

	.wrp-coursecategory .list-coursecategory > li .box-text .name > span {
		padding: 0 15px 0 0;
	}

	.wrp-coursecategory .list-coursecategory > li .box-text .name > span:before {
		top: 9px;
	}

	.wrp-coursecategory .list-coursecategory > li .box-text .text {
		font-size: 11px;
		padding: 0 5px 2px;
	}

	.wrp-coursecategory .btn-coursecategory > a {
		width: 100%;
		font-size: 16px;
	}
}

/* æ¡ç¨æå ± */
.wrp-recruit .inner-recruit {
	padding-top: 51px;
}

.wrp-recruit .ttl {
	font-size: 32px;
	font-weight: normal;
	text-align: center;
	padding: 65px 0 43px;
	background-image: url(../../img/39/top/icn_recruit.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 54px auto;
}

.wrp-recruit .link-recruit {
	width: 69%;
	margin: 0 auto;
}

.wrp-recruit .link-recruit > a {
	display: block;
	width: 100%;
	height: 100%;
}

.wrp-recruit .link-recruit > a .img {
	width: 100%;
	line-height: 0;
	box-sizing: border-box;
	border: 3px solid #ff5600;
	border-radius: 10px;
	overflow: hidden;
}

.wrp-recruit .link-recruit > a .text {
	width: 100%;
	font-size: 18px;
	text-align: center;
	padding: 16px 0 7px;
}

.wrp-recruit .link-recruit > a .text > span {
	vertical-align: middle;
}

.wrp-recruit .link-recruit > a .text > span + span {
	display: inline-block;
	width: auto;
	line-height: 0;
	padding: 0 0 0 12px;
}

.wrp-recruit .link-recruit > a .text > span + span:before {
	margin: 0;
}

@media only screen and (max-width: 736px) {
	.wrp-recruit .inner-recruit {
		padding: 25px 15px 0;
	}

	.wrp-recruit .ttl {
		font-size: 24px;
		padding: 58px 0 20px;
		background-size: 48px auto;
	}

	.wrp-recruit .link-recruit {
		width: 100%;
	}

	.wrp-recruit .link-recruit > a .img {
		border: 2px solid #ff5600;
		border-radius: 5px;
	}

	.wrp-recruit .link-recruit > a .text {
		font-size: 14px;
		text-align: left;
		padding: 12px 9px;
	}

	.wrp-recruit .link-recruit > a .text > span + span {
		padding: 0 0 0 8px;
	}
}

/* äºæ¥­ã»æ´»åã¬ãã¼ã */
.wrp-report .inner-report {
	padding-top: 50px;
	padding-bottom: 60px;
}

.wrp-report .ttl {
	font-size: 32px;
	font-weight: normal;
	text-align: center;
	padding: 65px 0 43px;
	background-image: url(../../img/39/top/icn_report.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 54px auto;
}

.wrp-report .list-report > li {
	width: 100%;
}

.wrp-report .list-report > li:nth-child(n+2) {
	margin: 30px 0 0;
}

.wrp-report .list-report > li > a {
	display: block;
	width: 100%;
	height: 100%;
	*zoom: 1;
}

.wrp-report .list-report > li > a:before, .wrp-report .list-report > li > a:after {
	content: "";
	display: table;
}

.wrp-report .list-report > li > a:after {
	clear: both;
}

.wrp-report .list-report > li .img {
	width: 48.65%;
	line-height: 0;
	border-radius: 6px;
	overflow: hidden;
	float: left;
}

.wrp-report .list-report > li .box-text {
	width: 51.35%;
	box-sizing: border-box;
	padding: 0 0 0 30px;
	float: right;
}

.wrp-report .list-report > li .box-text .name {
	display: inline-block;
	width: auto;
	font-size: 18px;
	color: #ff5600;
	font-weight: bold;
	padding: 32px 0 13px 0;
}

.wrp-report .list-report > li .box-text .name > span {
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 0 29px 0 0;
	position: relative;
}

.wrp-report .list-report > li .box-text .name > span:before {
	position: absolute;
	top: 12px;
	right: 0;
}

.wrp-report .list-report > li .box-text .name > span.u-icn-blank:before {
	width: 16px;
	height: 16px;
	font-size: 16px;
	color: #ff5600;
	line-height: 16px;
	text-align: center;
	margin: -8px 0 0;
	border-radius: 8px;
}

.wrp-report .list-report > li .box-text .text {
	font-size: 16px;
	line-height: 1.5;
}

@media only screen and (min-width: 737px) {
	.wrp-report .list-report > li > a:hover .box-text .name {
		text-decoration: underline;
	}

	.wrp-report .list-report > li > a:hover .box-text .name > span:before {
		text-decoration: none;
	}
}

@media only screen and (max-width: 736px) {
	.wrp-report .inner-report {
		padding: 25px 15px 5px;
	}

	.wrp-report .ttl {
		font-size: 24px;
		padding: 58px 0 20px;
		background-size: 48px auto;
	}

	.wrp-report .list-report > li:nth-child(n+2) {
		margin: 17px 0 0;
	}

	.wrp-report .list-report > li .img {
		width: 100%;
		border-radius: 3px;
		float: none;
	}

	.wrp-report .list-report > li .box-text {
		width: 100%;
		padding: 0;
		float: none;
	}

	.wrp-report .list-report > li .box-text .name {
		display: block;
		width: 100%;
		font-size: 16px;
		padding: 7px 5px;
	}

	.wrp-report .list-report > li .box-text .name > span {
		padding: 0 20px 0 0;
	}

	.wrp-report .list-report > li .box-text .name > span:before {
		top: 9px;
	}

	.wrp-report .list-report > li .box-text .text {
		font-size: 11px;
		line-height: 1.4;
		padding: 0 5px;
	}
}

/* ã«ã¼ãã®ãç´¹ä» */
.wrp-bnr-card {
	padding-bottom: 60px;
}

@media only screen and (max-width: 736px) {
	.wrp-bnr-card {
		padding: 18px 15px 25px;
	}
}

/* ãç¥ãã */
.wrp-topics {
	background-color: #f2f2f2;
}

.wrp-topics .inner-topics {
	padding-bottom: 60px;
}

.wrp-topics .ttl {
	font-size: 24px;
	letter-spacing: 0.05em;
	text-align: center;
	padding: 34px 0 24px;
}

.wrp-topics .list-topics > li {
	display: table;
	width: 100%;
	border-top: 2px dotted #ccc;
}

.wrp-topics .list-topics > li > a {
	display: table;
	width: 100%;
	height: 100%;
}

.wrp-topics .list-topics > li .info-topics {
	display: table-cell;
	vertical-align: top;
	table-layout: fixed;
	width: 231px;
	box-sizing: content-box;
	padding: 20px 0;
}

.wrp-topics .list-topics > li .info-topics .date {
	display: table-cell;
	width: 127px;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
}

.wrp-topics .list-topics > li .info-topics .category {
	display: table-cell;
	font-size: 14px;
	vertical-align: middle;
}

.wrp-topics .list-topics > li .info-topics .category > span {
	display: inline-block;
	width: 104px;
	height: 31px;
	text-align: center;
	line-height: 31px;
	font-weight: bold;
	border-radius: 3px;
	background-color: #fff;
}

.wrp-topics .list-topics > li .text-topics {
	display: table-cell;
	line-height: 1.5;
	vertical-align: top;
	padding: 24px 0 23px 20px;
}

.wrp-topics .list-topics > li.new .info-topics {
	padding-right: 60px;
	position: relative;
}

.wrp-topics .list-topics > li.new .info-topics:before {
	display: inline-block;
	content: 'New';
	font-size: 17px;
	color: #ff5600;
	line-height: 1;
	font-weight: bold;
	position: absolute;
	top: 26px;
	right: 0;
}

.wrp-topics .btn-topics {
	width: 350px;
	margin: 22px auto 0;
}

.wrp-topics .btn-topics > a {
	font-size: 20px;
}

@media only screen and (min-width: 737px) {
	.wrp-topics .list-topics > li > a:hover .text-topics {
		color: #ff5600;
		text-decoration: underline;
	}
}

@media only screen and (max-width: 736px) {
	.wrp-topics .inner-topics {
		padding: 0 15px 25px;
	}

	.wrp-topics .ttl {
		font-size: 18px;
		padding: 18px 0 10px;
	}

	.wrp-topics .list-topics > li {
		display: block;
		border-top: none;
		border-bottom: 2px dotted #ccc;
	}

	.wrp-topics .list-topics > li:first-child {
		border-top: 2px dotted #ccc;
	}

	.wrp-topics .list-topics > li > a {
		display: block;
	}

	.wrp-topics .list-topics > li .info-topics {
		display: table;
		width: auto;
		padding: 14px 0 12px;
	}

	.wrp-topics .list-topics > li .info-topics .date {
		width: auto;
		font-size: 13px;
	}

	.wrp-topics .list-topics > li .info-topics .category {
		font-size: 11px;
	}

	.wrp-topics .list-topics > li .info-topics .category > span {
		height: 23px;
		line-height: 23px;
		padding: 0 7px;
		margin: 0 0 0 10px;
	}

	.wrp-topics .list-topics > li .text-topics {
		display: block;
		line-height: 1.4;
		padding: 0 0 15px;
	}

	.wrp-topics .list-topics > li.new .info-topics {
		padding-right: 40px;
	}

	.wrp-topics .list-topics > li.new .info-topics:before {
		font-size: 12px;
		top: 20px;
	}

	.wrp-topics .btn-topics {
		width: 220px;
		margin: 20px auto 0;
	}

	.wrp-topics .btn-topics > a {
		font-size: 16px;
		padding-left: 25px;
		padding-right: 25px;
	}

	.wrp-topics .btn-topics > a:before {
		font-size: 12px;
		right: 11px;
	}
}

/* SNS */
.wrp-snsbox .inner-snsbox {
	padding-top: 44px;
	padding-bottom: 104px;
}

.wrp-snsbox .ttl {
	font-size: 24px;
	letter-spacing: 0.05em;
	text-align: center;
}

.wrp-snsbox .inner-snsbox .wrp-box-snsbox {
	display: -moz-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.wrp-snsbox .inner-snsbox .wrp-box-snsbox > div[class^=box-] {
	width: 33.33%;
	box-sizing: border-box;
	padding: 0 15px;
}

.wrp-snsbox .inner-snsbox .wrp-box-snsbox > div[class^=box-] .sttl {
	text-align: center;
	padding: 31px 0 18px;
}

.wrp-snsbox .inner-snsbox .wrp-box-snsbox > div[class^=box-] .sttl > a {
	display: inline-block;
}

.wrp-snsbox .inner-snsbox .wrp-box-snsbox > div[class^=box-] .sttl span {
	display: inline-block;
	font-size: 16px;
	color: #a67b1e;
	letter-spacing: 0.1em;
	padding: 0 0 0 38px;
	position: relative;
}

.wrp-snsbox .inner-snsbox .wrp-box-snsbox > div[class^=box-] .sttl span:before {
	font-size: 30px;
	line-height: 0;
	position: absolute;
	top: 50%;
	left: 0;
}

.wrp-snsbox .box-facebook .box-timeline {
	width: 100%;
	max-width: 500px;
	height: 418px;
	margin: 0 auto;
	border: 1px solid #ccc;
	overflow: hidden;
}

.wrp-snsbox .box-facebook .box-timeline .fb_iframe_widget,
  .wrp-snsbox .box-facebook .box-timeline .fb_iframe_widget span,
  .wrp-snsbox .box-facebook .box-timeline .fb_iframe_widget iframe[style] {
	width: 100% !important;
}

.wrp-snsbox .box-twitter .box-timeline {
	width: 100%;
	max-width: 500px;
	height: 418px;
	margin: 0 auto;
	border: 1px solid #ccc;
	overflow: hidden;
}

.wrp-snsbox .box-twitter .box-timeline iframe {
	width: 100% !important;
	height: 418px !important;
}

.wrp-snsbox .box-instagram .list-instagram {
	max-width: 500px;
	margin: 0 auto;
}

.wrp-snsbox .box-instagram .list-instagram > li {
	width: 33.33%;
	line-height: 0;
	float: left;
	box-sizing: border-box;
	padding: 1px;
}

.wrp-snsbox .box-instagram .list-instagram > li > span {
	display: block;
	width: 100%;
	height: 0;
	padding: 100% 0 0;
	position: relative;
}

.wrp-snsbox .box-instagram .list-instagram > li > span > img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.wrp-snsbox .box-line {
	width: 350px;
	margin: 40px auto 0;
}

.wrp-snsbox .box-line .bnr {
	line-height: 0;
}

@media only screen and (max-width: 950px) {
	.wrp-snsbox .box-facebook .box-timeline {
		height: 360px;
	}

	.wrp-snsbox .box-twitter .box-timeline {
		height: 360px;
	}

	.wrp-snsbox .box-twitter .box-timeline iframe {
		height: 360px !important;
	}
}

@media only screen and (max-width: 736px) {
	.wrp-snsbox .inner-snsbox {
		padding: 21px 0 25px;
	}

	.wrp-snsbox .ttl {
		font-size: 18px;
	}

	.wrp-snsbox .inner-snsbox .wrp-box-snsbox {
		display: block;
		margin: 0;
	}

	.wrp-snsbox .inner-snsbox .wrp-box-snsbox > div[class^=box-] {
		width: 100%;
		padding: 0 20px;
	}

	.wrp-snsbox .inner-snsbox .wrp-box-snsbox > div[class^=box-] .sttl {
		padding: 18px 0;
	}

	.wrp-snsbox .inner-snsbox .wrp-box-snsbox > div[class^=box-] .sttl span {
		font-size: 14px;
		padding: 0 0 0 34px;
	}

	.wrp-snsbox .inner-snsbox .wrp-box-snsbox > div[class^=box-] .sttl span:before {
		font-size: 22px;
	}

	.wrp-snsbox .inner-snsbox .wrp-box-snsbox > div[class^=box-] + div[class^=box-] .sttl {
		padding-top: 50px;
	}

	.wrp-snsbox .box-facebook .box-timeline {
		height: 300px;
	}

	.wrp-snsbox .box-twitter .box-timeline {
		height: 300px;
	}

	.wrp-snsbox .box-twitter .box-timeline iframe {
		height: 500px !important;
	}

	.wrp-snsbox .box-instagram {
		padding: 0 19px !important;
	}

	.wrp-snsbox .box-instagram .list-instagram {
		max-width: 502px;
	}

	.wrp-snsbox .box-instagram .list-instagram > li:nth-child(n+10) {
		display: none;
	}

	.wrp-snsbox .box-line {
		width: 100%;
		max-width: 500px;
		box-sizing: border-box;
		padding: 0 20px;
		margin: 24px auto 0;
	}
}

/* å§å¦¹ãã©ã³ãã®ãç´¹ä» */
.wrp-bnr-brand {
	width: 100%;
	box-sizing: border-box;
	background-color: #fff;
}

.wrp-bnr-brand .ttl {
	font-size: 24px;
	color: #fff;
	letter-spacing: 0.05em;
	text-align: center;
	padding: 34px 15px;
	background-color: #555;
}

.wrp-bnr-brand .bnr-brand-list > ul {
	padding: 15px 0;
}

.wrp-bnr-brand .bnr-brand-list > ul > li {
	width: 50%;
	float: left;
}

.wrp-bnr-brand .bnr-brand-list > ul > li:nth-child(odd) {
	clear: both;
}

.wrp-bnr-brand .bnr-brand-list > ul > li > a {
	display: table;
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
}

.wrp-bnr-brand .bnr-brand-list > ul > li > a > .img {
	display: table-cell;
	width: 32%;
	line-height: 0;
	vertical-align: top;
}

.wrp-bnr-brand .bnr-brand-list > ul > li > a > .box-text {
	display: table-cell;
	vertical-align: top;
	padding: 0 0 0 20px;
}

.wrp-bnr-brand .bnr-brand-list > ul > li > a > .box-text .name {
	display: block;
	width: 100%;
	font-size: 16px;
	letter-spacing: 0.05em;
	font-weight: bold;
	line-height: 1.4;
	padding: 0 0 5px;
}

.wrp-bnr-brand .bnr-brand-list > ul > li > a > .box-text .description {
	display: block;
	width: 100%;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

@media only screen and (min-width: 737px) {
	.wrp-bnr-brand .bnr-brand-list > ul > li > a:hover > .box-text .name {
		text-decoration: underline;
	}
}

@media only screen and (max-width: 736px) {
	.wrp-bnr-brand .ttl {
		font-size: 16px;
		padding: 17px 15px;
	}

	.wrp-bnr-brand .bnr-brand-list > ul {
		padding: 0;
	}

	.wrp-bnr-brand .bnr-brand-list > ul > li {
		width: 100%;
	}

	.wrp-bnr-brand .bnr-brand-list > ul > li:nth-child(n+2) {
		border-top: 1px solid #ccc;
	}

	.wrp-bnr-brand .bnr-brand-list > ul > li > a > .box-text {
		padding: 0 0 0 10px;
	}

	.wrp-bnr-brand .bnr-brand-list > ul > li > a > .box-text .name {
		font-size: 14px;
	}

	.wrp-bnr-brand .bnr-brand-list > ul > li > a > .box-text .description {
		font-size: 12px;
	}
}
