.carousel_large_item-mtnetform a {
	color: #fff;
}

.carousel_large_item-mtnetform a:hover {
	color: #fff;
	text-decoration: none;
}

.carousel_large_item-mtnetform a:hover img {
	opacity: 1;
}

.carousel_large_item-mtnetform .carousel_large_item_inner {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	height: 580px;
	padding: 50px 50px 0 50px;
	background: #129EB3;
	transition: all 0.2s ease-out 0s;
}

.carousel_large_item-mtnetform .carousel_large_item_inner:hover {
	background: #13aac1;
}

.carousel_large_item-mtnetform_title {
	width: 100%;
	margin-bottom: 5px;
	text-align: center;
	font-size: 23px;
	line-height: 1.5;
	letter-spacing: 0.2em;
}

.carousel_large_item-mtnetform_title img {
	display: inline;
	max-width: 600px;
	height: auto;
}

.carousel_large_item-mtnetform_detail_batch {
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
	height: auto;
}

.carousel_large_item-mtnetform_detail {
	display: flex;
	max-width: 1100px;
	margin: 0 auto;
}

.carousel_large_item-mtnetform_detail_image {
	width: 55%;
	padding-right: 20px;
}

.carousel_large_item-mtnetform_detail_text {
	width: 45%;
	padding: 40px 30px 0 50px;
}

.carousel_large_item-mtnetform_detail_text_logo {
	margin-bottom: 20px;
}

.carousel_large_item-mtnetform_detail_text_free {

}

.carousel_large_item-mtnetform_detail_text ul {
	padding-left: 20px;
	margin-bottom: 20px;
	font-size: 13px;
}

.carousel_large_item-mtnetform_detail_text ul li {
	position: relative;
	padding-left: 20px;
}

.carousel_large_item-mtnetform_detail_text ul li:before {
	position: absolute;
	top: 12px;
	left: 0;
	content: "";
	display: block;
	width: 12px;
	height: 2px;
	background: #fff;
}

.carousel_large_item-mtnetform-201909 .carousel_large_item_inner {
	padding-top: 40px;
}

.carousel_large_item-mtnetform-201909 .carousel_large_item-mtnetform_detail_text {
	padding: 40px 0 0 20px;
}

.carousel_large_item-mtnetform-201909 .carousel_large_item-mtnetform_detail_text_logo {
	margin-bottom: 10px;
	padding: 0 30px;
}

.carousel_large_item-mtnetform-201909 .carousel_large_item-mtnetform_detail_text ul {
	display: flex;
	flex-wrap: wrap;
}

.carousel_large_item-mtnetform-201909 .carousel_large_item-mtnetform_detail_text ul li {
	width: 50%;
	margin-bottom: 5px;
	padding-right: 15px;
	line-height: 1.4;
}

.carousel_large_item-mtnetform_detail_text ul li:before {
	top: 8px;
}

.btn-mtnetform {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 10px 35px;
	background: #efa404;
	border: solid 3px #fff;
	border-radius: 40px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	transition: all 0.2s ease-out 0s;
}

.btn-mtnetform:hover {
	background: #fcb216;
	border-radius: 0;
}

.btn-mtnetform:before {
	position: absolute;
	top: 50%;
	right: 10px;
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	margin-top: -3.5px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	border-left: none;
	border-bottom: none;
	transform: rotate(45deg);
}

/* mt8 */
.carousel_large_item-mt8 {
	text-align: left;
}

.carousel_large_item-mt8 a {
	color: #151514;
}

.carousel_large_item-mt8 a:hover {
	color: #151514;
	text-decoration: none;
}

.carousel_large_item-mt8 a:hover img {
	opacity: 1;
}

.carousel_large_item-mt8 .carousel_large_item_inner {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	flex-direction: row;
	justify-content: center;
	position: relative;
	color: #151514;
	z-index: 0;
	height: 580px;
	padding: 40px 60px 20px 60px;
	background: linear-gradient(#ffffff, #f1f1f1);
}
.carousel_large_item-mt8 .carousel_large_item_inner:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(/assets/images/keyvisual-mt8_02.png) repeat top center;
    background-size: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}
.carousel_large_item-mt8 .carousel_large_item_inner:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(/assets/images/keyvisual-mt8_01.png) repeat top center;
    background-size: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.carousel_large_item-mt8_title {
	width: 100%;
	font-size: 23px;
	line-height: 1.5;
	letter-spacing: 0.2em;
}

.carousel_large_item-mt8_detail_body {
	width: 100%;
}

.carousel_large_item-mt8_wrap {
	width:847px;
	display: block;
	height: auto;
	padding: 40px 20px;
	margin: 0 auto;
	border: 2px solid #0076C0;
	background: #fff;
	text-align: center;
}

.carousel_large_item-mt8_lead {
	width: 100%;
	color: #0F4B9A;
	letter-spacing: 0.28em;
	font-size: 16px;
	font-weight: bold;
}

.carousel_large_item-mt8_logo {
	width: 100%;
	align-self: flex-end;
	margin-top: 0px;
	margin-bottom: 16px;
}

.carousel_large_item-mt8_logo img {
	display: inline;
	width: 585px;
	height: auto;
}

.carousel_large_item-mt8_text {
	margin-bottom: 40px;
	font-size: 16px;
	letter-spacing: 0.28em;
}

.carousel_large_item-mt8_button {
	width: 100%;
}

.carousel_large_item-mt8_button .btn-mt8 {
	position: relative;
	color: #FFF;
	background: #0776C0;
}

.carousel_large_item-mt8_button .btn-mt8:hover {
	color: #fff;
	background: #3391cc;
}

.carousel_large_item-mt8_button .btn-mt8:before {
    border-top: 4px solid transparent;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
    border-left: 4px solid transparent;
}

/* -- mt8 */

.carousel_large_item-mtnet {
	text-align: left;
}

.carousel_large_item-mtnet a {
	color: #151514;
}

.carousel_large_item-mtnet a:hover {
	color: #151514;
	text-decoration: none;
}

.carousel_large_item-mtnet a:hover img {
	opacity: 1;
}

.carousel_large_item-mtnet .carousel_large_item_inner {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
	height: 580px;
	padding: 40px 60px 20px 60px;
	background: url(/assets/images/keyvisual-movabletypenet_bg_20220515.png) no-repeat center center;
	background-size: cover;
}

.carousel_large_item-mtnet_title {
	width: 100%;
	font-size: 23px;
	line-height: 1.5;
	letter-spacing: 0.2em;
}

.carousel_large_item-mtnet_detail {
	margin: 16px auto 0 auto;
}

.carousel_large_item-mtnet_detail_image {
    width: calc(100% - 520px);
}

.carousel_large_item-mtnet_detail_image img {
    width:auto;
    height: 100%;
    padding-top: 40px;
}

.carousel_large_item-mtnet_detail_body {
	width: 100%;
}

.carousel_large_item-mtnet_wrap {
	width:480px;
	display: block;
	margin-right: 40px;
}

.carousel_large_item-mtnet_lead {
	width: 100%;
	color: #005043;
	letter-spacing: 0.28em;
	font-size: 16px;
	font-weight: bold;
	margin-top: -40px;
}

.carousel_large_item-mtnet_logo {
	width: 100%;
	align-self: flex-end;
	margin-top: 0px;
	margin-bottom: 16px;
}

.carousel_large_item-mtnet_logo img {
	display: inline;
	width:480px;
	height: auto;
}

.carousel_large_item-mtnet_text {
	margin-bottom: 40px;
	font-size: 12px;
	text-align: left;
}

.carousel_large_item-mtnet_button {
	width: 100%;
}
/*
.carousel_large_item-mtnet_button .btn-mtnet {
	position: relative;
	display: inline-block;
	width: 60%;
	padding: 10px 20px;
	border: solid 2px #005043;
	color: #005043;
	letter-spacing: 0.1em;
	background: none;
}

.carousel_large_item-mtnet_button .btn-mtnet:hover {
	color: #fff;
	background: #005043;
}

.carousel_large_item-mtnet_button .btn-mtnet:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	content: "";
	width: 20px;
	height: 2px;
	background: #005043;
	border: none;
}

.carousel_large_item-mtnet_button .btn-mtnet:hover:before {
	background: #fff;
}
*/
.carousel_large_item-movabletype a {
	color: #fff;
}

.carousel_large_item-movabletype a:hover {
	color: #fff;
	text-decoration: none;
}

.carousel_large_item-movabletype a:hover img {
	opacity: 1;
}

.carousel_large_item-movabletype .carousel_large_item_inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	height: 580px;
	padding: 50px;
	background: #191919 url(/assets/images/keyvisual-mt7.png) no-repeat center center;
	background-size: 116% auto;
	text-align: center;
	transition: all 0.2s ease-out 0s;
}

.carousel_large_item-movabletype .carousel_large_item_inner:hover  {
	background-color: #232323;
}

.carousel_large_item-movabletype_title {
	width: 100%;
	margin-bottom: 30px;
	font-size: 23px;
	line-height: 1.5;
	letter-spacing: 0.2em;
}

.carousel_large_item-movabletype_detail {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1000px;
	margin: 0 auto;
}

.carousel_large_item-movabletype_chart {
	width: 40%;
}

.carousel_large_item-movabletype_chart_images {
	padding: 0 20px;
	margin-bottom: 20px;
}

.carousel_large_item-movabletype_chart_text {
	font-size: 10px;
	line-height: 1.3;
}

.carousel_large_item-movabletype_detail_body {
	width: 58%;
}

.carousel_large_item-movabletype_detail_body_lead {
	margin-bottom: -10px;
	font-size: 17px;
	letter-spacing: 0.2em;
}

.carousel_large_item-movabletype_detail_body_logo {
	margin-bottom: 20px;
}

.carousel_large_item-movabletype_detail_body_logo img {
	display: inline;
	width: 100%;
	height: auto;
}

.carousel_large_item-movabletype_detail_body_excerpt {
	margin-bottom: 30px;
	font-size: 13px;
}

.carousel_large_item-lekumoblog {
	background: url(/assets/images/bg-lekumoblog-min.png) no-repeat bottom center;
	background-size: cover;
}

.carousel_large_item-lekumoblog .carousel_large_item_inner {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
	height: 580px;
	padding: 50px 50px 0 50px;
	text-align: center;
	color: #151514;
}

.carousel_large_item-lekumoblog .carousel_large_item_inner:hover {
	text-decoration: none;
	color: #151514;
}

.carousel_large_item-lekumoblog .carousel_large_item_inner:hover img {
	opacity: 1;
}

.carousel_large_item-lekumoblog .carousel_large_item_inner img {
	display: inline-block;
}

.carousel_large_item-lekumoblog_title {
	width: 100%;
	margin-bottom: 20px;
	font-size: 23px;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

.carousel_large_item-lekumoblog_title strong {
	font-size: 28px;
	font-weight: bold;
	color: #a59aca;
}

.carousel_large_item-lekumoblog_logo {
	width: 100%;
}

.carousel_large_item-lekumoblog_logo img {
	width: 540px;
	height: 70px;
}

.carousel_large_item-lekumoblog_name {
	width: 100%;
	color: #a59aca;
	font-weight: bold;
}

.carousel_large_item-lekumoblog_detail {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	max-width: 1200px;
	margin: 20px auto 0 auto;
}

.carousel_large_item-lekumoblog_detail_image {
	width: 50%;
	line-height: 0;
}

.carousel_large_item-lekumoblog_detail_body {
	width: 46%;
	padding-bottom: 80px;
	text-align: left;
}

.carousel_large_item-lekumoblog_detail_body ul {
	margin-bottom: 20px;
}

.carousel_large_item-lekumoblog_detail_body ul li {
	position: relative;
	padding-left: 17px;
}

.carousel_large_item-lekumoblog_detail_body ul li:before {
	position: absolute;
	top: 12px;
	left: 0;
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border: solid 2px #a59aca;
	border-radius: 50%;
}

.carousel_large_item-lekumoblog_detail_body_button {
	text-align: center;
}

/* 20200430 takeooutthema */
.carousel_large_item-takeoutthema .carousel_large_item_inner {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 580px;
	padding: 30px 50px;
	background-color: #FFC83C;
	overflow: hidden;
}

.carousel_large_item-takeoutthema .carousel_large_item_inner:hover {
	text-decoration: none;
}

.carousel_large_item-takeoutthema .carousel_large_item_inner:hover img {
	opacity: 1;
}

.carousel_large_item-takeoutthema_title {
	font-size: 48px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin-bottom: 24px;
}

.carousel_large_item-takeoutthema_logo {
	margin-bottom: 40px;
}

.carousel_large_item-takeoutthema_logo img {
	max-width: 640px;
	height: auto;
    margin: 0 auto;
}

.carousel_large_item-takeoutthema_text {
	margin-bottom: 30px;
    line-height: 1.5;
	font-size: 20px;
	text-align: center;
	color: #000000;
}

/* -- 20200430 -- */

.carousel_large_item-mtp .carousel_large_item_inner {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 580px;
	padding: 30px 50px;
	background: url(/assets/images/keyvisual-mtp-min.jpg) no-repeat top center;
	background-size: cover;
	overflow: hidden;
}

.carousel_large_item-mtp .carousel_large_item_inner:hover {
	text-decoration: none;
}

.carousel_large_item-mtp .carousel_large_item_inner:hover img {
	opacity: 1;
}

.carousel_large_item-mtp_title {
	font-size: 17px;
	font-weight: bold;
	color: #004b9a;
	text-align: center;
}

.carousel_large_item-mtp_logo {
	margin-bottom: 50px;
}

.carousel_large_item-mtp_logo img {
	max-width: 860px;
	height: auto;
}

.carousel_large_item-mtp_subtitle {
	margin-bottom: 15px;
	font-size: 27px;
	font-weight: bold;
	color: #151514;
	text-align: center;
}

.carousel_large_item-mtp_text {
	margin-bottom: 30px;
	font-size: 17px;
	text-align: center;
	color: #151514;
}

_:-ms-lang(x)::-ms-backdrop, .carousel_large_item-mtp_logo {
	width: 100%;
	text-align: center;
}

_:-ms-lang(x)::-ms-backdrop, .carousel_large_item-mtp_logo img {
	height: 103px;
	margin: 0 auto;
}

_:-ms-lang(x)::-ms-backdrop, .carousel_large_item-lekumoblog .carousel_large_item_inner {
	display: block;
}

_:-ms-lang(x)::-ms-backdrop, .carousel_large_item-mtnet .carousel_large_item_inner {
	display: block;
}

_:-ms-lang(x)::-ms-backdrop, .pruductnavi	img[src$=".svg"] {
    width: 100%;
}

_:-ms-lang(x)::-ms-backdrop, .pruductnavi .mtnet	img[src$=".svg"] {
    width: 70%;
}

_:-ms-lang(x)::-ms-backdrop, .pruductnavi .lekumoblog	img[src$=".svg"] {
    width: 90%;
}

_:-ms-lang(x)::-ms-backdrop, .pruductnavi_image {
	display: block;
}

.carousel_large_item-camapign201906 a.carousel_large_item_inner:hover {
	color: #fff;
	text-decoration: none;
}

.carousel_large_item-camapign201906 a.carousel_large_item_inner:hover img {
	opacity: 1;
}

.carousel_large_item-camapign201906 .carousel_large_item_inner {
	position: relative;
	display: block;
	height: 580px;
	background: #129EB3;
	color: #fff;
	text-align: center;
}

.carousel_large_item-camapign201906_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.carousel_large_item-camapign201906_bg span {
	position: absolute;
	width: 0%;
	height: 100%;
	content: "";
	display: block;
	width: 9.090909091%;
	background: rgba(255,255,255,0.15);
	-webkit-transition: all 700ms cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 700ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.carousel_large_item-camapign201906_bg span:nth-child(1) {
	top: 0;
	left: 9.090909091%;
}

.carousel_large_item-camapign201906_bg span:nth-child(2) {
	top: 0;
	left: 27.272727273%;
}

.carousel_large_item-camapign201906_bg span:nth-child(3) {
	top: 0;
	left: 45.454545455%;
}

.carousel_large_item-camapign201906_bg span:nth-child(4) {
	top: 0;
	left: 63.636363637%;
}

.carousel_large_item-camapign201906_bg span:nth-child(5) {
	top: 0;
	left: 81.818181819%;
}

.carousel_large_item-camapign201906_body {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 50%;
	max-width: 700px;
	height: 580px;
	margin: 0 auto;
	z-index: 20;
}

.carousel_large_item-camapign201906_subtitle {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8;
}

.carousel_large_item-camapign201906_title {
	margin-bottom: 10px;
}

.carousel_large_item-camapign201906_text {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.8;
}

.carousel_large_item-camapign201906_text strong {
	position: relative;
}

.carousel_large_item-camapign201906_text strong:before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 8px;
	background: #f5a20b;
	z-index: 0;
}

.carousel_large_item-camapign201906_text span {
	position: relative;
	z-index: 10;
}

.carousel_large_item-camapign201906_image_pc {
	position: absolute;
	top: 0;
	right: 0;
	width: 25%;
	height: 100%;
	background: url(https://movabletype.net/form/lp/campaign201906/img/keyvisual-image-pc.png) no-repeat bottom center;
	background-size: 100% auto;
}

.carousel_large_item-camapign201906_image_sp {
	position: absolute;
	top: 0;
	left: 4%;
	width: 17%;
	height: 100%;
	background: url(https://movabletype.net/form/lp/campaign201906/img/keyvisual-image-sp.png) no-repeat bottom center;
	background-size: 100% auto;
}

.carousel_large_item-camapign201906 .carousel_large_item_inner:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 230px;
	height: 230px;
	background: url(https://movabletype.net/form/lp/campaign201906/img/keyvisual-ob-left.png) no-repeat;
	background-size: cover;
}

.carousel_large_item-camapign201906 .carousel_large_item_inner:after {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	display: block;
	width: 230px;
	height: 230px;
	background: url(https://movabletype.net/form/lp/campaign201906/img/keyvisual-ob-right.png) no-repeat;
	background-size: cover;
}


.carousel_large_item-mtnetsitesearch a {
	color: #635289;
}

.carousel_large_item-mtnetsitesearch a:hover {
	color: #635289;
	text-decoration: none;
}

.carousel_large_item-mtnetsitesearch a:hover img {
	opacity: 1;
}

.carousel_large_item-mtnetsitesearch .carousel_large_item_inner {
	display: block;
	height: 580px;
	padding: 50px;
	background: url(/assets/images/bg-keyvisual-min-sa.jpg) no-repeat left center #f2eff6;
	background-size: auto 100%;
}

.carousel_large_item-mtnetsitesearch_detail {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 480px;
	max-width: 60%;
	margin-left: 40%;
}

.carousel_large_item-mtnetsitesearch_detail_title {
	margin-bottom: 30px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: 0.1em;
}

.carousel_large_item-mtnetsitesearch_detail_text_logo {
	margin-bottom: 30px;
}

.carousel_large_item-mtnetsitesearch_detail_text_logo img {
	width: 560px;

}

.carousel_large_item-mtnetsitesearch_detail_text_button {
	width: 100%;
	text-align: center;
}

.carousel_large_item-mtnetsitesearch_detail_text_button .btn-mtnetform {
	width: 65%;
	max-width: 400px;
	background: #635289;
}

.carousel_large_item-mtnetsitesearch_detail_text_button .btn-mtnetform:hover {
	background: #7561a2;
}

.carousel_large_item-mtnetsitesearch_detail_text_list {
	display: flex;
	margin-bottom: 30px;
	color: #151514;
}

.carousel_large_item-mtnetsitesearch_detail_text_list li {
	position: relative;
	padding: 0 20px;
	line-height: 1.3;
}

.carousel_large_item-mtnetsitesearch_detail_text_list li:before {
	position: absolute;
	top: 7px;
	left: 7px;
	display: block;
	content: "";
	width: 7px;
	height: 7px;
	background: #635289;
	border-radius: 50%;
}

.carousel_large_item-mtnetsitesearch_detail_text_list li .is-sp {
	display: none;
}


/* ------------------------------------------
                for tablet
------------------------------------------ */

@media(max-width:1100px){

	.carousel_large {
		height: 500px;
	}

.carousel_large_item-takeoutthema_title {
	font-size: 28px;
	line-height: 1.25;
}


.carousel_large_item-mt8 .carousel_large_item_inner {
    height: 500px;
}

.carousel_large_item-mtnet .carousel_large_item_inner {
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 500px;
    padding: 30px 50px 30px 50px;
	}

.carousel_large_item-mtnet_wrap {
	margin-right: 0px;
}

	.carousel_large_item-mtnet_detail_image {
		display: none;
	}

	.carousel_large_item-mtnet_detail_body {
    width: 100%;
    padding-bottom: 0;
	}

	.carousel_large_item-mtnet_text {
    margin-bottom: 30px;
    text-align: center;
	}

	.carousel_large_item-mtnet_title {
    font-size: 20px;
	}

	.carousel_large_item-mtnetform .carousel_large_item_inner {
		height: 500px;
	}

	.carousel_large_item-mtnetform_detail_image {
    width: 60%;
    padding-right: 10px;
	}

	.carousel_large_item-mtnetform_detail_text {
    width: 40%;
    padding: 20px 0 0 10px;
	}

	.carousel_large_item-movabletype .carousel_large_item_inner {
		height: 500px;
		background: #151514 url(/assets/images/keyvisual-mt7-sp.png) no-repeat center center;
    background-size: cover;
	}

	.carousel_large_item-movabletype_chart {
    width: 36%;
	}

	.carousel_large_item-movabletype_detail_body {
    width: 60%;
	}

	.carousel_large_item-lekumoblog {
		height: 500px;
	}

	.carousel_large_item-lekumoblog .carousel_large_item_inner {
		height: 500px;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}

	.carousel_large_item-lekumoblog_detail {
		display: block;
		width: 100%;
    max-width: 100%;
	}

	.carousel_large_item-lekumoblog_detail_image {
    display: none;
	}

	.carousel_large_item-lekumoblog_detail_body {
    width: 100%;
    padding-bottom: 0;
		text-align: center;
	}

	.carousel_large_item-lekumoblog_detail_body ul {
		display: inline-block;
	}

	.carousel_large_item-lekumoblog_detail_body ul li {
		text-align: left;
	}

	.carousel_large_item-lekumoblog_detail_body ul li:before {
		top: 8px;
	}

	.carousel_large_item-mtp_logo img {
    max-width: 100%;
    height: auto;
	}

	.carousel_large_item-mtp .carousel_large_item_inner {
		height: 500px;
	}

	.carousel_large_item-mtp_logo {
    margin-bottom: 30px;
	}

	.carousel_large_item-camapign201906_image_sp {
		display: none;
	}

	.carousel_large_item-camapign201906_image_pc {
		display: none;
	}

	.carousel_large_item-camapign201906_body {
		width: 65%;
		height: 500px;
	}

	.carousel_large_item-camapign201906 .carousel_large_item_inner:before {
    width: 130px;
    height: 130px;
	}

	.carousel_large_item-camapign201906 .carousel_large_item_inner:after {
    width: 130px;
    height: 130px;
	}

	.carousel_large_item-camapign201906_subtitle {
		font-size: 15px;
	}

	.carousel_large_item-camapign201906_text {
    font-size: 15px;
	}

	.carousel_large_item-mtnetsitesearch .carousel_large_item_inner {
		height: 500px;
		padding: 30px;
		background: url(/assets/images/bg-keyvisual-min-sa-sp.jpg) no-repeat left center #f2eff6;
		background-size: cover;
		position: relative;
		z-index: 2;
	}
	.carousel_large_item-mtnetsitesearch .carousel_large_item_inner:before {
	    content: "";
	    width: 100%;
	    height: 100%;
	    display: block;
	    position: absolute;
	    left: 0;
	    top: 0;
	    background-color: rgba(255,255,255,0.5);
	    z-index: -1;
	}

	.carousel_large_item-mtnetsitesearch_detail {
    height: 400px;
    max-width: 100%;
    margin-left: 0;
	}

	.carousel_large_item-mtnetform-201909 .carousel_large_item-mtnetform_detail_text {
    padding: 20px 0 0 20px;
	}

	.carousel_large_item-mtnetform-201909 .carousel_large_item-mtnetform_detail_text ul {
		flex-direction: column;
	}

	.carousel_large_item-mtnetform-201909 .carousel_large_item-mtnetform_detail_text ul li {
		width: 100%;
		padding-right: 0;
	}

}

/* ------------------------------------------
                	for sp
------------------------------------------ */

@media(max-width:680px){

	.carousel_large .slick-prev {
		left: -40px;
	}

	.carousel_large .slick-prev:hover {
		left: -35px;
	}

	.carousel_large .slick-next {
		right: -40px;
	}

	.carousel_large .slick-next:hover {
		right: -35px;
	}


.carousel_large_item-takeoutthema_text {
    margin-bottom: 80px;
    font-size: 16px;
}

	.carousel_large_item-mtnet .carousel_large_item_inner {
		padding: 30px;
	}

	.carousel_large_item-mtnet_title {
    font-size: 17px;
	}

	.carousel_large_item-mtnet_title br {
		display: none;
	}

	.carousel_large_item-mtnet_lead {
		font-size: 10px;
    margin-top: 20px;
	}

	.carousel_large_item-mtnet_logo {
    margin-top: -10px;
	}

	.carousel_large_item-mtnet_button .btn-mtnet {
		width: 100%;
	}

	.carousel_large_item-mtnetform .carousel_large_item_inner {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 30px;
	}

	.carousel_large_item-mtnetform_title {
		margin-bottom: 20px;
    font-size: 17px;
	}

	.carousel_large_item-mtnetform_detail {
		flex-direction: column-reverse;
	}

	.carousel_large_item-mtnetform_detail_text {
    width: 100%;
    padding: 0;
	}

	.carousel_large_item-mtnetform_detail_text_logo {
		padding: 0 40px;
	}

	.carousel_large_item-mtnetform_detail_image {
    display: none;
	}

	.carousel_large_item-mtnetform_detail {
		width: 100%;
		margin: 0;
		align-items: flex-start;
	}

	.carousel_large_item-movabletype .carousel_large_item_inner {
		flex-direction: column;
		padding: 30px;
	}

	.carousel_large_item-movabletype_detail {
		flex-direction: column-reverse;
	}

	.carousel_large_item-movabletype_detail_body {
		width: 100%;
	}

	.carousel_large_item-movabletype_detail_body_lead {
    font-size: 10px;
	}

	.carousel_large_item-movabletype_title {
    margin-bottom: 20px;
    font-size: 17px;
	}

	.carousel_large_item-movabletype_chart {
		display: none;
	}

	.carousel_large_item-lekumoblog {
		background: url(/assets/images/bg-lekumoblog-min-sp.png) no-repeat top center;
		background-size: cover;
	}

	.carousel_large_item-lekumoblog .carousel_large_item_inner {
		padding: 30px;
		align-items: center;
		justify-content: center;
	}

	.carousel_large_item-lekumoblog_title {
    font-size: 17px;
		letter-spacing: 0;
	}

	.carousel_large_item-lekumoblog_title strong {
    font-size: 20px;
	}

	.carousel_large_item-lekumoblog_logo img {
		width: 100%;
		height: auto;
	}

	.carousel_large_item-mtp .carousel_large_item_inner {
		padding: 30px;
	}

	.carousel_large_item-mtp_title {
		margin-bottom: 20px;
    font-size: 15px;
	}

	.carousel_large_item-mtp_subtitle {
    margin-bottom: 15px;
    font-size: 18px;
	}

	.carousel_large_item-mtp_text {
    font-size: 13px;
	}

	.carousel_large_item-mtp_button {
		width: 100%;
	}

	.carousel_large_item-camapign201906_body {
		width: 78%;
		height: 500px;
	}

	.carousel_large_item-camapign201906 .carousel_large_item_inner:before {
    width: 80px;
    height: 80px;
	}

	.carousel_large_item-camapign201906 .carousel_large_item_inner:after {
    width: 80px;
    height: 80px;
	}

	.carousel_large_item-camapign201906_subtitle {
		font-size: 13px;
	}

	.carousel_large_item-camapign201906_text {
    font-size: 13px;
	}

/*mt8*/
.carousel_large_item-mt8 .carousel_large_item_inner {
    padding: 30px;
}

.carousel_large_item-mt8 .carousel_large_item_inner:before, .carousel_large_item-mt8 .carousel_large_item_inner:after {
    background-size: 100%;
}

.carousel_large_item-mt8_title {
    margin-bottom: 20px;
    font-size: 15px;
}

.carousel_large_item-mt8_wrap {
	width:100%;
}

.carousel_large_item-mt8_lead {
    margin-bottom: 10px;
    font-size: 15px;
    letter-spacing: 0.15em;
}

.carousel_large_item-mt8_logo {
    margin-bottom: 20px;
}

.carousel_large_item-mt8_logo img {
    max-width: 100%;
    height: auto;
}

.carousel_large_item-mt8_text {
    font-size: 13px;
    margin-bottom: 30px;
    letter-spacing: 0.1em;
}

	.carousel_large_item-mtnetsitesearch_detail_title {
		margin-bottom: 30px;
		font-size: 17px;
		line-height: 1.5;
	}

	.carousel_large_item-mtnetsitesearch_detail_text_button .btn-mtnetform {
		width: 100%;
	}

	.carousel_large_item-mtnetsitesearch_detail_text_list li {
	}

	.carousel_large_item-mtnetsitesearch_detail_text_list li:before {
		top: 5px;
	}

	.carousel_large_item-mtnetsitesearch_detail_text_list li .is-sp {
		display: inline;
	}

	.carousel_large_item-mtnetform-201909 .carousel_large_item-mtnetform_detail_text {
    padding: 0 0 0 0;
	}

	.carousel_large_item-mtnetform-201909 .carousel_large_item-mtnetform_title {
		font-size: 15px;
	}

}
