@charset "UTF-8";
/* # common style override
----------------------------------- */
@media print, screen and (min-width: 737px) {
	.ly-mod-ttl-l.ly-no-bd {
		margin-bottom: 0;
	}

	.ly-mod-ttl-l .ly-notes {
		display: block;
		margin-left: 0;
		margin-top: 12px;
	}
}

/* # ly-tab-div
----------------------------------- */
.ly-tab-div {
	margin-bottom: 40px;
}

.ly-tab-div .ly-tab-cate-list {
	display: table;
}

.ly-tab-div .ly-tab-cate-list {
	*zoom: 1;
}

.ly-tab-div .ly-tab-cate-list:after {
	content: "";
	display: block;
}

.ly-tab-div .ly-tab-cate-list:after {
	clear: both;
}

.ly-tab-div .ly-tab-cate-list li {
	display: table-cell;
	box-sizing: border-box;
	border-top: 1px solid #bababa;
	border-left: 1px solid #bababa;
	border-bottom: 1px solid #bababa;
	width: 12.5%;
	vertical-align: middle;
}

.ly-tab-div .ly-tab-cate-list li a {
	display: table-cell;
	width: inherit;
	width: 170px;
	height: 48px;
	color: #313131;
	font-size: 1.00rem;
	font-family: "Noto Sans JP";
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	text-shadow:0px 0px 0.1px rgba(51,51,51,0.5);
}

.ly-tab-div .ly-tab-cate-list li:first-child {
	border-radius: 10px 0 0 0;
}

.ly-tab-div .ly-tab-cate-list li:nth-child(8) {
	border-right: 1px solid #bababa;
	border-radius: 0 10px 0 0;
}

.ly-tab-div .ly-tab-cate-list li:nth-child(n+9) {
	display: none;
}

.ly-tab-div .ly-tab-cate-list li.ly-act {
	border-top: 1px solid #00ab4e;
	border-bottom: 1px solid #00ab4e;
	background-color: #00ab4e;
}

.ly-tab-div .ly-tab-cate-list li.ly-act a {
	color: #fff;
}

.ly-tab-div .ly-tab-cate-list li.ly-act a span:after {
	color: #fff !important;
}

@media print, screen and (min-width: 737px) {
	.ly-tab-div {
		margin-bottom: 40px;
	}

	.ly-tab-div .ly-tab-cate-list li:hover {
		border-top: 1px solid #00ab4e;
		border-bottom: 1px solid #00ab4e;
		background-color: #00ab4e;
	}

	.ly-tab-div .ly-tab-cate-list li:hover a {
		color: #fff;
	}

	.ly-tab-div .ly-tab-cate-list li:hover a span:after {
		color: #fff !important;
	}
}

@media only screen and (max-width: 736px) {
	.ly-tab-div {
		margin-bottom: 20px;
	}

	.ly-tab-div .ly-tab-cate-list {
		display: block;
	}

	.ly-tab-div .ly-tab-cate-list {
		*zoom: 1;
	}

	.ly-tab-div .ly-tab-cate-list:after {
		content: "";
		display: block;
	}

	.ly-tab-div .ly-tab-cate-list:after {
		clear: both;
	}

	.ly-tab-div .ly-tab-cate-list li {
		display: block;
		float: left;
		width: 33.33333333333333%;
	}

	.ly-tab-div .ly-tab-cate-list li a {
		box-sizing: border-box;
		padding: 0;
		width: 212px;
		height: 54px;
		color: #313131;
		font-size: 0.73333rem;
		font-family: "Noto Sans JP";
		font-weight: 500;
		text-align: center;
		text-decoration: none;
		text-shadow:0px 0px 0.1px rgba(51,51,51,0.5);
	}

	.ly-tab-div .ly-tab-cate-list li:first-child {
		border-radius: 10px 0 0 0;
	}

	.ly-tab-div .ly-tab-cate-list li:nth-child(3) {
		border-right: 1px solid #bababa;
		border-radius: 0 10px 0 0;
	}

	.ly-tab-div .ly-tab-cate-list li:nth-child(4) {
		clear: both;
	}

	.ly-tab-div .ly-tab-cate-list li:nth-child(6), .ly-tab-div .ly-tab-cate-list li:nth-child(9) {
		border-right: 1px solid #bababa;
	}

	.ly-tab-div .ly-tab-cate-list li:nth-child(n+4) {
		border-top: none;
	}

	.ly-tab-div .ly-tab-cate-list li:nth-child(8) {
		border-right: none;
		border-radius: 0 0 0 0;
	}

	.ly-tab-div .ly-tab-cate-list li:nth-child(n+8) {
		display: block;
	}

	.ly-tab-div .ly-tab-cate-list li.ly-tab-blank span {
		display: table-cell;
		box-sizing: border-box;
		padding: 0;
		width: 212px;
		height: 54px;
		color: #313131;
		font-size: 0.73333rem;
		font-family: "Noto Sans JP";
		font-weight: 500;
		text-align: center;
		text-decoration: none;
		text-shadow:0px 0px 0.1px rgba(51,51,51,0.5);
	}

	.ly-tab-div .ly-tab-cate-list li.ly-act {
		background-color: #00ab4e;
	}

	.ly-tab-div .ly-tab-cate-list li.ly-act a {
		color: #fff;
	}

	.ly-tab-div .ly-tab-cate-list li.ly-act a span:after {
		color: #fff !important;
	}
}

/* # wrp-icn-famiport
----------------------------------- */
.wrp-icn-famiport {
	margin-top: 40px;
	border-top: 1px solid #dcdcdc;
	padding-top: 20px;
}

.wrp-icn-famiport .icn-famiport {
	position: relative;
	padding-left: 34px;
	color: #06a439;
	font-size: 1.07692rem;
	font-family: "Noto Sans JP";
	font-weight: 500;
	line-height: 25px;
	text-shadow:0px 0px 0.1px rgba(51,51,51,0.5);
}

.wrp-icn-famiport .icn-famiport:after {
	position: absolute;
	top: 50%;
	left: 0;
	content: '\e92d';
	margin-top: 0;
	color: #06a439;
	font-family: "icn_font";
	font-size: 1.66667rem;
	line-height: 0;
}

@media only screen and (max-width: 736px) {
	.wrp-icn-famiport {
		margin-top: 25px;
		padding-top: 10px;
	}

	.wrp-icn-famiport .icn-famiport {
		font-size: 0.86667rem;
		font-family: "Noto Sans JP";
		font-weight: 500;
		text-shadow:0px 0px 0.1px rgba(51,51,51,0.5);
	}
}

/* # ly-wrp-more-services-area
----------------------------------- */
.ly-wrp-more-services-area {
	margin: 35px 0 20px;
}

@media only screen and (max-width: 736px) {
	.ly-wrp-more-services-area {
		margin: 35px 0 20px;
	}
}

/* # ly-sns-share
----------------------------------- */
.ly-sns-share {
	margin: 50px 0;
	text-align: right;
}

.ly-sns-share ul li {
	display: inline-block;
	margin-left: 8px;
	height: 20px;
	vertical-align: top;
}

.ly-sns-share ul li.ln {
	display: none;
}

@media only screen and (max-width: 736px) {
	.ly-sns-share {
		margin: 35px 0;
		border-top: 1px solid #dcdcdc;
		border-bottom: 1px solid #dcdcdc;
		padding: 10px 20px 2px;
		text-align: center;
	}

	.ly-sns-share ul li {
		margin-bottom: 8px;
	}

	.ly-sns-share ul li.ln {
		display: inline-block;
	}
}

/* # idphoto page
----------------------------------- */
.ly-service-main {
	margin-bottom: 30px;
}

.ly-service-main .ly-icn-famiport {
	position: relative;
}

.ly-service-main .ly-icn-famiport:after {
	position: absolute;
	content: '\e92d';
	bottom: 0;
	left: 10px;
	color: #06a439;
	font-size: 2rem;
	font-family: "icn_font";
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.ly-service-main .ly-service-cate {
	color: #535353;
	font-size: 0.84615rem;
}

.ly-service-main .ly-service-lead {
	margin-top: 5px;
	font-size: 1.38462rem;
	font-family: "Noto Sans JP";
	font-weight: 500;
	text-shadow:0px 0px 0.1px rgba(51,51,51,0.5);
}

.ly-service-main .ly-service-notes {
	margin: 15px 0 20px;
}

.ly-service-area {
	margin-bottom: 70px;
}

.ly-service-area .ly-service-notes {
	margin: 0 0 20px;
}

.ly-service-w-img {
	margin-top: 15px;
	padding: 0 60px;
}

.ly-service-w-img img {
	width: 100%;
	height: auto;
}

.ly-service-link {
	margin-top: 15px;
}

.ly-service-link a {
	margin-bottom: 0;
}

.ly-wrp-settle {
	margin-top: 20px;
}

.ly-wrp-settle .ly-mod-ttl-b {
	margin-bottom: 10px;
	font-size: 1.15385rem;
	font-family: "Noto Sans JP";
	font-weight: 500;
	text-shadow:0px 0px 0.1px rgba(51,51,51,0.5);
}

.ly-wrp-settle .ly-settle-list {
	margin-bottom: 5px;
}

.ly-wrp-settle .ly-settle-list {
	*zoom: 1;
}

.ly-wrp-settle .ly-settle-list:after {
	content: "";
	display: block;
}

.ly-wrp-settle .ly-settle-list:after {
	clear: both;
}

.ly-wrp-settle .ly-settle-list li {
	float: left;
	margin: 0 2.82609% 10px 0;
	width: 11.73913%;
}

.ly-wrp-settle .ly-settle-list li:nth-child(7n) {
	margin-right: 0;
}

.ly-wrp-settle .ly-settle-list li img {
	width: 100%;
	height: auto;
}

.ly-wrp-main-famiport {
	margin-top: 15px;
	border-top: 1px solid #dcdcdc;
	padding-top: 10px;
}

.ly-wrp-main-famiport .ly-icn-famiport {
	position: relative;
	padding-left: 34px;
	color: #06a439;
	font-size: 1.07692rem;
	font-family: "Noto Sans JP";
	font-weight: 500;
	line-height: 22px;
	text-shadow:0px 0px 0.1px rgba(51,51,51,0.5);
}

.ly-wrp-main-famiport .ly-icn-famiport:after {
	position: absolute;
	top: 0;
	left: 0;
	content: '\e92d';
	margin-top: 0;
	color: #06a439;
	font-family: "icn_font";
	font-size: 1.46667rem;
}

.ly-wrp-related {
	margin-bottom: 60px;
}

@media only screen and (max-width: 736px) {
	.ly-service-main .ly-service-cate {
		font-size: 0.84615rem;
	}

	.ly-service-main .ly-service-lead {
		font-size: 0.93333rem;
	}

	.ly-service-main .ly-service-notes {
		font-size: 0.73333rem;
	}

	.ly-service-main .ly-service-link {
		margin-top: 5px;
		font-size: 0.73333rem;
	}

	.ly-service-main .ly-wrp-related {
		margin-bottom: 50px;
	}

	.ly-wrp-main-famiport .ly-mod-ttl-b {
		font-size: 0.93333rem;
	}

	.ly-service-blk {
		margin-bottom: 30px;
	}
}

/* # ly-wrp-idphoto-size
----------------------------------- */
.ly-wrp-idphoto-size {
	margin-top: 15px;
}

.ly-wrp-idphoto-size {
	*zoom: 1;
}

.ly-wrp-idphoto-size:after {
	content: "";
	display: block;
}

.ly-wrp-idphoto-size:after {
	clear: both;
}

.ly-wrp-idphoto-size .ly-wrp-idphoto-size-img {
	float: left;
	width: 48.91775%;
}

.ly-wrp-idphoto-size .ly-wrp-idphoto-size-img img {
	width: 100%;
	height: auto;
}

.ly-wrp-idphoto-size .ly-wrp-idphoto-size-info {
	float: right;
	width: 48.91775%;
}

.ly-wrp-idphoto-size .ly-wrp-idphoto-size-info .ly-wrp-idphoto-size-spec dt {
	padding: 0 20px;
	background-color: #f5f5f5;
	font-family: "Noto Sans JP";
	font-weight: 500;
	line-height: 2;
	text-shadow:0px 0px 0.1px rgba(51,51,51,0.5);
}

.ly-wrp-idphoto-size .ly-wrp-idphoto-size-info .ly-wrp-idphoto-size-spec dd {
	margin: 10px 0 20px;
	padding: 0 20px;
}

@media only screen and (max-width: 736px) {
	.ly-wrp-idphoto-size {
		margin-top: 15px;
	}

	.ly-wrp-idphoto-size {
		*zoom: 1;
	}

	.ly-wrp-idphoto-size:after {
		content: "";
		display: block;
	}

	.ly-wrp-idphoto-size:after {
		clear: both;
	}

	.ly-wrp-idphoto-size .ly-wrp-idphoto-size-info {
		float: right;
		width: 47.82609%;
	}

	.ly-wrp-idphoto-size .ly-wrp-idphoto-size-info .ly-wrp-idphoto-size-spec dt {
		padding: 0 10px;
	}

	.ly-wrp-idphoto-size .ly-wrp-idphoto-size-info .ly-wrp-idphoto-size-spec dd {
		margin: 8px 0 15px;
		padding: 0 10px;
	}
}

/* # ly-wrp-idphoto-exp
----------------------------------- */
.ly-wrp-idphoto-exp .ly-wrp-idphoto-exp-img img {
	width: 60%;
	height: auto;
}

.ly-wrp-idphoto-exp .ly-wrp-idphoto-exp-txt {
	margin-top: 15px;
}

@media only screen and (max-width: 736px) {
	.ly-wrp-idphoto-exp .ly-wrp-idphoto-exp-img {
		float: left;
		width: 47.82609%;
	}

	.ly-wrp-idphoto-exp .ly-wrp-idphoto-exp-img img {
		width: 100%;
		height: auto;
	}

	.ly-wrp-idphoto-exp .ly-wrp-idphoto-exp-txt {
		float: right;
		width: 47.82609%;
		margin-top: 0;
	}
}

/* # unionpay main
----------------------------------- */
.ly-mainslide-area {
	position: relative;
	margin-bottom: 80px;
}

.ly-mainslide-area .ly-mainslide-list {
	overflow: hidden;
	position: relative;
}

.ly-mainslide-area .ly-mainslide-list {
	*zoom: 1;
}

.ly-mainslide-area .ly-mainslide-list:after {
	content: "";
	display: block;
}

.ly-mainslide-area .ly-mainslide-list:after {
	clear: both;
}

.ly-mainslide-area .ly-mainslide-list.slick-slider {
	overflow: visible;
}

.ly-mainslide-area .ly-mainslide-list div {
	float: left;
	width: 100%;
	height: auto;
}

.ly-mainslide-area .ly-mainslide-list div img {
	width: 100%;
	height: auto;
}

.ly-wrp-slide .ly-wrp-control-arrows {
	margin: -60px 0 50px;
}

.ly-wrp-slide .ly-wrp-control-arrows .ly-control-arrows {
	position: relative;
	margin: 0 auto;
	width: 170px;
	height: 22px;
}

.ly-wrp-slide .ly-wrp-control-arrows .ly-control-arrows .ly-control-next {
	position: absolute;
	right: 0;
	z-index: 30;
}

.ly-wrp-slide .ly-wrp-control-arrows .ly-control-arrows .ly-control-prev {
	position: absolute;
	left: 0;
	z-index: 30;
}

.ly-wrp-slide .ly-wrp-control-arrows .ly-control-arrows img {
	width: 12px;
	height: 20px;
}

.ly-mainslide-area {
	position: relative;
}

.ly-mainslide-area .slick-prev {
	position: absolute;
	display: block;
	overflow: hidden;
	border: none;
	left: 0;
	top: 50%;
	margin-top: -32px;
	margin-left: 0 !important;
	width: 32px;
	height: 64px;
	text-indent: -1000px;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	z-index: 90;
	background-image: url(/content/dam/img/btn/btn_slide_prev.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 32px 64px;
	opacity: 0.7;
}

.ly-mainslide-area .slick-prev:after {
	position: absolute;
	content: '\e904';
	left: -3px;
	top: 50%;
	margin: 0;
	color: #0095da;
	font-family: "icn_font";
	font-size: 1.46667rem;
	text-indent: 0;
}

.ly-mainslide-area .slick-prev:before {
	content: '';
}

.ly-mainslide-area .slick-prev:hover {
	opacity: 1;
}

.ly-mainslide-area .slick-next {
	position: absolute;
	display: block;
	overflow: hidden;
	border: none;
	right: 0;
	top: 50%;
	width: 32px;
	height: 64px;
	margin-top: -32px;
	text-indent: -1000px;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	z-index: 90;
	background-image: url(/content/dam/img/btn/btn_slide_next.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 32px 64px;
	opacity: 0.7;
}

.ly-mainslide-area .slick-next:after {
	position: absolute;
	content: '\e903';
	right: -3px;
	top: 50%;
	margin: 0;
	color: #0095da;
	font-family: "icn_font";
	font-size: 1.33333rem;
	text-indent: 0;
}

.ly-mainslide-area .slick-next:before {
	content: '';
}

.ly-mainslide-area .slick-next:hover {
	opacity: 1;
}

.ly-mainslide-area .slick-dots {
	bottom: -35px;
	font-size: 0;
}

.ly-mainslide-area .slick-dots li {
	width: 10px;
	height: 10px;
	margin: 0 10px;
	z-index: 40;
}

.ly-mainslide-area .slick-dots li button {
	display: inline-block;
	overflow: hidden;
	border-radius: 30px;
	width: 8px;
	height: 8px;
	background-color: #dcdcdc;
	font-size: 0;
	text-indent: 100%;
	-webkit-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	white-space: nowrap;
}

.ly-mainslide-area .slick-dots li button:before {
	content: '';
}

.ly-mainslide-area .slick-dots li.slick-active button {
	background-color: #36be50;
}

@media only screen and (max-width: 736px) {
	.ly-mainslide-area {
		margin-bottom: 80px;
	}

	.ly-mainslide-area .ly-mainslide-list {
		position: relative;
	}

	.ly-mainslide-area .ly-mainslide-list {
		*zoom: 1;
	}

	.ly-mainslide-area .ly-mainslide-list:after {
		content: "";
		display: block;
	}

	.ly-mainslide-area .ly-mainslide-list:after {
		clear: both;
	}

	.ly-mainslide-area .ly-mainslide-list div {
		float: left;
		width: 100%;
		height: auto;
	}

	.ly-mainslide-area .ly-mainslide-list div img {
		width: 100%;
		height: auto;
	}

	.ly-mainslide-area .ly-mainslide-list .slick-dots {
		bottom: -35px;
	}

	.ly-mainslide-area .ly-mainslide-btn-prev {
		display: none;
	}

	.ly-mainslide-area .ly-mainslide-btn-next {
		display: none;
	}
}

/* # unionpay img 2clm
----------------------------------- */
.ly-wrp-img-clm2 {
	margin-bottom: 30px;
}

.ly-wrp-img-clm2 {
	*zoom: 1;
}

.ly-wrp-img-clm2:after {
	content: "";
	display: block;
}

.ly-wrp-img-clm2:after {
	clear: both;
}

.ly-wrp-img-clm2 span {
	position: relative;
	box-sizing: border-box;
	width: 50%;
}

.ly-wrp-img-clm2 span img {
	width: 100%;
	height: auto;
}

.ly-wrp-img-clm2 span:first-child {
	float: left;
	padding-right: 1px;
	background: -webkit-linear-gradient(top, #fadae5 0%, #fadae5 12%, #f197bd 12%, #f197bd 88%, #fadae5 88%, #fadae5 100%);
	background: linear-gradient(to bottom, #fadae5 0%, #fadae5 12%, #f197bd 12%, #f197bd 88%, #fadae5 88%, #fadae5 100%);
}

.ly-wrp-img-clm2 span:last-child {
	float: right;
	padding-left: 1px;
	background: -webkit-linear-gradient(top, #fadae5 0%, #fadae5 12%, #fff 12%, #fff 88%, #fadae5 88%, #fadae5 100%);
	background: linear-gradient(to bottom, #fadae5 0%, #fadae5 12%, #fff 12%, #fff 88%, #fadae5 88%, #fadae5 100%);
}

@media only screen and (max-width: 736px) {
	.ly-wrp-img-clm2 {
		margin-bottom: 15px;
	}

	.ly-wrp-img-clm2 span {
		width: 100%;
	}

	.ly-wrp-img-clm2 span img {
		width: 100%;
		height: auto;
	}

	.ly-wrp-img-clm2 span:first-child {
		float: none;
		padding-right: 0;
		background-color: #fadae5;
	}

	.ly-wrp-img-clm2 span:last-child {
		float: none;
		padding-left: 0;
		background-color: #fadae5;
	}
}

/*** CTC ADD START ***/
img.ly-icnsize {
	height: 36px;
	width: auto;
}
/*** CTC ADD END ***/
