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

各種ファイル読み込み

#########################################################*/

@media only screen and (max-width: 767px) {
  html {
    font-size: 62.5%;
  }

  body {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  #path a {
    font-size: 11px;
    line-height: 1.5;
  }

  .u-use--pc {
    display: none !important;
  }


  img {
    max-width: 100%;
  }

  #page-wrapper.l-wrapper__floating-open{
	padding-bottom: 138px;
  }

  .c-mainvisual {
    position: relative;
	width: 100%;
    height: calc(400 / 320 * 100vw);
	object-fit: cover;
	z-index: 20;
  }

  .c-mainvisual__inner {
	width: 100%;
  }

  .c-mainvisual__title {
    width: 100%;
  }

  .c-mainvisual__img {
    width: 100%;
  }

  .c-mainvisual__online {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 12px 20px 10px;
	background-color: #000;
	text-align: center;
  }

  .c-mainvisual__online-title {
	display: inline-block;
	margin-bottom: 10px;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 36px;
	background: url(/svcsol/focus/iijmobile/images/icon_mv_sim.svg) no-repeat left center;
	background-size: 26px auto;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
  }

  .c-mainvisual__online-list {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
  }

  .c-mainvisual__online-item {
	height: 70px;
  }

  .c-mainvisual__online-item:nth-child(1) {
	width: calc(148 / 280 * 100%);
  }

  .c-mainvisual__online-item:nth-child(2) {
	width: calc(122 / 280 * 100%);
  }

  .c-mainvisual__online-link,
  a.c-mainvisual__online-link:active {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: 6px;
	text-decoration: none;
	text-align: center;
	transition: 0.3s ease;
  }

  .c-mainvisual__online-link:hover {
	text-decoration: none;
  }

  .c-mainvisual__online-link01 {
	display: inline-block;
	padding-right: 17px;
	background: url(/svcsol/focus/iijmobile/images/icon_externallink_black.svg) no-repeat right bottom 3px;
	background-size: auto 10px;
	color: #B6001F;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.5;
  }

  .c-mainvisual__online-link02 {
	display: inline-block;
	margin-top: 3px;
	color: #333;
	font-size: 10px;
  }

  .c-mainvisual__online.c-floating {
	position: fixed;
	background: rgba(0, 0, 0, .8);
	z-index: 10;
	transform: rotate(0);
	bottom: -80px;
  }
	.c-floating {
		transition: transform 1s;
	}

  .c-floating.c-floating-close {
	animation: slideOut 1s;
	bottom: -80px;
  }

  .c-floating.c-floating-open {
	animation: slideIn 1s;
	bottom: 0;
  }

  @keyframes slideIn {
	0% {
		bottom: -80px;
	}
	100% {
		bottom: 0px;
	}
  }

  @keyframes slideOut {
	0% {
		bottom: 0px;
	}
	100% {
		bottom: -80px;
	}
  }


  .c-floating__link {
	position: absolute;
    right: 14px;
    top: 15px;
	transform: rotate(0);
	display: block;
	width: 28px;
	height: 28px;
  }
  .c-floating__link.c-floating__link-open {
	transform: rotate(180deg);
  }

  .c-section {
	margin-top: -80px;
	padding-top: 80px;
}

  .c-lnav {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	background-color: #F2F4F7;
	z-index: 100;
  }

  .c-lnav__inner {
	display: flex;
	justify-content: flex-start;
	padding: 14px 0;
	overflow-x: auto;
	white-space: nowrap;
  }

  .c-lnav__list {
	display: flex;
	align-items: stretch;
  }

  .c-lnav__list--p01 {
	padding: 11px 0 5px;
	display: none;
  }

  .c-lnav__list--p01:nth-of-type(1) {
	margin-right: 11px;
	display: none;
  }

  .c-lnav__list--p02 {
	//padding: 11px 11px 5px 11px;
	padding: 11px 1% 5px;
	background-color: #fff;
	border-radius: 7px;
	width: 100%;
  }

  .c-lnav__list--p02 .c-lnav__item {
	width: calc(100% / 4);
	//padding-left: 5%;
	text-align: center;
	display: flex;
    align-items: center;
  }

  .c-lnav__list--p01:nth-of-type(1) {
	margin-right: 11px;
  }

  .c-lnav__link,
  .c-lnav__link:link,
  a.c-lnav__link:visited {
	display: block;
	padding-bottom: 18px;
	color: #333;
	background: url(/svcsol/focus/iijmobile/images/icon_arrow_bottom_red.svg) no-repeat center bottom;
	background-size: 14px auto;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	height: 100%;
	display: flex;
    align-items: center;
	justify-content: space-evenly;
	width: 100%;
  }

  .c-title-lv2 {
    font-size: 22px;
	font-weight: 700;
    line-height: 1.75;

  }

  .c-title-lv2__p01 {
	position: relative;
	padding-bottom: 19px;
	text-align: center;
  }

  .c-title-lv2__p01::after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 64px;
	height: 4px;
	margin: 0 auto;
	background-color: #CF0040;
	content: "";
  }

  .c-txt {
    font-size: 16px;
    line-height: 1.75;
  }

  .c-btn,
  .c-btn:link,
  a.c-btn:visited,
  a.c-btn:active {
	display: block;
	max-width: 240px;
	height: 52px;
	color: #fff;
	background: linear-gradient(#d00041 0%, #b6001f 100%);
	border-radius: 54px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	line-height: 52px;
  }

  .c-btn:hover {
	text-decoration: none;
  }

  .c-btn--blank {
	position: relative;
  }

  .c-btn--blank::after {
	content: "";
    width: 18px;
    height: 16px;
	padding-right: 24px;
    background: url(/svcsol/focus/iijmobile/images/icon_externallink_white.svg) no-repeat right center;
    background-size: 18px auto;
  }

  .c-btn02,
  .c-btn02:link,
  a.c-btn02:visited,
  a.c-btn02:active {
	display: flex;
    justify-content: center;
    align-items: center;
	padding-right: 10px;
	padding-left: 10px;
	min-width: 280px;
	height: 64px;
	color: #B6001F;
	background-color: #fff;
	border: 2px solid #B6001F;
	border-radius: 64px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	/* line-height: 60px; */
  }

  .c-btn02:hover {
	text-decoration: none;
  }

  .c-btn02--blank {
	position: relative;
  }

  .c-btn02--blank::after {
	content: "";
    width: 18px;
    height: 16px;
	padding-right: 20px;
    background: url(/svcsol/focus/iijmobile/images/icon_externallink_black.svg) no-repeat right center;
    background-size: 18px auto;
  }

  .c-slide {
	position: relative;
  }

  .c-slide::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 100%;
	background: linear-gradient(90deg, #e3e8e6 0%, rgba(227, 232, 230, 0) 100%);
	z-index: 1;
  }

  .c-slide::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 100%;
	background: linear-gradient(-90deg, #e3e8e6 0%, rgba(227, 232, 230, 0) 100%);
	z-index: 1;
  }

  .c-slide__title {
	margin-bottom: 24px;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
  }

  .c-slide .slick-track {
	display: flex;
    align-items: stretch;
    height: 100%;
  }

  .c-slide__box,
  .c-slide__box:link,
  a.c-slide__box:visited,
  a.c-slide__box:active {
	display: block;
	width: 218px;
	height: 100%;
	min-height: 415px !important;
	padding: 10px 20px;
	background-color: #fff;
	margin-right: 5px;
	margin-left: 5px;
	color: #333;
	text-decoration: none;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  }

  .c-slide__box:hover {
	color: inherit;
	text-decoration: none;
  }

  .c-slide__box01 {
	display: block;
	margin-bottom: 14px;
  }

  .c-slide__title02 {
	width: 100%;
	color: #369;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.5;
  }

  .c-slide__logo {
	width: 124px;
	margin-bottom: 4px;
  }

  .c-slide__box02 {
	margin-bottom: 11px;
  }

  .c-slide__keyword {
	font-size: 0;
	margin-right: -2px;
	margin-left: -2px;
  }

  .c-slide__keyword-item {
	display: inline-block;
	margin: 3px 2px;
	padding: 2px 8px;
	border-radius: 3px;
	background-color: #ebeded;
	font-size: 10px;
  }

  .c-slide__desc {
	font-size: 12px;
	line-height: 1.75;
  }

  .c-slide .slick-dots {
	bottom: -44px;
	height: auto !important;
  }

  .c-slide .slick-dots li {
	padding: 5px;
  }

  .c-slide .slick-dots li button {
	width: 10px;
	height: 10px;
	padding: 0;
	border: 1px solid #333;
	border-radius: 5px;

  }

  .c-slide .slick-dots li button::before {
	content: "";
	width: 10px;
	height: 10px;
	line-height: 10px;
  }
  .c-slide .slick-dots li.slick-active button {
	background-color: #333333;
  }

  /* about */
  .p-about-theme {
	background: url(/svcsol/focus/iijmobile/images/bg_about_sp.jpg) no-repeat center 80px;
	background-size: 100% auto;
  }
  .p-about {
	padding-top: 60px;
	padding-bottom: 21px;
  }

  .p-about__inner {
	padding-right: 20px;
	padding-left: 20px;
  }

  .p-about__title {
	margin-bottom: 32px;
  }

  .p-about__txt {
	margin-bottom: 16px;
  }
  .p-about__txt:last-of-type {
	margin: 0 auto 40px;
  }

  .p-about__accordion-btn {
	position: relative;
	display: block;
	width: 220px;
	height: 48px;
	margin: 0 auto;
	background-color: #fff;
	border: 2px solid #B6001F;
	border-radius: 24px;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	line-height: 44px;
	cursor: pointer;
  }

  .p-about__accordion-btn:before {
	position: absolute;
	content: '';
	top: 50%;
	right: 16px;
	height: 1px;
	width: 16px;
	background: #CF0040;
	transform: rotate(90deg);
	transition: 0.3s ease;
  }

  .p-about__accordion-btn:after {
	position: absolute;
	content: '';
	top: 50%;
	right: 16px;
	height: 1px;
	width: 16px;
	background: #CF0040;
	transition: 0.3s ease;
  }

  .p-about__accordion-btn.open:before {
	transform: rotate(180deg);
  }

  .p-about__accordion-btn.open:after {
	opacity: 0;
  }

  .p-about__accordion-content {
	display: none;
  }

  .p-about__accordion-content-in {
	padding-top: 30px;
  }

  .p-about__accordion-content01 {
	margin-bottom: 16px;
	text-align: center;
  }
  .p-about__accordion-content02 {
	text-align: center;
  }

  .p-about__accordion-img {
	vertical-align: bottom;
  }

  /* theme */
  .p-theme {
	padding-top: 60px;
	padding-bottom: 80px;
  }

  .p-theme__inner {
	padding-right: 20px;
	padding-left: 20px;
  }

  .p-theme__title {
	margin-bottom: 32px;
  }

  .p-theme__lnav {
	max-width: 220px;
	margin: 0 auto 52px;
  }

  .p-theme__lnav-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
  }

  .p-theme__lnav-item {
	text-align: center;
  }

  .p-theme__lnav-item:nth-child(1) {
	width: 100%;
	margin-bottom: 24px;
  }

  .p-theme__lnav-item:nth-child(2) {
	width: 50%;
  }

  .p-theme__lnav-item:nth-child(3) {
	width: 50%;
  }

  .p-theme__lnav-link,
  .p-theme__lnav-link:link,
  a.p-theme__lnav-link:visited {
	position: relative;
	display: block;
	padding-bottom: 20px;
	color: #333;
	background: url(/svcsol/focus/iijmobile/images/icon_arrow_bottom_red.svg) no-repeat center bottom;
    background-size: 14px auto;
	text-decoration: none;
  }

  .p-theme__lnav-link:hover {
	text-decoration: none;
  }

  .p-theme__lnav-img {
	display: block;
	margin: 0 auto 10px;
  }

  .p-theme__lnav-item:nth-child(1) .p-theme__lnav-img {
	max-width: 77px;
  }

  .p-theme__lnav-item:nth-child(2) .p-theme__lnav-img {
	max-width: 52px;
  }

  .p-theme__lnav-item:nth-child(3) .p-theme__lnav-img {
	max-width: 59px;
  }

  .p-theme__lnav-txt {
	display: block;
	font-size: 12px;
	font-weight: 700;
  }

  .p-theme__content {
	margin-top: -90px;
	padding-top: 90px;
  }

  .p-theme__content:not(:last-child) {
	margin-bottom: 40px;
  }

  .p-theme__title02 {
	margin-bottom: 24px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.44;
  }

  .p-theme__title02--theme01 {
	padding-left: 45px;
	background: url(/svcsol/focus/iijmobile/images/icon_theme01.svg) no-repeat 3px center;
    background-size: auto 23px;
  }

  .p-theme__title02--theme02 {
	padding-left: 45px;
	background: url(/svcsol/focus/iijmobile/images/icon_theme02.svg) no-repeat 8px center;
    background-size: auto 23px;
  }

  .p-theme__title02--theme03 {
	padding-left: 45px;
	background: url(/svcsol/focus/iijmobile/images/icon_theme03.svg) no-repeat 7px center;
    background-size: auto 23px;
  }

  .p-theme_box-list {
	width: 100%;
  }

  .p-theme_box-item {
	width: 100%;
  }

  .p-theme_box-item:not(:first-child) {
	margin-top: 10px;
  }

  .p-theme__accordion-list {
	width: 100%;
  }

  .p-theme__accordion-list.open {
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.16);
  }

  .p-theme__accordion-title {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 77px;
	padding-right: 48px;
	padding-left: 16px;
	background: #F2F2F2 url(/svcsol/focus/iijmobile/images/icon_theme_triangle.svg) no-repeat left top;
    background-size: 12px auto;
	font-size: 14px;
	line-height: 1.75;
	cursor: pointer;
  }

  .p-theme__accordion-title::before {
	position: absolute;
	content: '';
	top: 50%;
	right: 16px;
	height: 1px;
	width: 16px;
	background: #CF0040;
	transform: rotate(90deg);
	transition: 0.3s ease;
  }

  .p-theme__accordion-title::after {
	position: absolute;
	content: '';
	top: 50%;
	right: 16px;
	height: 1px;
	width: 16px;
	background: #CF0040;
	transition: 0.3s ease;
  }

  .p-theme__accordion-title.open:before {
	transform: rotate(180deg);
  }

  .p-theme__accordion-title.open:after {
	opacity: 0;
  }

  .p-theme__accordion-desc {
	display: none;
	padding: 14px 16px;
	background-color: #fff;
	font-size: 14px;
	line-height: 1.75;
  }

  .p-theme__accordion-desc-link,
  .p-theme__accordion-desc-link:link,
  a.p-theme__accordion-desc-link:visited,
  a.p-theme__accordion-desc-link:active {
	padding-left: 20px;
	background: url(/svcsol/focus/iijmobile/images/icon_arrow_right_sharp_red.svg) no-repeat left;
    background-size: 12px auto;
	color: #333;
	text-decoration: none;
  }

  /* voice */
  .p-voice {
	padding-top: 164px;
    padding-bottom: 60px;
	background: #F8F5EC url(/svcsol/focus/iijmobile/images/bg_voice_sp.jpg) no-repeat center top;
	background-size: 100% auto;
  }

  .p-voice__inner {
	padding-right: 20px;
	padding-left: 20px;
  }

  .p-voice__title {
	margin-bottom: 32px;
  }

  .p-voice__txt {
	margin-bottom: 56px;
  }

  .p-voice__plan {
	width: 100%;
	margin-bottom: 40px;
  }

  .p-voice__plan-title {
	margin-bottom: 24px;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	line-height: 1;
  }

  .p-voice__plan-content {
	width: 100%;
	margin-bottom: 14px;
  }

  .p-voice__plan-box {
	position: relative;
	width: 100%;
	padding: 15px 10px;
	background-color: #fff;
  }

  .p-voice__plan-box:not(:first-child) {
	margin-top: 10px;
  }

  .p-voice__plan-title02 {
	margin-bottom: 5px;
	padding: 12px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
  }

  .p-voice__plan-title02--p01 {
	background-color: #4675A8;
  }

  .p-voice__plan-title02--p02 {
	padding: 24px 12px;
	background-color: #4C9BA2;
  }

  .p-voice__plan-list {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 10px;
  }

  .p-voice__plan-item {
	padding: 6px 12px 12px;
	background-color: #E6E6E6;
	border-radius: 5px;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	line-height: 1.25;
  }

  .p-voice__plan-item:nth-child(1) {
	width: calc( 170 / 280 * 100% );
  }

  .p-voice__plan-item:nth-child(2) {
	width: calc( 104 / 280 * 100% );
  }

  .p-voice__plan-txt-s {
	font-size: 12px;
  }

  .p-voice__plan-price {
	font-size: 50px;
	font-weight: 700;
	text-align: center;
  }

  .p-voice__plan-price-num {
	font-family: 'Roboto', sans-serif;
  }

  .p-voice__plan-price-txt-s {
	font-size: 16px;
  }

  .p-voice__recommendation {
	position: absolute;
	top: -16px;
	left: 4px;
	width: 62px;
	height: auto;
  }

  .p-voice__note {
	font-size: 13px;
  }

  .p-voice__contact {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 20px 10px 32px;
  }

  .p-voice__contact-box {
	width: 100%;
  }

  .p-voice__contact-box:not(:first-child) {
	margin-top: 63px;
  }

  .p-voice__contact-title {
	display: flex;
    justify-content: center;
    align-items: center;
	margin-bottom: 24px;
	padding-bottom: 14px;
	border-bottom: 1px solid #999999;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
  }

  .p-voice__contact-title-in {
	position: relative;
	display: inline-block;
	padding-top: 6px;
	padding-bottom: 6px;
  }

  .p-voice__contact-title-in::before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: "";
  }

  .p-voice__contact-title--p01 .p-voice__contact-title-in {
	padding-left: 50px;
  }

  .p-voice__contact-title--p02 .p-voice__contact-title-in {
	padding-left: 46px;
  }

  .p-voice__contact-title--p01 .p-voice__contact-title-in::before {
	width: 36px;
	height: 40px;
	background: url(/svcsol/focus/iijmobile/images/icon_voice01.svg) no-repeat left center;
	background-size: 36px auto;
  }

  .p-voice__contact-title--p02 .p-voice__contact-title-in::before {
	width: 32px;
	height: 42px;
	background: url(/svcsol/focus/iijmobile/images/icon_voice02.svg) no-repeat left center;
	background-size: 32px auto;
  }

  .p-voice__contact-content {
	width: 100%;
  }

  .p-voice__contact-wrap:not(:first-child) {
	margin-top: 40px;
  }

  .p-voice__contact-txtbox {
	margin-bottom: 19px;
  }

  .p-voice__contact-txt01 {
	margin-bottom: 8px;
	font-size: 16px;
	text-align: center;
  }

  .p-voice__contact-txt01--emphasis {
	font-weight: 700;
  }

  .p-voice__contact-btn {
	display: block;
	margin: 0 auto;
  }

  .p-voice__more {
	text-align: center;
  }

  .p-voice__more-txt {
	margin-bottom: 16px;
	font-size: 16px;
	font-weight: 700;
  }

  .heightLine-voice02 {
	height: auto !important;
  }

  /* webconference */
  .p-webconference {
	padding-top: 194px;
    padding-bottom: 90px;
	background: #E3E8E6 url(/svcsol/focus/iijmobile/images/bg_webconference_sp.png) no-repeat center top;
	background-size: 100% auto;
  }

  .p-webconference__inner {
	padding-right: 20px;
	padding-left: 20px;
  }

  .p-webconference__title {
	max-width: 250px;
	margin-bottom: 10px;
  }

  .p-webconference__txt01 {
	margin-bottom: 32px;
	font-size: 18px;
	font-weight: 700;
  }

  .p-webconference__txt02 {
	margin-bottom: 36px;
	font-size: 16px;
	line-height: 1.75;
  }

  .p-webconference__card {
	display: block;
	margin-bottom: 40px;
  }

  .p-webconference__card-item {
	width: 100%;
	padding: 16px 20px 30px;
	background-color: #fff;
	border-top: 5px solid #4C9BA2;
  }

  .p-webconference__card-item:not(:first-child) {
	margin-top: 10px;
  }

  .p-webconference__card-title {
	height: auto !important;
	margin-bottom: 13px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
  }

  .p-webconference__card-img {
	display: block;
	max-width: 140px;
	margin: 0 auto 24px;
  }

  .p-webconference__card-txt {
	font-size: 14px;
	line-height: 1.75;
  }

  .p-webconference__more {
	margin-bottom: 146px;
	text-align: center;
  }

  .p-webconference__more-txt {
	margin-bottom: 16px;
	font-size: 16px;
	font-weight: 700;
  }

  .p-webconference__contact {
	position: relative;
	margin-bottom: 40px;
	padding: 40px ;
	text-align: center;
  }

  .p-webconference__contact::after {
	position: absolute;
	top: 0;
	right: -20px;
	left: -20px;
	content: "";
	width: calc(100% + 40px);
	height: 100%;
	background-color: #D3DBD8;
  }

  .p-webconference__contact-img01 {
	position: absolute;
	top: -129px;
	left: -4px;
	width: 79px;
	height: 154px;
  }

  .p-webconference__contact-img02 {
	position: absolute;
	top: -124px;
	right: 8px;
	width: 65px;
	height: 142px;
  }

  .p-webconference__contact-txt {
	position: relative;
	margin-bottom: 19px;
	font-size: 16px;
	font-weight: 700;
	z-index: 1;
  }

  .p-webconference__contact-btn {
	position: relative;
	display: block;
	margin: 0 auto;
	z-index: 1;
  }

  /* lotm2m */
  .p-lotm2m {
	padding-top: 205px;
    padding-bottom: 60px;
	background: #E6E7F2 url(/svcsol/focus/iijmobile/images/bg_lotm2m_sp.jpg) no-repeat center top;
	background-size: 100% auto;
  }

  .p-lotm2m__inner {
	padding-right: 20px;
	padding-left: 20px;
  }

  .p-lotm2m__title {
	margin-bottom: 10px;
  }

  .p-lotm2m__txt01 {
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: 700;
  }

  .p-lotm2m__txt02 {
	margin-bottom: 50px;
	font-size: 16px;
	line-height: 1.75;
  }

  .p-lotm2m__card {
	display: block;
	margin-bottom: 28px;
  }

  .p-lotm2m__card-item {
	width: 100%;
	padding: 18px 20px 28px;
	background-color: #fff;
	border-top: 5px solid #468DC3;
  }

  .p-lotm2m__card-item:not(:first-child) {
	margin-top: 10px;
  }

  .p-lotm2m__card-title {
	margin-bottom: 16px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.75;
	text-align: center;
  }

  .p-lotm2m__card-txt01 {
	margin-bottom: 24px;
	padding: 2px;
	color: #fff;
	background-color: #468DC3;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
  }

  .p-lotm2m__card-txt02 {
	font-size: 14px;
	line-height: 1.75;
  }

  .p-lotm2m__more {
	margin-bottom: 50px;
	text-align: center;
  }

  .p-lotm2m__more-txt {
	margin-bottom: 16px;
	font-size: 16px;
	font-weight: 700;
  }

  .p-lotm2m__contact {
	position: relative;
	/* margin-bottom: 50px; */
	padding: 40px;
	text-align: center;
  }

  .p-lotm2m__contact::after {
	position: absolute;
	top: 0;
	left: -20px;
	right: -20px;
	content: "";
	width: calc(100% + 40px);
	height: 100%;
	background-color: rgba(0,0,0,0.07);
  }

  .p-lotm2m__contact-txt {
	position: relative;
	margin-bottom: 19px;
	font-size: 16px;
	font-weight: 700;
	z-index: 1;
  }

  .p-lotm2m__contact-btn {
	position: relative;
	display: block;
	margin: 0 auto;
	z-index: 1;
  }

  .p-lotm2m .c-slide::before {
	background: linear-gradient(90deg, #e6e7f2 0%, rgba(230, 231, 242, 0) 100%);
  }

  .p-lotm2m .c-slide::after {
	background: linear-gradient(-90deg, #e6e7f2 0%, rgba(230, 231, 242, 0) 100%);
  }

  .p-lotm2m__caselist {
	margin-top: 80px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
  }

  .p-lotm2m__caselist-btn {
	margin-bottom: 15px;
  }

  .p-lotm2m__caselist-txt {
	font-size: 16px;
  }

  /* info */
  .p-info {
	padding-top: 80px;
	padding-bottom: 80px;
  }

  .p-info__inner {
	padding-right: 20px;
	padding-left: 20px;
  }

  .p-info__title {
	margin-bottom: 32px;
  }

  .p-info__list {
	width: 100%;
	border-top: 1px solid #ddd;
  }

  .p-info__list-box {
	display: block;
	border-bottom: 1px solid #ddd;
	padding: 14px 0;
  }

  .p-info__list-date {
	font-size: 14px;
	margin-bottom: 8px;
  }

  .p-info__list-desc {
	margin: 0;
	font-size: 14px;
  }

  .p-info__list-desc a[target="_blank"]::after {
    content: "";
    width: 12px;
    height: 10px;
    padding-right: 18px;
    background: url(/svcsol/focus/iijmobile/images/icon_externallink_black.svg) no-repeat right center;
    background-size: 12px auto;
  }
}
