@charset 'UTF-8';
/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   #page-search
---------------------------------------------------------------------------*/
/* comment
-----------------------------------------------------------------*/
.page-search .m-hdg-section {
	margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
	.page-search .m-hdg-section {
		margin-bottom: 20px;
	}
}

.page-search .sec-search .count {
	margin-bottom: 20px;
	font-size: 16px;
}

@media only screen and (max-width: 767px) {
	.page-search .sec-search .count {
		padding: 0 15px;
		font-size: 13px;
	}
}

.page-search .sec-search .count .count-now {
    color: #ff4800;
    font-size: 25px;
    font-weight: 700;
}

@media only screen and (max-width: 767px) {
	.page-search .sec-search .count .count-now {
		font-size: 22px;
	}
}

.page-search .sec-search .search-boxes {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	margin-bottom: 60px;

	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	        justify-content: space-between;
}

@media only screen and (max-width: 767px) {
	.page-search .sec-search .search-boxes {
		margin-bottom: 30px;
	}
}

.page-search .sec-search .search-boxes .m-search-box {
	width: 374px;
}

@media only screen and (max-width: 767px) {
	.page-search .sec-search .search-boxes .m-search-box {
		width: 100%;
	}
}

.page-search .sec-search .search-boxes .m-search-box:nth-of-type(n+2) {
    /*margin-top: 20px;*/
}

.page-search .sec-search .search-boxes .m-search-box:nth-of-type(n+3) {
	margin-top: 40px;
}

@media only screen and (max-width: 767px) {
	.page-search .sec-search .search-boxes .m-search-box:nth-of-type(n+2) {
		margin-top: 20px;
	}
}

.page-search .sec-search .search-boxes .m-search-box--wide {
	width: 100%;
}

.page-search .sec-search .search-boxes .m-search-box__body .m-search-box__check {
	padding: 10px 30px 10px;
}

@media only screen and (max-width: 767px) {
	.page-search .sec-search .search-boxes .m-search-box__body .m-search-box__check {
		padding: 10px 15px 10px;
	}
}

.page-search .sec-search .search-boxes .m-search-box__body .m-search-box__inline {
	padding: 14px 30px 30px;
}

@media only screen and (max-width: 767px) {
	.page-search .sec-search .search-boxes .m-search-box__body .m-search-box__inline {
		padding: 10px 15px 15px;
	}
}

.page-search .sec-search .m-search-seminar__date {
	margin: 0;
	width: auto;
}

.page-search .sec-search .m-search-seminar__date::before {
	top: calc(50% - 17px);
	right: 43px;
}

@media only screen and (max-width: 767px) {
	.page-search .sec-search .m-search-seminar__date::before {
		top: calc(50% - 12px);
		right: 30px;
	}
}

.page-search .sec-search .m-search-seminar__date .c-input {
	height: auto;
}

.page-search .c-list-keykolor__item {
	padding-left: 0;
}

.page-search .c-list-keykolor__item::before {
	content: none;
}

.page-search .c-input {
	padding: 10px 15px;
}

.page-search .m-btns .c-btn span {
	position: relative;
}

.page-search .m-btns .c-btn span::after {
	position: absolute;
	top: 26px;
	left: 78px;
	width: 30px;
	height: 30px;
	background: url(../../../assets/images/common/ico_search_white.svg) no-repeat 50% 50%;
	background-size: 30px 30px;
	content: '';
}

@media only screen and (max-width: 767px) {
	.page-search .m-btns .c-btn span::after {
		top: 15px;
		left: 20px;
	}
}

.page-search .m-btns .c-btn .c-submit input {
	width: 300px;
	padding: 25px 0 29px 38px;
	font-size: 26px;
}

@media only screen and (max-width: 767px) {
	.page-search .m-btns .c-btn .c-submit input {
		width: 100%;
		height: 60px;
		padding: 18px 0;
		font-size: 22px;
	}
}

.mode-pc .page-search .m-btns .c-btn .c-submit input:hover {
	padding: 25px 0 24px 38px;
}

.page-search .description {
	margin-bottom: 20px;
	padding: 0 15px;
}

.page-search .sec-search .area-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -6px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
	.page-search .sec-search .area-list {
		margin: 0 -1.5%;
	}
}

@media only screen and (max-width: 767px) {
	.page-search .sec-search .area-list__item {
		width: 30.3333%;
		margin: 0 1.5%;
	}
}

.page-search .sec-search .area-list__item-btn {
	display: block;
	position: relative;
	width: 124px;
	margin: 15px 10px 0;
	padding: 8px 0;
	border-radius: 4px;
	background-color: #ccc;
	text-align: center;
	color: #fff;
	-webkit-transition: .3s;
	        transition: .3s;
}

@media  only screen and (max-width: 767px) {
	.page-search .sec-search .area-list__item-btn {
		width: 100%;
		margin: 10px 0 0;
		padding: 7px 0;
		font-size: 14px;
	}
}

.mode-pc .page-search .sec-search .area-list__item-btn:hover {
	opacity: .8;
}

.page-search .sec-search .area-list__item-btn.is-show::before {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.page-search .sec-search .area-list__item--hokkaido .area-list__item-btn {
	background-color: #6fc40e;
}

.page-search .sec-search .area-list__item--kansai .area-list__item-btn {
	background-color: #ff9fd4;
}

.page-search .sec-search .area-list__item--tohoku .area-list__item-btn {
	background-color: #fccb00;
}

.page-search .sec-search .area-list__item--chugoku .area-list__item-btn {
	background-color: #a37a52;
}

.page-search .sec-search .area-list__item--hokuriku .area-list__item-btn {
	background-color: #f18f50;
}

.page-search .sec-search .area-list__item--shikoku .area-list__item-btn {
	background-color: #fe5058;
}

.page-search .sec-search .area-list__item--kanto .area-list__item-btn {
	background-color: #5cb5f3;
}

.page-search .sec-search .area-list__item--kyusyu .area-list__item-btn {
	background-color: #ae73bb;
}

.page-search .sec-search .area-list__item--chubu .area-list__item-btn {
	background-color: #7784ce;
}

.page-search .sec-search .area-list__item--okinawa .area-list__item-btn {
	background-color: #2eb8bd;
}

.page-search .sec-search .area-list-detail__item {
	display: none;
	position: relative;
	max-height: 0;
	margin: 15px 10px 7px;
	padding: 15px 15px 15px 20px;
	border-width: 2px;
	border-style: solid;
	border-radius: 4px;
	background-color: #fff;
}

@media  only screen and (max-width: 767px) {
	.page-search .sec-search .area-list-detail__item {
		margin: 15px 0 10px;
		padding: 15px 20px;
	}
}

.page-search .sec-search .area-list-detail__item::before {
	position: absolute;
	top: -8px;
	left: 10px;
	width: 0;
	height: 0;
	border-width: 0 6px 6px 6px;
	border-style: solid;
	border-color: transparent transparent #ccc transparent;
	content: '';
}

/*--------------------------------------------------------------------------
   #page-search-list
---------------------------------------------------------------------------*/
/* comment
-----------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
	.page-search-list {
		padding: 0 15px;
	}
}

.page-search-list .head {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 18px;
	border-bottom: 2px solid #ebebeb;

	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	        align-items: flex-end;
}

@media only screen and (max-width: 767px) {
	.page-search-list .head {
		margin-bottom: 15px;
		padding-bottom: 10px;
	}
}

.page-search-list .head__hdg {
	position: relative;
	text-align: left;
	color: #333;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}

.page-search-list .head__hdg::after {
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 80px;
	height: 2px;
	background-color: #ff4800;
	content: '';
}

@media only screen and (max-width: 767px) {
	.page-search-list .head__hdg::after {
		bottom: -12px;
		width: 40px;
	}
}

.page-search-list .head__hdg span {
	font-size: 28px;
}

@media only screen and (max-width: 767px) {
	.page-search-list .head .m-pager__item a {
		padding: 3px;
	}
}

.page-search-list__bnr {
	margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
	.page-search-list__bnr {
		margin-bottom: 20px;
	}
}

.page-search-list__category {
	margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
	.page-search-list__category {
		margin-bottom: 20px;
	}
}

.page-search-list__category .category {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;

	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	        justify-content: space-between;
}

@media only screen and (max-width: 767px) {
	.page-search-list__category .category {
		 display: block;
	}
}

.page-search-list__category .category__img {
	flex-shrink: 0;
	margin-right: 50px;
	width: 250px;
}

@media only screen and (max-width: 767px) {
	.page-search-list__category .category__img {
		margin: 0 0 15px 0;
		width: 100%;
	}
}

.page-search-list__category .category__img img {
	width: 100%;
}

.page-search-list__category .category__txt {
	
}

.page-search-list .c-wishlist-balloon {
	padding-bottom: 30px;
}

.page-search-list .c-wishlist-balloon--small {
	padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
	.page-search-list .c-wishlist-balloon__inner {
		display: block;
		text-align: left;
	}
}

@media only screen and (max-width: 767px) {
	.page-search-list .c-wishlist-balloon__txt {
		margin-bottom: 15px;
	}
}

.page-search-list .c-wishlist-balloon__txt span {
	position: relative;
	padding-left: 29px;
	font-size: 18px;
}

@media only screen and (max-width: 767px) {
	.page-search-list .c-wishlist-balloon__txt span {
		display: inline-block;
		font-size: 14px;
		line-height: 1.4;
	}
}

.page-search-list .c-wishlist-balloon__txt span::before,
.page-search-list .c-wishlist-balloon__txt span::after {
	position: absolute;
	content: '';
}

.page-search-list .c-wishlist-balloon__txt span::before {
	top: 50%;
	left: 0;
	width: 20px;
	height: 20px;
	margin-top: -7px;
	border: 1px solid #fff;
	border-radius: 4px;
	background: #fff;
}

.page-search-list .c-wishlist-balloon__txt span::after {
	top: 50%;
	left: 6px;
	width: 8px;
	height: 11px;
	margin-top: -4px;
	border-right: 3px solid #ff4800;
	border-bottom: 3px solid #ff4800;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.page-search-list .c-wishlist-balloon__btn {
	width: 360px;
}

@media only screen and (max-width: 767px) {
	.page-search-list .c-wishlist-balloon__btn {
		width: 100%;
		margin: 0 auto;
	}
}

.page-search-list .c-wishlist-balloon__btn a {
	width: 100%;
}

.page-search-list .c-wishlist-balloon__btn .txt {
	position: relative;
}

@media only screen and (max-width: 767px) {
	.page-search-list .c-wishlist-balloon__btn .txt {
		padding-left: 30px;
		font-size: 14px;
	}
}

.page-search-list .c-wishlist-balloon__btn .txt::before {
	position: absolute;
	top: calc(50% - 10px);
	left: -27px;
	width: 22px;
	height: 20px;
	background: url(../../../assets/images/common/ico_star.svg) no-repeat 0 0;
	background-size: 22px 20px;
	content: '';
}

@media only screen and (max-width: 767px) {
	.page-search-list .c-wishlist-balloon__btn .txt::before {
		left: 0;
	}
}

.page-search-list .search-list {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ebebeb;
}

.page-search-list .search-list .c-wishlist-balloon {
	margin-bottom: 10px;
}

.page-search-list .search-list__img {
	margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
	.page-search-list .search-list__img {
		margin-bottom: 8px;
	}
}

@media only screen and (max-width: 767px) {
	.page-search-list .search-list__img img {
		width: 100%;
		height: auto;
	}
}

.page-search-list .search-list__checkbox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	box-sizing: border-box;
	margin-bottom: 16px;

	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
}

@media only screen and (max-width: 767px) {
	.page-search-list .search-list__checkbox {
		margin-bottom: 10px;
	}
}

.page-search-list .search-list__checkbox label {
	box-sizing: border-box;
	width: 100%;
	height: 30px;
	padding-left: 30px;
	background: url(../../../assets/images/common/bg_repeat_skew.png) repeat 0 0;
}

.page-search-list .search-list__checkbox label::before {
	top: 13px;
	left: 6px;
	width: 18px;
	height: 18px;
	border: 1px solid #fc4a00;
	background-color: #fff;
}

.page-search-list .search-list__checkbox label::after {
	left: 12px;
	border-right: 2px solid #ff4800;
	border-bottom: 2px solid #ff4800;
}

.page-search-list .search-list__checkbox label span {
	display: block;
	height: 30px;
	padding-left: 10px;
	background-color: #f8f8f8;
	text-decoration: underline;
}

@media only screen and (max-width: 767px) {
	.page-search-list .search-list__checkbox label span {
		padding-top: 3px;
	}
}

.mode-pc .page-search-list .search-list__checkbox label span:hover {
	text-decoration: none;
}

.page-search-list .search-list__checkbox .txt {
	box-sizing: border-box;
	width: 100%;
	height: 30px;
	padding: 6px 10px 0;
	background-color: #f8f8f8;
	color: #878787;
	font-weight: 700;
	line-height: 1;
}

.page-search-list .search-list__checkbox .btn .c-checkbox:checked + .txt label:after {
	opacity: 1;
}

.page-search-list .search-list .c-hdg-borderLeft {
	margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
	.page-search-list .search-list .c-hdg-borderLeft {
		margin-bottom: 10px;
	}
}

.page-search-list .search-list .c-tag {
	margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
	.page-search-list .search-list .c-tag {
		margin-bottom: 12px;
	}
}

.page-search-list .search-list__txt {
	margin-bottom: 26px;
}

@media only screen and (max-width: 767px) {
	.page-search-list .search-list__txt {
		margin-bottom: 13px;
	}
}

.page-search-list .search-list .c-table {
	margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
	.page-search-list .search-list .c-table {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.page-search-list .search-list .m-btns .c-btn {
		margin-bottom: 15px;
	}
}

.page-search-list .search-list .m-btns .c-btn--detail a {
	width: 170px;
}

@media only screen and (max-width: 767px) {
	.page-search-list .search-list .m-btns .c-btn--detail a {
		width: 100%;
	}
}

.page-search-list .search-list .m-btns .c-btn--schedule a {
	width: 170px;
}

@media only screen and (max-width: 767px) {
	.page-search-list .search-list .m-btns .c-btn--schedule a {
		width: 100%;
	}
}

.page-search-list .search-list .m-btns .c-btn--document a {
	width: 170px;
}

@media only screen and (max-width: 767px) {
	.page-search-list .search-list .m-btns .c-btn--document a {
		width: 100%;
	}
}

.page-search-list .search-list .m-btns .c-btn--star a {
	width: 230px;
}

@media only screen and (max-width: 767px) {
	.page-search-list .search-list .m-btns .c-btn--star a {
		width: 100%;
	}
}

.page-search-list .search-list .m-btns .c-btn--document a {
	width: 230px;
}

@media only screen and (max-width: 767px) {
	.page-search-list .search-list .m-btns .c-btn--document a {
		width: 100%;
	}
}

/*--------------------------------------------------------------------------
   #page-detail
---------------------------------------------------------------------------*/
/* comment
-----------------------------------------------------------------*/
.page-detail {
	/* 説明会日程
-----------------------------------------------------------------*/
	/* イベント
-----------------------------------------------------------------*/
	/* 会社情報
-----------------------------------------------------------------*/
	/* オーナーレポート
-----------------------------------------------------------------*/
}

@media only screen and (max-width: 767px) {
	.page-detail {
		padding: 0 15px;
	}
}

.page-detail .m-hdg-section {
	margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
	.page-detail .m-hdg-section {
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.page-detail .m-btns--triple .c-btn {
		margin-bottom: 15px;
	}
}

.page-detail .m-btns--triple .c-btn--schedule a {
	width: 220px;
}

@media only screen and (max-width: 767px) {
	.page-detail .m-btns--triple .c-btn--schedule a {
		width: auto;
	}
}

.page-detail .m-btns--triple .c-btn--document a {
	width: 220px;
}

@media only screen and (max-width: 767px) {
	.page-detail .m-btns--triple .c-btn--document a {
		width: auto;
	}
}

.page-detail .m-btns--triple .c-btn--star a {
	width: 260px;
}

@media only screen and (max-width: 767px) {
	.page-detail .m-btns--triple .c-btn--star a {
		width: auto;
	}
}

.page-detail .sec-fc .c-hdg-borderLeft {
	margin-top: 40px;
	margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
	.page-detail .sec-fc .c-hdg-borderLeft {
		margin-top: 20px;
		margin-bottom: 10px;
	}
}

.page-detail .sec-fc .c-tag {
	margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
	.page-detail .sec-fc .c-tag {
		margin-bottom: 15px;
	}
}

.page-detail .sec-fc .c-table {
	margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
	.page-detail .sec-fc .c-table {
		margin-bottom: 20px;
	}
}

.page-detail .sec-fc__img {
	margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
	.page-detail .sec-fc__img {
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.page-detail .sec-fc__img img {
		width: 100%;
		height: auto;
	}
}

.page-detail .sec-fc__txt {
	margin: 40px 0 35px;
	padding-top: 35px;
	border-top: 1px solid #ebebeb;
}

@media only screen and (max-width: 767px) {
	.page-detail .sec-fc__txt {
		margin: 20px 0 18px;
		padding-top: 18px;
	}
}

.page-detail .sec-fc__txt .txt + .txt {
	margin-top: 1em;
}

.page-detail .sec-fc .m-movie {
	margin-top: 60px;
}

@media only screen and (max-width: 767px) {
	.page-detail .sec-fc .m-movie {
		margin-top: 30px;
	}
}

.page-detail .sec-fc__seminar {
	margin-bottom: 30px;
	padding-bottom: 60px;
	border-bottom: 1px solid #ebebeb;
}

@media only screen and (max-width: 767px) {
	.page-detail .sec-fc__seminar {
		margin-bottom: 15px;
		padding-bottom: 30px;
	}
}

.page-detail .sec-fc__seminar .m-reservation-date {
	margin: 15px 0 20px;
}

@media only screen and (max-width: 767px) {
	.page-detail .sec-fc__seminar .m-reservation-date {
		margin: 10px 0 15px;
	}
}

.page-detail .sec-fc__seminar .m-btns .c-btn--schedule a {
	width: 280px;
}

@media only screen and (max-width: 767px) {
	.page-detail .sec-fc__seminar .m-btns .c-btn--schedule a {
		width: 100%;
	}
}

.page-detail .franchise-boxes {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	        justify-content: space-between;
}

.page-detail .franchise-boxes .m-franchise-info {
	width: 49%;
	margin-bottom: 15px;
}

.page-detail .franchise-boxes .m-franchise-info__hdg {
	/*width: 30%;*/
}

.page-detail .franchise-boxes .m-franchise-info__body {
	/*width: 65%;*/
}

.page-detail .sec-seminar-page {
	margin-top: 40px;
}

@media only screen and (max-width: 767px) {
	.page-detail .sec-seminar-page {
		margin-top: 20px;
	}
}

.page-detail .sec-seminar-page .c-hdg-borderLeft {
	margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
	.page-detail .sec-seminar-page .c-hdg-borderLeft {
		margin-bottom: 10px;
	}
}

.page-detail .sec-event-page {
	margin-top: 40px;
}

@media only screen and (max-width: 767px) {
	.page-detail .sec-event-page {
		margin-top: 20px;
	}
}

.page-detail .sec-event-page .c-hdg-borderLeft {
	margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
	.page-detail .sec-event-page .c-hdg-borderLeft {
		margin-bottom: 10px;
	}
}

.page-detail .sec-company-page {
	margin-top: 40px;
}

@media only screen and (max-width: 767px) {
	.page-detail .sec-company-page {
		margin-top: 20px;
	}
}

.page-detail .sec-company-page .overview-block {
	margin-bottom: 56px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ebebeb;
}

@media only screen and (max-width: 767px) {
	.page-detail .sec-company-page .overview-block {
		margin-bottom: 38px;
		padding-bottom: 20px;
	}
}

.page-detail .sec-company-page .overview-block .c-table {
	margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
	.page-detail .sec-company-page .overview-block .c-table {
		margin-bottom: 20px;
	}
}

.page-detail .sec-company-page .flow-block {
	margin-bottom: 75px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ebebeb;
}

@media only screen and (max-width: 767px) {
	.page-detail .sec-company-page .flow-block {
		margin-bottom: 35px;
		padding-bottom: 20px;
	}
}

.page-detail .sec-company-page .flow-block .c-hdg-detail {
	margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
	.page-detail .sec-company-page .flow-block .c-hdg-detail {
		margin-bottom: 15px;
	}
}

.page-detail .sec-company-page .flow-block__list {
	margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
	.page-detail .sec-company-page .flow-block__list {
		margin-bottom: 20px;
	}
}

.page-detail .sec-company-page .flow-block__item {
	position: relative;
	padding: 20px;
	border: 1px solid #ebebeb;
	border-radius: 6px;
}

@media only screen and (max-width: 767px) {
	.page-detail .sec-company-page .flow-block__item {
		padding: 10px;
	}
}

.page-detail .sec-company-page .flow-block__item::before {
	position: absolute;
	bottom: -12px;
	left: calc(50% - 6px);
	width: 0;
	height: 0;
	border-top: 12px solid #ebebeb;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	content: '';
}

.page-detail .sec-company-page .flow-block__item:last-child::before {
	content: none;
}

.page-detail .sec-company-page .flow-block__item + .flow-block__item {
	margin-top: 20px;
}

@media only screen and (max-width: 767px) {
	.page-detail .sec-company-page .flow-block__item + .flow-block__item {
		margin-top: 20px;
	}
}

.page-detail .sec-company-page .flow-block__item .item-hdg {
	position: relative;
	padding-left: 26px;
	font-size: 18px;
	font-weight: 700;
}

@media only screen and (max-width: 767px) {
	.page-detail .sec-company-page .flow-block__item .item-hdg {
		padding-left: 22px;
		font-size: 16px;
	}
}

.page-detail .sec-company-page .flow-block__item .item-hdg::before {
	box-sizing: border-box;
	position: absolute;
	top: 6px;
	left: 0;
	width: 20px;
	height: 20px;
	padding-top: 2px;
	background-color: #ff4800;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	content: '';
}

@media only screen and (max-width: 767px) {
	.page-detail .sec-company-page .flow-block__item .item-hdg::before {
		top: 4px;
		width: 18px;
		height: 18px;
		font-size: 12px;
	}
}

.page-detail .sec-company-page .flow-block__item .item-hdg--01::before {
	content: '1';
}

.page-detail .sec-company-page .flow-block__item .item-hdg--02::before {
	content: '2';
}

.page-detail .sec-company-page .flow-block__item .item-hdg--03::before {
	content: '3';
}

.page-detail .sec-company-page .flow-block__item .item-hdg--04::before {
	content: '4';
}

.page-detail .sec-company-page .flow-block__item .item-hdg--05::before {
	content: '5';
}

.page-detail .sec-company-page .flow-block__txt {
	margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
	.page-detail .sec-company-page .flow-block__txt {
		margin-bottom: 20px;
	}
}

.page-detail .sec-owner-page {
	margin-top: 40px;
}

@media only screen and (max-width: 767px) {
	.page-detail .sec-owner-page {
		margin-top: 20px;
	}
}

.page-detail .sec-owner-page .m-link-boxes {
	margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
	.page-detail .sec-owner-page .m-link-boxes {
		margin-bottom: 30px;
	}
}

.page-detail .sec-owner-page .m-link-box {
	width: 47%;
}

.page-detail .sec-owner-page .m-link-box__hdg {
	margin-bottom: 11px;
}

@media only screen and (max-width: 767px) {
	.page-detail .sec-owner-page .m-link-box__hdg {
		margin-bottom: 5px;
	}
}

.page-detail .sec-owner-page .m-link-box:nth-child(n + 3) {
	margin-top: 40px;
}

@media only screen and (max-width: 767px) {
	.page-detail .sec-owner-page .m-link-box:nth-child(n + 3) {
		margin-top: 20px;
	}
}

.page-detail .sec-overview {
	margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
	.page-detail .sec-overview {
		margin-bottom: 30px;
	}
}

.page-detail .sec-overview__box + .sec-overview__box {
	margin-top: 20px;
	padding-top: 30px;
}

@media only screen and (max-width: 767px) {
	.page-detail .sec-overview__box + .sec-overview__box {
		margin-top: 10px;
		padding-top: 15px;
	}
}

.page-detail .sec-overview__box {
	padding-top: 37px;
}

@media only screen and (max-width: 767px) {
	.page-detail .sec-overview__box {
		padding-top: 20px;
	}
}

.page-detail .sec-overview__box .m-hdg-section__body {
	padding-left: 30px;
}

.page-detail .sec-overview__box .m-hdg-section__hdg {
	color: #333;
	font-size: 24px;
}

.page-detail .sec-overview__txt .img {
	float: left;
	width: 330px;
	margin: 0 20px 35px 0;
}

@media only screen and (max-width: 767px) {
	.page-detail .sec-overview__txt .img {
		float: none;
		width: 100%;
		margin: 0 0 20px 0;
	}
}

.page-detail .sec-overview__txt .img img {
	width: 100%;
	height: auto;
}

.page-detail .sec-overview__txt .hdg {
	margin-bottom: 12px;
	color: #ff4800;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
}

@media only screen and (max-width: 767px) {
	.page-detail .sec-overview__txt .hdg {
		margin-bottom: 10px;
		font-size: 18px;
	}
}

.page-detail .sec-overview .m-btns {
	margin-top: 26px;
}

@media only screen and (max-width: 767px) {
	.page-detail .sec-overview .m-btns {
		margin-top: 13px;
	}
}

.page-detail .sec-find {
	margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
	.page-detail .sec-find {
		margin-top: 30px;
	}
}

.page-detail .sec-document .c-hdg-detail {
	margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
	.page-detail .sec-document .c-hdg-detail {
		margin-top: 10px;
	}
}

.page-detail .c-card-row {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ebebeb;
}

@media only screen and (max-width: 767px) {
	.page-detail .c-card-row {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
}

.page-detail .c-card-row__img {
	width: 50%;
}

@media only screen and (max-width: 767px) {
	.page-detail .c-card-row__img {
		width: 100%;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.page-detail .c-card-row__img img {
		width: 100%;
		height: auto;
	}
}

.page-detail .c-card-row__txt {
	width: calc(100% - 390px);
}

@media only screen and (max-width: 767px) {
	.page-detail .c-card-row__txt {
		width: 100%;
	}
}

.page-detail .detail-block {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ebebeb;
}

@media only screen and (max-width: 767px) {
	.page-detail .detail-block {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
}

.page-detail .detail-block__img {
	margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
	.page-detail .detail-block__img img {
		width: 100%;
		height: auto;
	}
}

.page-detail .detail-block__hdg {
	margin-bottom: 10px;
	color: #1ead95;
	font-size: 20px;
	font-weight: 700;
}

@media only screen and (max-width: 767px) {
	.page-detail .detail-block__hdg {
		font-size: 18px;
	}
}

.page-detail .detail-block__hdg a {
	text-decoration: underline;
}

.mode-pc .page-detail .detail-block__hdg a:hover {
	text-decoration: none;
	color: #ff4800;
}

.page-detail .detail-block .c-tag {
	margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
	.page-detail .detail-block .c-tag {
		margin-bottom: 10px;
	}
}

.page-detail .detail-block__txt {
	margin-bottom: 25px;
	line-height: 2;
}

@media only screen and (max-width: 767px) {
	.page-detail .detail-block__txt {
		margin-bottom: 15px;
	}
}

.page-detail .detail-block .c-table {
	margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
	.page-detail .detail-block .c-table {
		margin-bottom: 20px;
	}
}

.page-detail .m-pager {
	padding-top: 15px;
}

@media only screen and (max-width: 767px) {
	.page-detail .m-pager {
		padding-top: 10px;
	}
}

.page-detail .m-search-box {
	margin-top: 60px;
}

@media only screen and (max-width: 767px) {
	.page-detail .m-search-box {
		margin-top: 30px;
	}
}

.page-detail .m-search-box__body {
	padding: 18px 30px 30px;
}

@media only screen and (max-width: 767px) {
	.page-detail .m-search-box__body {
		padding: 0 30px;
	}
}

.page-detail .m-search-box__body .c-select {
	width: 48%;
	background-color: #fff;
}

@media only screen and (max-width: 767px) {
	.page-detail .m-search-box__body .c-select {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.page-detail .m-search-box__body .c-select + .c-select {
		margin-top: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.page-detail .m-search-box__hdg.is-show + .m-search-box__body .m-search-seminar__inline {
		padding: 30px 0;
	}
}

/*--------------------------------------------------------------------------
   #page-column
---------------------------------------------------------------------------*/
/* comment
-----------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
	.page-column {
		padding: 0 15px;
	}
}

@media only screen and (max-width: 767px) {
	.page-column .m-hdg-section__hdg {
		font-size: 24px;
	}
}

.page-column .sec-column {
	margin-top: 20px;
}

.page-column .sec-column .m-btns .c-btn--moreW {
	margin: auto;
	width: 300px;
}

@media only screen and (max-width: 767px) {
	.page-column .sec-column .m-btns .c-btn--moreW {
		width: 100%;
	}
}

.page-column__date {
	padding: 10px 0;
	text-align: right;
	color: #777;
	line-height: 1.2;
}

.page-column__lead {
	margin-bottom: 20px;
	padding: 15px 20px;
	background-color: #fff4ee;
}

@media only screen and (max-width: 767px) {
	.page-column__lead {
		margin-bottom: 10px;
		padding: 10px 10px;
	}
}

.page-column__lead .lead-hdg {
	position: relative;
	padding-left: 26px;
	color: #ff4800;
	font-size: 18px;
	font-weight: 700;
}

.page-column__lead .lead-hdg::before {
	position: absolute;
	top: 8px;
	left: 0;
	width: 20px;
	height: 16px;
	background-image: url(../../../assets/images/common/ico_crown_keycolor.svg);
	background-repeat: no-repeat;
	background-size: 20px auto;
	content: '';
}

@media only screen and (max-width: 767px) {
	.page-column__lead .lead-hdg::before {
		top: 6px;
	}
}

.page-column__lead .lead-hdg a {
	text-decoration: underline;
}

.mode-pc .page-column__lead .lead-hdg a:hover {
	text-decoration: none;
}

.page-column__img {
	margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
	.page-column__img {
		margin-bottom: 12px;
	}
}

.page-column__img img {
	max-width: 100%;
}

@media only screen and (max-width: 767px) {
	.page-column__img img {
		width: 100%;
		height: auto;
	}
}

.page-column__txt {
	font-size: 16px;
}

@media only screen and (max-width: 767px) {
	.page-column__txt {
		margin-bottom: 25px;
		font-size: 14px;
	}
}

.page-column__txt + .page-column__txt {
	margin-top: 1em;
	margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
	.page-column__txt + .page-column__txt {
		margin-bottom: 25px;
	}
}

.page-column .m-search-box {
	position: relative;
	margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
	.page-column .m-search-box {
		margin-bottom: 30px;
	}
}

.page-column .m-search-box::before,
.page-column .m-search-box::after {
	position: absolute;
	content: '';
}

.page-column .m-search-box::before {
	top: 18px;
	left: 20px;
	z-index: 1;
	width: 16px;
	height: 16px;
	margin-top: -7px;
	border: 1px solid #fff;
	border-radius: 4px;
	background: #fff;
}

@media only screen and (max-width: 767px) {
	.page-column .m-search-box::before {
		top: 20px;
		left: 10px;
		width: 14px;
		height: 14px;
	}
}

.page-column .m-search-box::after {
	top: 17px;
	left: 24px;
	z-index: 10;
	width: 7px;
	height: 10px;
	margin-top: -4px;
	border-right: 3px solid #ff4800;
	border-bottom: 3px solid #ff4800;
	border-left: 0;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
	.page-column .m-search-box::after {
		top: 20px;
		left: 14px;
		width: 5px;
		height: 8px;
	}
}

.page-column .m-search-box__hdg {
	padding: 10px 42px;
	text-align: left;
	font-size: 18px;
}

@media only screen and (max-width: 767px) {
	.page-column .m-search-box__hdg {
		padding: 10px 15px;
		font-size: 13px;
		line-height: 1.4;
	}
}

.page-column .m-search-box__hdg::before,
.page-column .m-search-box__hdg::after {
	content: none;
}

@media only screen and (max-width: 767px) {
	.page-column .m-search-box__hdg .body::before {
		right: -5px;
	}
}

@media only screen and (max-width: 767px) {
	.page-column .m-search-box__hdg span {
		padding-left: 15px;
	}
}

.page-column .m-search-box__body .m-search-box__inline {
	padding: 20px;
}

@media only screen and (max-width: 767px) {
	.page-column .m-search-box__body .m-search-box__inline {
		padding: 14px 30px 30px;
	}
}

.page-column .local-nav__item {
	padding: 6px 30px;
	background-color: #fff;
	line-height: 1.4;
}

.page-column .local-nav__item + .local-nav__item {
	margin-top: 8px;
}

@media only screen and (max-width: 767px) {
	.page-column .local-nav__item + .local-nav__item {
		margin-top: 6px;
	}
}

.page-column .local-nav__item::before {
	top: 13px;
	left: 10px;
}

.page-column .local-nav__item a {
	display: block;
	text-decoration: underline;
	color: #878787;
}

.mode-pc .page-column .local-nav__item a:hover {
	text-decoration: none;
}

.page-column .column-box .c-hdg-borderLeft {
	position: relative;
	margin-bottom: 26px;
	border-left: 5px solid #ff4800;
	font-size: 24px;
	line-height: 1.5;
}

@media only screen and (max-width: 767px) {
	.page-column .column-box .c-hdg-borderLeft {
		font-size: 20px;
	}
}

.page-column .column-box .c-hdg-borderLeft::before {
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #ebebeb;
	content: '';
}

.page-column .column-box__img + .column-box__txt {
	margin-top: 16px;
}

@media only screen and (max-width: 767px) {
	.page-column .column-box__img + .column-box__txt {
		margin-top: 8px;
	}
}

.page-column .column-box__img img {
	max-width: 100%;
}

@media only screen and (max-width: 767px) {
	.page-column .column-box__img img {
		width: 100%;
		height: auto;
	}
}

.page-column .column-box__txt {
	font-size: 16px;
	line-height: 2;
}

@media only screen and (max-width: 767px) {
	.page-column .column-box__txt {
		margin-bottom: 14px;
		font-size: 14px;
		line-height: 1.5;
	}
}

.page-column .column-box__txt a {
	text-decoration: underline;
	color: #878787;
}

.mode-pc .page-column .column-box__txt a:hover {
	text-decoration: none;
	color: #ff4800;
}

.page-column .column-box__txt + .column-box__txt {
	margin-top: 1em;
}

@media only screen and (max-width: 767px) {
	.page-column .column-box__txt + .column-box__txt {
		margin-top: 14px;
	}
}

.page-column .column-box__lead {
	margin: 30px 0 20px;
	padding: 6px 15px;
	background-color: #f8f8f8;
	color: #ff4800;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
}

@media only screen and (max-width: 767px) {
	.page-column .column-box__lead {
		margin: 15px 0 10px;
		padding: 4px 10px;
		font-size: 16px;
	}
}

.page-column .column-box + .column-box {
	margin-top: 20px;
	padding-top: 34px;
}

@media only screen and (max-width: 767px) {
	.page-column .column-box + .column-box {
		margin-top: 10px;
		padding-top: 17px;
	}
}

.page-column .m-btns {
	display: block;
	margin-top: 54px;
	margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
	.page-column .m-btns {
		margin-top: 25px;
		margin-bottom: 30px;
	}
}

.page-column .m-btns .c-btn a {
	width: 100%;
	font-size: 22px;
}

@media only screen and (max-width: 767px) {
	.page-column .m-btns .c-btn a {
		font-size: 16px;
		line-height: 1.4;
	}
}

.page-column .m-btns .c-btn a::after {
	right: 30px;
}

.page-column .m-btns .c-btn + .c-btn {
	margin-top: 20px;
}

@media only screen and (max-width: 767px) {
	.page-column .m-btns .c-btn + .c-btn {
		margin-top: 15px;
	}
}

.page-column .m-rating {
	margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
	.page-column .m-rating {
		margin-bottom: 10px;
	}
}

/*--------------------------------------------------------------------------
   #page-customer
---------------------------------------------------------------------------*/
/* comment
-----------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
	.page-customer {
		padding: 0 15px;
	}
}

.page-customer .benefits-box {
	margin-bottom: 60px;
	padding: 18px 30px 30px;
	background-color: #fff4ee;
}

@media only screen and (max-width: 767px) {
	.page-customer .benefits-box {
		margin-bottom: 30px;
		padding: 18px 15px 20px;
	}
}

@media only screen and (max-width: 767px) {
	.page-customer .benefits-box__hdg {
		margin-bottom: 28px;
	}
}

.page-customer .benefits-box__hdg .hdg-img img {
	margin-top: -38px;
}

@media only screen and (max-width: 767px) {
	.page-customer .benefits-box__hdg .hdg-img img {
		display: block;
		width: 100%;
		height: auto;
		margin: -38px auto 0;
	}
}

.page-customer .benefits-box__hdg .hdg-txt img {
	width: 60%;
}

@media only screen and (max-width: 767px) {
	.page-customer .benefits-box__hdg .hdg-txt img {
		width: 100%;
		height: auto;
	}
}

.page-customer .benefits-box__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;

	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	        justify-content: space-between;
}

@media only screen and (max-width: 767px) {
	.page-customer .benefits-box__list {
		display: block;
	}
}

.page-customer .benefits-box__item {
	width: 32%;
	padding: 0 10px 10px;
	background-image: url(../../../assets/images/common/bg_repeat_skew.png);
	background-repeat: repeat;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.page-customer .benefits-box__item {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;
		width: 100%;
		padding: 10px;
		text-align: left;

		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		        justify-content: space-between;
	}
}

@media only screen and (max-width: 767px) {
	.page-customer .benefits-box__item + .benefits-box__item {
		margin-top: 10px;
	}
}

.page-customer .benefits-box__item .item-ico {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	height: 100px;

	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
}

@media only screen and (max-width: 767px) {
	.page-customer .benefits-box__item .item-ico {
		width: 13%;
		height: auto;
		margin: 0 auto;
		padding: 0 10px 0 0;
	}
}

@media only screen and (max-width: 767px) {
	.page-customer .benefits-box__item .item-ico img {
		width: 100%;
	}
}

.page-customer .benefits-box__item .item-unit {
	padding: 10px;
	background-color: #fff;
}

@media only screen and (max-width: 767px) {
	.page-customer .benefits-box__item .item-unit {
		width: 82%;
	}
}

.page-customer .benefits-box__item .item-unit__hdg {
	margin-bottom: 8px;
	color: #ff4800;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}

@media only screen and (max-width: 767px) {
	.page-customer .benefits-box__item .item-unit__hdg {
		font-size: 16px;
	}
}

.page-customer .benefits-box__item .item-unit__hdg span {
	font-size: 12px;
	font-weight: normal;
}

@media only screen and (max-width: 767px) {
	.page-customer .benefits-box__item .item-unit__hdg span {
		margin-left: 12px;
		font-size: 10px;
	}
}

.page-customer .benefits-box__item .item-unit__txt {
	font-size: 13px;
	line-height: 1.5;
}

@media only screen and (max-width: 767px) {
	.page-customer .benefits-box__item .item-unit__txt {
		font-size: 12px;
	}
}

.page-customer .c-hdg-borderLeft {
	position: relative;
	margin-bottom: 24px;
}

.page-customer .c-hdg-borderLeft::before {
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #ebebeb;
	content: '';
}

.page-customer-done {
	padding: 30px 0;
}

@media only screen and (max-width: 767px) {
	.page-customer-done {
		padding: 15px 0;
	}
}

.page-customer-done__hdg {
	margin-bottom: 22px;
	text-align: center;
	color: #ff4800;
	font-size: 20px;
	font-weight: 700;
}

@media only screen and (max-width: 767px) {
	.page-customer-done__hdg {
		font-size: 22px;
	}
}

.page-customer-done__txt {
	margin-bottom: 34px;
	text-align: center;
	font-size: 16px;
}

@media only screen and (max-width: 767px) {
	.page-customer-done__txt {
		margin-bottom: 22px;
		text-align: left;
		font-size: 14px;
	}
}

/*--------------------------------------------------------------------------
   #page-login
---------------------------------------------------------------------------*/
/* comment
-----------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
	.page-login {
		padding: 0 15px;
	}
}

.page-login .c-hdg-borderLeft {
	margin-bottom: 30px;
	border-left: 5px solid #ff4800;
	font-size: 18px;
}

@media only screen and (max-width: 767px) {
	.page-login .c-hdg-borderLeft {
		margin-bottom: 15px;
		font-size: 16px;
	}
}

.page-login__form {
	margin-bottom: 75px;
}

@media only screen and (max-width: 767px) {
	.page-login__form {
		margin-bottom: 35px;
	}
}

.page-login .form-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	margin-bottom: 30px;
	padding: 40px 186px 40px 120px;
	border: 1px solid #ebebeb;
	background-color: #f8f8f8;

	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
}

@media only screen and (max-width: 767px) {
	.page-login .form-box {
		display: block;
		margin-bottom: 15px;
		padding: 20px;
	}
}

.page-login .form-box__hdg {
	width: 110tpx;
}

@media only screen and (max-width: 767px) {
	.page-login .form-box__hdg {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.page-login .form-box__hdg:last-of-type {
		margin-top: 13px;
	}
}

.page-login .form-box__item .c-input {
	width: 420px;
	height: 40px;
	padding-left: 20px;
	border: 1px solid #ebebeb;
	background-color: #fff;
}

@media only screen and (max-width: 767px) {
	.page-login .form-box__item .c-input {
		width: 100%;
		padding-left: 10px;
	}
}

.page-login .form-box__item:last-of-type {
	margin-top: 13px;
}

@media only screen and (max-width: 767px) {
	.page-login .form-box__item:last-of-type {
		margin-top: 0;
	}
}

.page-login__checkbox {
	margin-bottom: 28px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.page-login__checkbox {
		margin-bottom: 14px;
	}
}

.page-login__checkbox label::before {
	width: 20px;
	height: 20px;
	margin-top: -9px;
}

.page-login__checkbox label::after {
	left: 7px;
	width: 6px;
}

.page-login .c-btn .c-submit input {
	width: 300px;
}

@media only screen and (max-width: 767px) {
	.page-login .c-btn .c-submit input {
		width: 100%;
	}
}

.page-login__forget a {
	text-decoration: underline;
	color: #878787;
}

.mode-pc .page-login__forget a:hover {
	text-decoration: none;
	color: #ff4800;
}

/*--------------------------------------------------------------------------
   #page-kiyaku
---------------------------------------------------------------------------*/
/* comment
-----------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
	.page-kiyaku {
		padding: 0 15px;
	}
}

.page-kiyaku__box + .page-kiyaku__box {
	margin-top: 90px;
}

@media only screen and (max-width: 767px) {
	.page-kiyaku__box + .page-kiyaku__box {
		margin-top: 45px;
	}
}

.page-kiyaku .m-hdg-section {
	margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
	.page-kiyaku .m-hdg-section {
		margin-bottom: 20px;
	}
}

.page-kiyaku .agreement-box + .agreement-box {
	margin-top: 54px;
}

@media only screen and (max-width: 767px) {
	.page-kiyaku .agreement-box + .agreement-box {
		margin-top: 27px;
	}
}

.page-kiyaku .agreement-box .c-hdg-borderLeft {
	position: relative;
	margin-bottom: 26px;
	border-left: 5px solid #ff4800;
	font-size: 24px;
	line-height: 1.5;
}

@media only screen and (max-width: 767px) {
	.page-kiyaku .agreement-box .c-hdg-borderLeft {
		margin-bottom: 13px;
		padding-left: 13px;
		font-size: 20px;
	}
}

.page-kiyaku .agreement-box .c-hdg-borderLeft::before {
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #ebebeb;
	content: '';
}

.page-kiyaku .agreement-box .kiyaku-list {
	counter-reset: num;
}

.page-kiyaku .agreement-box .kiyaku-list__item + .kiyaku-list__item {
	margin-top: 30px;
}

@media only screen and (max-width: 767px) {
	.page-kiyaku .agreement-box .kiyaku-list__item + .kiyaku-list__item {
		margin-top: 15px;
	}
}

.page-kiyaku .agreement-box .kiyaku-list__item::before {
	content: '(' counter(num) ')';
	counter-increment: num;
}

.page-kiyaku .agreement-box .detail-list__hdg {
	margin: 34px 0 16px;
	padding: 5px 13px;
	background-color: #f8f8f8;
	color: #ff4800;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
}

@media only screen and (max-width: 767px) {
	.page-kiyaku .agreement-box .detail-list__hdg {
		margin: 17px 0 8px;
		padding: 3px 10px;
		font-size: 16px;
	}
}

.page-kiyaku .agreement-box .detail-list__item {
	margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
	.page-kiyaku .agreement-box .detail-list__item {
		margin-bottom: 12px;
	}
}

.page-kiyaku .agreement-box__txt a {
	text-decoration: underline;
	color: #878787;
}

.mode-pc .page-kiyaku .agreement-box__txt a:hover {
	text-decoration: none;
}

.page-kiyaku .agreement-box__txt + .agreement-box__txt {
	margin-top: 30px;
}

@media only screen and (max-width: 767px) {
	.page-kiyaku .agreement-box__txt + .agreement-box__txt {
		margin-top: 15px;
	}
}

/*--------------------------------------------------------------------------
   #page-maypage
---------------------------------------------------------------------------*/
/* comment
-----------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
	.page-maypage {
		padding: 0 15px 40px;
	}
}

.page-maypage .mypage-nav {
	margin: 0 -18px 0 -15px;
	padding: 40px 0 60px;
}

@media only screen and (max-width: 767px) {
	.page-maypage .mypage-nav {
		margin-top: -16px;
		padding: 0 0 40px;
	}
}

@media only screen and (max-width: 767px) {
	.page-maypage .mypage-nav .m-btns {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;

		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		        justify-content: space-between;
	}
}

@media only screen and (max-width: 767px) {
	.page-maypage .mypage-nav .m-btns .c-btn {
		display: block;
		width: 100%;
		margin: 0 3px 0 0;
	}
}

.page-maypage .mypage-nav .m-btns .c-btn.c-btn--gray {
	padding: 15px 10px 20px;
}

@media only screen and (max-width: 767px) {
	.page-maypage .mypage-nav .m-btns .c-btn.c-btn--gray,
	.page-maypage .mypage-nav .m-btns .c-btn a {
		height: 60px;
		padding: 10px 0;
		border-radius: 0;
		line-height: 1.2;

		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		        justify-content: center;
	}
	.page-maypage .mypage-nav .m-btns .c-btn.c-btn--gray::before,
	.page-maypage .mypage-nav .m-btns .c-btn a::before {
		content: none;
	}
}

.page-maypage .mypage-nav .m-btns .c-btn.c-btn--gray .txt,
.page-maypage .mypage-nav .m-btns .c-btn a .txt {
	padding-left: 0;
}

@media only screen and (max-width: 767px) {
	.page-maypage .mypage-nav .m-btns .c-btn.c-btn--gray .txt,
	.page-maypage .mypage-nav .m-btns .c-btn a .txt {
		font-size: 14px;
	}
}

@media only screen and (max-width: 374px) {
	.page-maypage .mypage-nav .m-btns .c-btn.c-btn--gray .txt {
		font-size: 14px;
	}
}

@media only screen and (max-width: 767px) {
	.page-maypage .mypage-nav .m-btns .c-btn a {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;
		padding: 10px 10px 10px 20px;

		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		        align-items: center;
	}
}

@media only screen and (max-width: 767px) and (max-width: 374px) {
	.page-maypage .mypage-nav .m-btns .c-btn a {
		font-size: 14px;
	}
}

@media only screen and (max-width: 767px) {
	.page-maypage .mypage-nav .m-btns .c-btn:last-child a {
		padding: 10px 10px 10px 12px;
	}
}

@media only screen and (max-width: 767px) {
	.page-maypage .mypage-nav .m-btns .c-btn:last-child.c-btn--gray .txt {
		display: block;
		padding-top: 10px;
		text-align: center;
	}
}

.page-maypage .m-step {
	margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
	.page-maypage .m-step {
		margin-bottom: 20px;
	}
}

.page-maypage .c-hdg-borderLeft {
	margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
	.page-maypage .c-hdg-borderLeft {
		margin-bottom: 19px;
	}
}

/* 会員登録内容変更 
-----------------------------------------------------------------*/
/* 会員登録内容変更 確認
-----------------------------------------------------------------*/
.page-maypage-confirm .c-table__list--wide .c-table__hdg {
	width: 264px;
	padding: 10px;
}

@media only screen and (max-width: 767px) {
	.page-maypage-confirm .c-table__list--wide .c-table__hdg {
		width: 42%;
	}
}

.page-maypage-confirm .c-table__list--wide .c-table__item {
	width: calc(100% - 264px);
}

@media only screen and (max-width: 767px) {
	.page-maypage-confirm .c-table__list--wide .c-table__item {
		width: calc(100% - 42%);
	}
}

.page-maypage-confirm .m-form-list .m-btns {
	margin-top: 54px;
}

@media only screen and (max-width: 767px) {
	.page-maypage-confirm .m-form-list .m-btns {
		margin-top: 20px;
	}
}

/* 会員登録内容変更 完了
-----------------------------------------------------------------*/
.page-maypage-done {
	padding: 30px 0;
}

@media only screen and (max-width: 767px) {
	.page-maypage-done {
		padding: 13px 0;
	}
}

.page-maypage-done__hdg {
	text-align: center;
	color: #1ead95;
	font-size: 20px;
	font-weight: 700;
}

@media only screen and (max-width: 767px) {
	.page-maypage-done__hdg {
		font-size: 16px;
	}
}

/* 資料請求履歴一覧
-----------------------------------------------------------------*/
.page-maypage-request_history .c-table {
	text-align: center;
}

.page-maypage-request_history .c-table__list {
	margin-bottom: 20px;
	border-color: #bbb;
	border-right: 1px solid #bbb;
}

@media only screen and (max-width: 767px) {
	.page-maypage-request_history .c-table__list {
		border-top: 0;
		border-right: 0;
	}
}

.page-maypage-request_history .c-table__hdg {
	box-sizing: border-box;
	border-color: #bbb;
	background-color: #f3f3f3;
}

.page-maypage-request_history .c-table__hdg--date {
	width: 28%;
}

.page-maypage-request_history .c-table__hdg--title {
	width: 53%;
}

@media only screen and (max-width: 767px) {
	.page-maypage-request_history .c-table__hdg--title {
		width: 100%;
		border-top: 1px solid #bbb;
		border-right: 1px solid #bbb;
	}
}

.page-maypage-request_history .c-table__hdg--download {
	width: 19%;
}

.page-maypage-request_history .c-table__item {
	box-sizing: border-box;
	width: 100%;
	border-color: #bbb;
	border-right: 0;
	border-left: 1px solid #bbb;
	background-color: #fafafa;
}

@media only screen and (max-width: 767px) {
	.page-maypage-request_history .c-table__item {
		border-right: 1px solid #bbb;
	}
}

.page-maypage-request_history .c-table__item--date {
	width: 28%;
	border-right: 0;
	border-left: 1px solid #bbb;
}

@media only screen and (max-width: 767px) {
	.page-maypage-request_history .c-table__item--date {
		width: 100%;
		padding: 20px 15px 5px;
		border-right: 1px solid #bbb;
		border-bottom: 0;
	}
}

.page-maypage-request_history .c-table__item--date .time {
	margin-left: 1em;
}

.page-maypage-request_history .c-table__item--title {
	width: 53%;
	border-left: 1px solid #bbb;
}

@media only screen and (max-width: 767px) {
	.page-maypage-request_history .c-table__item--title {
		width: 100%;
		margin-bottom: 20px;
		padding: 5px 15px 20px;
	}
}

.page-maypage-request_history .c-table__item:nth-of-type(even),
.page-maypage-request_history .c-table__item:last-of-type {
	border-right: 0;
}

@media only screen and (max-width: 767px) {
	.page-maypage-request_history .c-table__item:nth-of-type(even),
	.page-maypage-request_history .c-table__item:last-of-type {
		border-right: 1px solid #bbb;
	}
}

.page-maypage-request_history .c-table__item.c-table__item--download {
	width: 19%;
}

@media only screen and (max-width: 767px) {
	.page-maypage-request_history .c-table__item.c-table__item--download {
		border-right: 1px solid #bbb;
	}
}

/* 退会手続き
-----------------------------------------------------------------*/
.page-maypage-resign {
	/* 退会手続き 完了ページ
-----------------------------------------------------------------*/
}

.page-maypage-resign__hdg {
	margin-bottom: 24px;
	text-align: center;
	color: #1ead95;
	font-size: 20px;
	font-weight: 700;
}

@media only screen and (max-width: 767px) {
	.page-maypage-resign__hdg {
		margin-bottom: 20px;
		font-size: 16px;
	}
}

.page-maypage-resign__txt {
	margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
	.page-maypage-resign__txt {
		margin-bottom: 22px;
	}
}

.page-maypage-resign__btnbox {
	padding: 70px 84px;
	background-color: #f8f8f8;
}

@media only screen and (max-width: 767px) {
	.page-maypage-resign__btnbox {
		margin: 0 -15px;
		padding: 25px 4%;
		text-align: center;
	}
}

.page-maypage-resign__btnbox .btnbox-txt {
	margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
	.page-maypage-resign__btnbox .btnbox-txt {
		margin-bottom: 17px;
	}
}

@media only screen and (max-width: 767px) {
	.page-maypage-resign__btnbox .c-btn + .c-btn {
		margin-top: 13px;
	}
}

.page-maypage-resign--done {
	padding-top: 26px;
}

@media only screen and (max-width: 767px) {
	.page-maypage-resign--done {
		padding-top: 13px;
	}
}

.page-maypage-resign--done .page-maypage-resign__txt {
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.page-maypage-resign--done .page-maypage-resign__txt {
		text-align: left;
	}
}

.page-maypage-resign .m-line-box {
	margin-top: 48px;
}

@media only screen and (max-width: 767px) {
	.page-maypage-resign .m-line-box {
		margin-top: 40px;
	}
}

/*--------------------------------------------------------------------------
   #page-request
---------------------------------------------------------------------------*/
/* comment
-----------------------------------------------------------------*/
.page-request {
	padding-top: 40px;
	/* 確認ページ
-----------------------------------------------------------------*/
	/* 完了ページ
-----------------------------------------------------------------*/
}

@media only screen and (max-width: 767px) {
	.page-request {
		padding: 0 15px 40px;
	}
}

.page-request .m-hdg-section {
	margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
	.page-request .m-hdg-section {
		margin-bottom: 20px;
	}
}

.page-request .c-table {
	margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
	.page-request .c-table {
		margin-bottom: 40px;
	}
}

.page-request .c-table__hdg {
	text-align: center;
}

.page-request .c-table a {
	text-decoration: none;
	color: #fff;
}

.mode-pc .page-request .c-table a:hover {
	text-decoration: none;
	color: #fff;
}

.page-request .c-table__item--img {
	width: 24%;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.page-request .c-table__item--img img {
		width: 100%;
		height: auto;
	}
}

.page-request .c-table__item--btn {
	width: 19%;
}

.page-request .c-table .m-btns .c-btn a {
	width: 100px;
	padding: 8px 0 13px;
}

.page-request__edit .form-box {
	margin-bottom: 54px;
}

@media only screen and (max-width: 767px) {
	.page-request__edit .form-box {
		margin-bottom: 27px;
	}
}

.page-request__edit .form-lead__txt {
	text-align: center;
	color: #777;
	font-size: 15px;
	font-weight: 700;
}

.page-request__edit .form-lead__txt a {
	text-decoration: underline;
	-webkit-transition: .2s cubic-bezier(.165, .84, .44, 1);
	        transition: .2s cubic-bezier(.165, .84, .44, 1);
}

.mode-pc .page-request__edit .form-lead__txt a:hover {
	text-decoration: none;
	color: #ff4800;
}

.page-request__edit .box-suggest__head {
	margin-bottom: 20px;

	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
}

.page-request__edit .box-suggest__head .c-hdg-detail {
	width: 72.4%;
	font-size: 14px;
}

@media only screen and (max-width: 767px) {
	.page-request__edit .box-suggest__head .c-hdg-detail {
		width: 50%;
		font-size: 12px;
		line-height: 1.2;
	}
}

@media only screen and (max-width: 374px) {
	.page-request__edit .box-suggest__head .c-hdg-detail {
		width: 45%;
		padding: 8px 5px 8px 14px;
		font-size: 11px;
	}
}

.page-request__edit .box-suggest__head .btn-all {
	position: relative;
	width: 27%;
	-webkit-transition: .2s cubic-bezier(.165, .84, .44, 1);
	        transition: .2s cubic-bezier(.165, .84, .44, 1);
}

@media only screen and (max-width: 767px) {
	.page-request__edit .box-suggest__head .btn-all {
		width: 50%;
		font-size: 12px;
	}
}

@media only screen and (max-width: 374px) {
	.page-request__edit .box-suggest__head .btn-all {
		width: 55%;
		font-size: 11px;
	}
}

.page-request__edit .box-suggest__head .btn-all::before {
	position: absolute;
	top: 50%;
	left: 16px;
	width: 5px;
	height: 9px;
	margin-top: -5px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	content: '';
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

@media only screen and (max-width: 374px) {
	.page-request__edit .box-suggest__head .btn-all::before {
		left: 10px;
	}
}

.mode-pc .page-request__edit .box-suggest__head .btn-all:hover {
	opacity: .8;
}

.page-request__edit .box-suggest__head .btn-all input {
	display: block;
	width: 100%;
	padding: 8px 14px 8px 21px;
	background-color: #999;
	text-align: center;
	color: #fff;
	font-weight: 700;
	line-height: 1.2;
}

@media only screen and (max-width: 767px) {
	.page-request__edit .box-suggest__head .btn-all input {
		padding: 8px 5px 8px 30px;
		text-align: left;
	}
}

@media only screen and (max-width: 374px) {
	.page-request__edit .box-suggest__head .btn-all input {
		padding: 8px 5px 8px 21px;
	}
}

.page-request__edit .m-seminar-boxes {
	margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
	.page-request__edit .m-seminar-boxes {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.page-request__edit .m-seminar-boxes .check-wrap + .check-wrap {
		margin-top: 20px;
	}
}

.page-request__edit .m-seminar-boxes .m-seminar-box {
	width: 244px;
	padding: 5px 5px 20px;
	border-width: 2px;
	border-radius: 0;
	-webkit-transition: .2s cubic-bezier(.165, .84, .44, 1);
	        transition: .2s cubic-bezier(.165, .84, .44, 1);
}

@media only screen and (max-width: 767px) {
	.page-request__edit .m-seminar-boxes .m-seminar-box {
		width: 100%;
	}
}

.page-request__edit .m-seminar-boxes .m-seminar-box::before {
	content: none;
}

.page-request__edit .m-seminar-boxes .m-seminar-box__inner {
	padding: 0 13px;
}

.page-request__edit .m-seminar-boxes .m-seminar-box .c-checkbox-parts {
	margin: 10px 0;
	padding-left: 30px;
	color: #1ead95;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
}

.page-request__edit .m-seminar-boxes .m-seminar-box .c-checkbox-parts::before {
	top: 13px;
	width: 20px;
	height: 20px;
	margin-top: -9px;
}

.page-request__edit .m-seminar-boxes .m-seminar-box .c-checkbox-parts::after {
	display: none;
	top: 13px;
	left: 7px;
	width: 6px;
	height: 10px;
	margin-top: -6px;
}

.page-request__edit .m-seminar-boxes .c-checkbox--white:checked + .m-seminar-box .c-checkbox-parts::after {
	display: block;
}

.page-request__edit .m-seminar-boxes .m-seminar-box .c-checkbox--white:checked + .checkbox-parts::before,
.page-request__edit .m-seminar-boxes .m-seminar-box .c-checkbox--white:checked + .checkbox-parts::after {
	border-color: #ff4800;
	opacity: 1;
}

.page-request__edit .m-seminar-boxes .m-seminar-box .c-table {
	margin-bottom: 0;
}

.page-request__edit .m-seminar-boxes .m-seminar-box .c-table__hdg {
	width: 100%;
	border-right: 1px solid #ebebeb;
}

@media only screen and (max-width: 767px) {
	.page-request__edit .m-seminar-boxes .m-seminar-box .c-table__hdg {
		width: 90px;
	}
}

.page-request__edit .m-seminar-boxes .m-seminar-box .c-table__item {
	width: 100%;
	border-left: 1px solid #ebebeb;
}

@media only screen and (max-width: 767px) {
	.page-request__edit .m-seminar-boxes .m-seminar-box .c-table__item {
		width: calc(100% - 90px);
		border-left: 0;
	}
}

.page-request__edit .m-seminar-boxes .c-checkbox:checked .check-wrap {
	border-color: #ff4800;
}

.page-request__confirm {
	padding-top: 23px;
}

@media only screen and (max-width: 767px) {
	.page-request__confirm {
		padding-top: 10px;
	}
}

.page-request__confirm .c-table__hdg {
	width: 264px;
}

@media only screen and (max-width: 767px) {
	.page-request__confirm .c-table__hdg {
		width: 42%;
		text-align: left;
	}
}

.page-request__confirm .c-table__item {
	width: calc(100% - 264px);
}

@media only screen and (max-width: 767px) {
	.page-request__confirm .c-table__item {
		width: calc(100% - 42%);
	}
}

.page-request__done {
	padding-top: 28px;
}

@media only screen and (max-width: 767px) {
	.page-request__done {
		padding-top: 14px;
	}
}

.page-request__done .box-done {
	padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
	.page-request__done .box-done {
		padding-bottom: 44px;
	}
}

.page-request__done .box-done__hdg {
	margin-bottom: 24px;
	text-align: center;
	color: #1ead95;
	font-size: 24px;
	font-weight: 700;
}

@media only screen and (max-width: 767px) {
	.page-request__done .box-done__hdg {
		margin-bottom: 22px;
		font-size: 16px;
	}
}

.page-request__done .box-done__txt {
	margin-bottom: 34px;
	text-align: center;
	font-size: 16px;
}

@media only screen and (max-width: 767px) {
	.page-request__done .box-done__txt {
		margin-bottom: 22px;
		text-align: left;
		font-size: 14px;
	}
}

.page-request__done .box-done__note {
	margin-bottom: 34px;
	text-align: center;
	color: #ff4800;
	font-size: 16px;
}

@media only screen and (max-width: 767px) {
	.page-request__done .box-done__note {
		margin-bottom: 23px;
		text-align: left;
		font-size: 14px;
	}
}

@media only screen and (max-width: 767px) {
	.page-request__done .box-done .c-table {
		margin-bottom: 30px;
	}
}

.page-request__done .box-done .m-btns {
	margin-bottom: 48px;
}

@media only screen and (max-width: 767px) {
	.page-request__done .box-done .m-btns {
		margin-bottom: 40px;
	}
}

.page-request__done .box-done .m-btns .c-btn a {
	width: 300px;
}

@media only screen and (max-width: 767px) {
	.page-request__done .box-done .m-btns .c-btn a {
		width: 100%;
	}
}

.page-request__done .box-flow__txt {
	font-size: 16px;
}

@media only screen and (max-width: 767px) {
	.page-request__done .box-flow__txt {
		font-size: 14px;
	}
}

.page-request__done .box-flow__img {
	margin: 37px 0 34px;
}

.page-request__done .box-flow__img img {
	width: 780px;
	height: auto;
}

@media only screen and (max-width: 767px) {
	.page-request__done .box-flow__img img {
		width: 100%;
		height: auto;
	}
}

/*--------------------------------------------------------------------------
   #page-movie
---------------------------------------------------------------------------*/
/* comment
-----------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
	.page-movie {
		padding: 0 15px;
	}
}

.page-movie .m-hdg-section {
	margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
	.page-movie .m-hdg-section {
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.page-movie .m-hdg-section__hdg {
		font-size: 24px;
	}
}

.page-movie__lead {
	color: #333;
	font-size: 18px;
	font-weight: 700;
}

@media only screen and (max-width: 767px) {
	.page-movie__lead {
		margin-bottom: 10px;
		line-height: 1.4;
	}
}

.page-movie__txt {
	margin-bottom: 32px;
}

@media only screen and (max-width: 767px) {
	.page-movie__txt {
		margin-bottom: 34px;
	}
}

.page-movie .m-btns .c-btn {
	margin-top: 30px;
}

@media only screen and (max-width: 767px) {
	.page-movie .m-btns .c-btn {
		margin-top: 19px;
	}
}

.page-movie .m-btns .c-btn a {
	width: 240px;
}

@media only screen and (max-width: 767px) {
	.page-movie .m-btns .c-btn a {
		width: 100%;
	}
}

.page-movie .m-pager {
	padding-top: 20px;
	border-top: 1px solid #ebebeb;
}

@media only screen and (max-width: 767px) {
	.page-movie .m-pager {
		margin-bottom: 40px;
		padding-top: 35px;
	}
}

/*--------------------------------------------------------------------------
   #page-adviser
---------------------------------------------------------------------------*/
/* comment
-----------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
	.page-adviser {
		margin-bottom: 60px;
		padding: 0 15px;
	}
}

.page-adviser__lead {
	margin-bottom: 74px;
}

@media only screen and (max-width: 767px) {
	.page-adviser__lead {
		margin-bottom: 54px;
	}
}

.page-adviser__lead .block {
	position: relative;
	z-index: 2;
}

.page-adviser__lead .block:nth-child(3) {
	z-index: 1;
	margin-top: -30px;
	margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
	.page-adviser__lead .block:nth-child(3) {
		margin-top: -4%;
	}
}

.page-adviser__impression {
	margin-bottom: 78px;
}

@media only screen and (max-width: 767px) {
	.page-adviser__impression {
		margin-bottom: 57px;
	}
}

.page-adviser__impression .impression-card {
	margin-bottom: 20px;
	padding: 35px 40px 35px 30px;
	border-radius: 6px;
	background-color: #fff8f5;

	-webkit-flex-wrap: nowrap;
	    -ms-flex-wrap: nowrap;
	        flex-wrap: nowrap;
}

@media only screen and (max-width: 767px) {
	.page-adviser__impression .impression-card {
		display: block;
		padding: 20px 20px 22px;
	}
}

.page-adviser__impression .impression-card__img {
	margin: 30px 30px 30px 0;
}

@media only screen and (max-width: 767px) {
	.page-adviser__impression .impression-card__img {
		margin: 0 auto 22px;
		text-align: center;
	}
}

@media only screen and (max-width: 767px) {
	.page-adviser__impression .impression-card__img img {
		width: 42%;
		height: auto;
	}
}

.page-adviser__impression .impression-card__txt {
	font-size: 16px;
	line-height: 2;
}

@media only screen and (max-width: 767px) {
	.page-adviser__impression .impression-card__txt {
		font-size: 14px;
		line-height: 1.5;
	}
}

.page-adviser .c-hdg-borderLeft {
	position: relative;
	margin-bottom: 24px;
}

.page-adviser .c-hdg-borderLeft::before {
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #ebebeb;
	content: '';
}

.page-adviser-done {
	padding: 30px 0;
}

@media only screen and (max-width: 767px) {
	.page-adviser-done {
		padding: 15px 0;
	}
}

.page-adviser-done__hdg {
	margin-bottom: 22px;
	text-align: center;
	color: #ff4800;
	font-size: 20px;
	font-weight: 700;
}

@media only screen and (max-width: 767px) {
	.page-adviser-done__hdg {
		font-size: 22px;
	}
}

.page-adviser-done__txt {
	margin-bottom: 34px;
	text-align: center;
	font-size: 16px;
}

@media only screen and (max-width: 767px) {
	.page-adviser-done__txt {
		margin-bottom: 22px;
		text-align: left;
		font-size: 14px;
	}
}

/*--------------------------------------------------------------------------
   #page-ranking
---------------------------------------------------------------------------*/
/* comment
-----------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
	.page-ranking {
		padding: 0 15px;
	}
}

.page-ranking .ttl_001 {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 18px;
	border-bottom: 2px solid #ebebeb;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}

@media only screen and (max-width: 767px) {
	.page-ranking .ttl_001 {
		margin-bottom: 15px;
		padding-bottom: 10px;
	}
}

.page-ranking .ttl_001::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 80px;
	height: 2px;
	background-color: #ff4800;
	content: '';
}

@media only screen and (max-width: 767px) {
	.page-ranking .ttl_001::after {
		width: 40px;
	}
}

.page-ranking .head {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 18px;
	border-bottom: 2px solid #ebebeb;

	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	        align-items: flex-end;
}

@media only screen and (max-width: 767px) {
	.page-ranking .head {
		margin-bottom: 15px;
		padding-bottom: 10px;
	}
}

.page-ranking .head__hdg {
	position: relative;
	text-align: left;
	color: #333;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}

.page-ranking .head__hdg::after {
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 80px;
	height: 2px;
	background-color: #ff4800;
	content: '';
}

@media only screen and (max-width: 767px) {
	.page-ranking .head__hdg::after {
		bottom: -12px;
		width: 40px;
	}
}

.page-ranking .head__hdg span {
	font-size: 28px;
}

@media only screen and (max-width: 767px) {
	.page-ranking .head .m-pager__item a {
		padding: 3px;
	}
}

.page-ranking__bnr {
	margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
	.page-ranking__bnr {
		margin-bottom: 20px;
	}
}

.page-ranking .c-wishlist-balloon {
	padding-bottom: 30px;
}

.page-ranking .c-wishlist-balloon--small {
	padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
	.page-ranking .c-wishlist-balloon__inner {
		display: block;
		text-align: left;
	}
}

@media only screen and (max-width: 767px) {
	.page-ranking .c-wishlist-balloon__txt {
		margin-bottom: 15px;
	}
}

.page-ranking .c-wishlist-balloon__txt span {
	position: relative;
	padding-left: 29px;
	font-size: 18px;
}

@media only screen and (max-width: 767px) {
	.page-ranking .c-wishlist-balloon__txt span {
		display: inline-block;
		font-size: 14px;
		line-height: 1.4;
	}
}

.page-ranking .c-wishlist-balloon__txt span::before,
.page-ranking .c-wishlist-balloon__txt span::after {
	position: absolute;
	content: '';
}

.page-ranking .c-wishlist-balloon__txt span::before {
	top: 50%;
	left: 0;
	width: 20px;
	height: 20px;
	margin-top: -7px;
	border: 1px solid #fff;
	border-radius: 4px;
	background: #fff;
}

.page-ranking .c-wishlist-balloon__txt span::after {
	top: 50%;
	left: 6px;
	width: 8px;
	height: 11px;
	margin-top: -4px;
	border-right: 3px solid #ff4800;
	border-bottom: 3px solid #ff4800;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.page-ranking .c-wishlist-balloon__btn {
	width: 360px;
}

@media only screen and (max-width: 767px) {
	.page-ranking .c-wishlist-balloon__btn {
		width: 100%;
		margin: 0 auto;
	}
}

.page-ranking .c-wishlist-balloon__btn a {
	width: 100%;
}

.page-ranking .c-wishlist-balloon__btn .txt {
	position: relative;
}

@media only screen and (max-width: 767px) {
	.page-ranking .c-wishlist-balloon__btn .txt {
		padding-left: 30px;
		font-size: 14px;
	}
}

.page-ranking .c-wishlist-balloon__btn .txt::before {
	position: absolute;
	top: calc(50% - 10px);
	left: -27px;
	width: 22px;
	height: 20px;
	background: url(../../../assets/images/common/ico_star.svg) no-repeat 0 0;
	background-size: 22px 20px;
	content: '';
}

@media only screen and (max-width: 767px) {
	.page-ranking .c-wishlist-balloon__btn .txt::before {
		left: 0;
	}
}

.page-ranking .ranking {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ebebeb;
}

.page-ranking .ranking .c-wishlist-balloon {
	margin-bottom: 10px;
}

.page-ranking .ranking__img {
	margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
	.page-ranking .ranking__img {
		margin-bottom: 8px;
	}
}

@media only screen and (max-width: 767px) {
	.page-ranking .ranking__img img {
		width: 100%;
		height: auto;
	}
}

.page-ranking .ranking__checkbox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	box-sizing: border-box;
	margin-bottom: 16px;

	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
}

@media only screen and (max-width: 767px) {
	.page-ranking .ranking__checkbox {
		margin-bottom: 10px;
	}
}

.page-ranking .ranking__checkbox label {
	box-sizing: border-box;
	width: 100%;
	height: 30px;
	padding-left: 30px;
	background: url(../../../assets/images/common/bg_repeat_skew.png) repeat 0 0;
}

.page-ranking .ranking__checkbox label::before {
	top: 13px;
	left: 6px;
	width: 18px;
	height: 18px;
	border: 1px solid #fc4a00;
	background-color: #fff;
}

.page-ranking .ranking__checkbox label::after {
	left: 12px;
	border-right: 2px solid #ff4800;
	border-bottom: 2px solid #ff4800;
}

.page-ranking .ranking__checkbox label span {
	display: block;
	height: 30px;
	padding-left: 10px;
	background-color: #f8f8f8;
	text-decoration: underline;
}

@media only screen and (max-width: 767px) {
	.page-ranking .ranking__checkbox label span {
		padding-top: 3px;
	}
}

.mode-pc .page-ranking .ranking__checkbox label span:hover {
	text-decoration: none;
}

.page-ranking .ranking__checkbox .txt {
	box-sizing: border-box;
	width: 100%;
	height: 30px;
	padding: 6px 10px 0;
	background-color: #f8f8f8;
	color: #878787;
	font-weight: 700;
	line-height: 1;
}

.page-ranking .ranking__checkbox .btn .c-checkbox:checked + .txt label:after {
	opacity: 1;
}

.page-ranking .ranking__icon {
	display: block;
	margin: 10px 10px 0 0;
	width: 40px;
	color: #fff;
	text-align: center;
	float: left;
}

@media only screen and (max-width: 767px) {
	.page-ranking .ranking__icon {
		margin-top: 5px;
	}
}

.page-ranking .ranking__icon span {
	display: block;
	width: 40px;
	height: 40px;
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	background: #ff4800;
	border-radius: 4px;
}

.page-ranking .ranking .c-hdg-borderLeft {
	margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
	.page-ranking .ranking .c-hdg-borderLeft {
		margin-bottom: 10px;
	}
}

.page-ranking .ranking .c-tag {
	margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
	.page-ranking .ranking .c-tag {
		margin-bottom: 12px;
	}
}

.page-ranking .ranking__txt {
	margin-bottom: 26px;
}

@media only screen and (max-width: 767px) {
	.page-ranking .ranking__txt {
		margin-bottom: 13px;
	}
}

.page-ranking .ranking .c-table {
	margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
	.page-ranking .ranking .c-table {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.page-ranking .ranking .m-btns .c-btn {
		margin-bottom: 15px;
	}
}

.page-ranking .ranking .m-btns .c-btn--detail a {
	width: 170px;
}

@media only screen and (max-width: 767px) {
	.page-ranking .ranking .m-btns .c-btn--detail a {
		width: 100%;
	}
}

.page-ranking .ranking .m-btns .c-btn--schedule a {
	width: 170px;
}

@media only screen and (max-width: 767px) {
	.page-ranking .ranking .m-btns .c-btn--schedule a {
		width: 100%;
	}
}

.page-ranking .ranking .m-btns .c-btn--document a {
	width: 170px;
}

@media only screen and (max-width: 767px) {
	.page-ranking .ranking .m-btns .c-btn--document a {
		width: 100%;
	}
}

.page-ranking .ranking .m-btns .c-btn--star a {
	width: 230px;
}

@media only screen and (max-width: 767px) {
	.page-ranking .ranking .m-btns .c-btn--star a {
		width: 100%;
	}
}

/*--------------------------------------------------------------------------
   #page-catalog
---------------------------------------------------------------------------*/

@media only screen and (max-width: 767px) {
	.page-catalog {
		padding: 0 15px;
	}
}

@media only screen and (max-width: 767px) {
	.page-catalog .m-hdg-section__hdg {
		font-size: 24px;
	}
}

.page-catalog .sec-catalog {
	margin-top: 20px;
}

.page-catalog .catalog-box + .catalog-box {
	margin-top: 20px;
    padding-top: 34px;
}

.page-catalog .m-hdg-section__hdg {
	line-height: 1.5;
}

.page-catalog__img {
	margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
	.page-catalog__img {
		margin-bottom: 12px;
	}
}

.page-catalog__img img {
	max-width: 100%;
}

@media only screen and (max-width: 767px) {
	.page-catalog__img img {
		width: 100%;
		height: auto;
	}
}

.page-catalog__lead {
	width: 658px;
}

@media only screen and (max-width: 767px) {
	.page-catalog__lead {
		width: 100%;
	}
}

.page-catalog__lead img {
	max-width: 100%;
}

@media only screen and (max-width: 767px) {
	.page-catalog__lead img {
		width: 100%;
		height: auto;
	}
}


.page-catalog__txt {
	font-size: 16px;
	line-height: 2.5;
	margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
	.page-catalog__txt {
		margin-bottom: 25px;
		font-size: 14px;
	}
}

.page-catalog .search-boxes {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
	.page-catalog .search-boxes {
		display: block;
	}	
}

.page-catalog .search-boxes .m-search-box {
	width: 234px;
}

@media only screen and (max-width: 767px) {
	.page-catalog .search-boxes .m-search-box {
		width: 100%;
	}
}