@charset 'UTF-8';

/*#########################################################

各種ファイル読み込み

#########################################################*/
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	font: inherit;

	margin: 0;
	padding: 0;

	vertical-align: baseline;

	border: 0;
}

/* HTML5 display-role reset for older browsers
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

body {
	font-family: 'Noto Sans Japanese', Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-size: 100%;
}

#contentsContainer {
	width: 100% !important;
	padding: 0 !important;
}

.c-article {
	font-size: 16px;
	line-height: 1.5;
	/* overflow: hidden; */
	box-sizing: border-box;
	word-wrap: break-word;
	color: #333;
}

.c-article * {
	box-sizing: border-box;
}

/* .c-hd {
  text-align: center;

  color: #0b6ac5;
} */

/* .c-hd__main,
.c-hd__sub {
  display: block;
} */

/* .c-hd__main {
  font-weight: bold;
} */

.c-figure {
	width: 100%;
}

.c-figure__img {
	max-width: 100%;

	vertical-align: bottom;
}

.c-box {
	border-radius: 7px;
	background-color: #345b77;
}

.c-box__hd {
	font-weight: bold;

	color: #6ed1ff;
}

.c-box__txt {
	color: #fff;
}

.c-table {
	width: 100%;
	margin-bottom: 70px;

	border-top: 2px solid #addbf1;
	border-left: 2px solid #addbf1;
}

.c-table__th,
.c-table__td {
	font-size: 16px;
	line-height: 1.625;

	text-align: center;

	border-right: 2px solid #addbf1;
	border-bottom: 2px solid #addbf1;
	background-color: #fff;
}

.c-table__th {
	font-weight: bold;

	padding: 20px 15px;

	white-space: nowrap;
	word-wrap: break-word;
}

.c-table__th--left {
	text-align: left;
}

.c-table__td {
	padding: 15px 10px;

	text-align: center;
	vertical-align: middle;
}

.c-table__td--vt {
	text-align: left;
	vertical-align: top;
}

.c-table .c-figure--table img {
	width: 234px;
	height: 237px;
}

.c-table__tr--01 .c-table__th,
.c-table__tr--01 .c-table__td {
	vertical-align: middle;

	color: #fff;
	background-color: #1b8fd2;
}

.c-table__tr--02 .c-table__th,
.c-table__tr--02 .c-table__td {
	background-color: #f1fafe;
}

.c-table__tr--03 .c-table__th,
.c-table__tr--03 .c-table__td {
	color: #ffff4a;
	background-color: #0b6ac5;
}

.c-table__tr--03 .c-table__td {
	font-weight: bold;
}

.c-table__tr--01 .c-table__th:not(:first-child) {
	width: 258px;
}

/* .p-circle__item {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;

  background: url(/svcsol/focus/iijmobile/images/bg_circle.png) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;

  -ms-align-items: center;
      align-items: center;
  justify-content: center;
}

.p-circle__txt {
  font-weight: bold;

  text-align: center;

  color: #ffff4a;
}

.p-circle__txt--normal {
  font-weight: normal;
}

.p-relative {
  border-radius: 10px;
  background-color: #0c5994;
}

.p-relative__item {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;

  border: 4px solid #24a1db;
  border-radius: 7px;
  background-color: #fff;

  -ms-align-items: flex-start;
      align-items: flex-start;
}

.p-relative__number {
  font-family: 'Helvetica Neue', arial, helvetica;
  font-weight: bold;

  color: #24a1db;
}

.p-relative__lead {
  font-weight: bold;

  color: #24a1db;
}

.p-relative__hd {
  text-align: center;

  color: #fff;
}

.p-service__item {
  position: relative;

  border: 4px solid #24a1db;
  border-radius: 7px;
}

.p-service__task {
  font-weight: bold;

  position: absolute;
  z-index: 2;
  left: 50%;

  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;

  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);

  color: #ffff4a;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;

  -ms-align-items: center;
      align-items: center;
  justify-content: center;
}

.p-service__task--01 {
  background-image: url(/svcsol/focus/iijmobile/images/bg_alpha01.png);
}

.p-service__task--02 {
  background-image: url(/svcsol/focus/iijmobile/images/bg_alpha02.png);
}

.p-service__task--03 {
  background-image: url(/svcsol/focus/iijmobile/images/bg_alpha03.png);
}

.p-service__hd {
  font-weight: bold;

  text-align: center;

  color: #008aca;
}

.p-service__box {
  position: relative;

  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;
          flex-direction: column;

  border-radius: 4px;
  background-image:    -moz-linear-gradient( 90deg, #1881cf 0%, #24a1db 100%);
  background-image: -webkit-linear-gradient( 90deg, #1881cf 0%, #24a1db 100%);
  background-image:     -ms-linear-gradient( 90deg, #1881cf 0%, #24a1db 100%);

  justify-content: center;
  -ms-align-items: center;
      align-items: center;
  -webkit-flex-direction: column;
     -moz-flex-direction: column;
      -ms-flex-direction: column;
       -o-flex-direction: column;
}

.p-service__name {
  text-align: center;

  color: #fff;
}

.p-service__link {
  font-weight: bold;
  line-height: 1;

  text-align: center;
  text-decoration: none !important;

  color: #1882cf !important;
  border-radius: 15px;
  background-color: #fff;
}

.p-service__link::before {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  content: '';
}

.p-service__link__inner {
  position: relative;
}

.p-service__link__inner::before {
  position: absolute;
  top: 50%;

  content: '';
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);

  background: url(/svcsol/focus/iijmobile/images/icon_linkarrow.png) no-repeat left top;
} */

.u-color--white {
	color: #fff !important;
}

.u-align_left {
	text-align: left !important;
}

.u-align_center {
	text-align: center !important;
}

.u-mt0 {
	margin-top: 0 !important;
}

.u-mt40 {
	margin-top: 40px !important;
}

.u-mb0 {
	margin-bottom: 0 !important;
}

.u-mb10 {
	margin-bottom: 10px !important;
}

.u-mb20 {
	margin-bottom: 20px !important;
}

.u-mb40 {
	margin-bottom: 40px !important;
}

.u-pt0 {
	padding-top: 0 !important;
}

.u-emphasis {
	color: #CF0040;
	font-weight: 700;
}

.u-indent-2 {
	display: block;
	padding-left: 2em;
	text-indent: -2em;
}

.u-underline-emphasis {
	border-bottom: 4px solid #CF0040;
}

@media print,
screen and (min-width: 768px) {
	.u-use--sp {
		display: none !important;
	}

	.u-align_center--pc {
		text-align: center !important;
	}

	.c-mainvisual {
		position: relative;
		width: 100%;
		height: 440px;
		background: url(/svcsol/focus/iijmobile/images/bg_mv_pc.jpg) no-repeat center center;
		background-size: cover;
	}

	.c-mainvisual__inner {
		position: relative;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		max-width: 1040px;
		margin: 0 auto;
		padding-right: 20px;
		padding-left: 20px;
		height: 100%;
	}

	.c-mainvisual__title {
		width: 510px;
		margin: 0;
	}

	.c-mainvisual__img {
		width: 100%;
	}

	.c-mainvisual__online {
		position: fixed;
		top: 228px;
		right: 0;
		width: 195px;
		padding: 15px 14px 14px 16px;
		background-color: #000;
		z-index: 1000;
	}

	.c-mainvisual__online.c-floating {
		display: none;
	  }

	.c-mainvisual__online-title {
		margin-bottom: 16px;
		padding-left: 49px;
		background: url(/svcsol/focus/iijmobile/images/icon_mv_sim.svg) no-repeat left center;
		background-size: 35px auto;
		color: #fff;
		font-weight: 700;
		font-size: 16px;
		line-height: 1.5;
		text-align: left;
	}

	.c-mainvisual__online-item {
		width: 100%;
		height: 91px;
	}

	.c-mainvisual__online-item:not(:first-child) {
		margin-top: 6px;
	}

	.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;
	}

	.c-mainvisual__online-link:hover {
		opacity: 0.8;
		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 6px;
		background-size: auto 10px;
		color: #B6001F;
		font-size: 15px;
		font-weight: 700;
		line-height: 1.4;
	}

	.c-mainvisual__online-link02 {
		display: inline-block;
		margin-top: 4px;
		color: #333;
		font-size: 12px;
	}

	.c-section {
		margin-top: -98px;
		padding-top: 98px;
	}

	.c-lnav {
		position: sticky;
		top: 0;
		background-color: #F2F4F7;
		z-index: 100;
	}

	.c-lnav__inner {
		display: flex;
		justify-content: center;
		min-width: 950px;
		margin: 0 auto;
		padding-top: 14px;
		padding-bottom: 14px;
	}

	.c-lnav__list {
		display: flex;
	}

	.c-lnav__list--p01 {
		padding: 16px 0 8px;
	}

	.c-lnav__list--p01:nth-of-type(1) {
		margin-right: 21px;
	}

	.c-lnav__list--p02 {
		margin-right: 29px;
		padding: 16px 27px 8px 35px;
		background-color: #fff;
		border-radius: 7px;
	}

	.c-lnav__list--p02 .c-lnav__item:not(:first-child) {
		margin-left: 56px;
	}

	.c-lnav__link,
	.c-lnav__link:link,
	a.c-lnav__link:visited {
		display: block;
		padding-bottom: 22px;
		color: #333;
		background: url(/svcsol/focus/iijmobile/images/icon_arrow_bottom_red.svg) no-repeat center bottom;
		background-size: 14px auto;
		font-weight: 700;
		text-decoration: none;
	}

	.c-lnav__link:hover {
		opacity: 0.8;
		text-decoration: none;
	}

	.c-title-lv2 {
		font-size: 40px;
		font-weight: 700;
		line-height: 1.45;

	}

	.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: 80px;
		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: 288px;
		height: 64px;
		color: #fff;
		background: linear-gradient(#d00041 0%, #b6001f 100%);
		border-radius: 54px;
		font-size: 18px;
		font-weight: 700;
		text-align: center;
		text-decoration: none;
		line-height: 64px;
	}

	.c-btn:hover {
		opacity: 0.8;
		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: inline-block;
		padding-right: 42px;
		padding-left: 42px;
		min-width: 360px;
		height: 64px;
		color: #B6001F;
		background-color: #fff;
		border: 2px solid #B6001F;
		border-radius: 64px;
		font-size: 18px;
		font-weight: 700;
		text-align: center;
		text-decoration: none;
		line-height: 60px;
	}

	.c-btn02:hover {
		opacity: 0.8;
		text-decoration: none;
	}

	.c-btn02--blank {
		position: relative;
	}

	.c-btn02--blank::after {
		content: "";
		width: 18px;
		height: 16px;
		padding-right: 24px;
		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: calc(320 / 1400 * 100%);
		height: 100%;
		z-index: 1;
	}

	.c-slide::after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		width: calc(320 / 1400 * 100%);
		height: 100%;
		z-index: 1;
	}

	.c-slide__title {
		margin-bottom: 19px;
		font-size: 20px;
		font-weight: 700;
		text-align: center;
	}

	.c-slide__txt {
		margin-bottom: 30px;
		font-size: 16px;
		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: 420px;
		height: 100%;
		min-height: 280px !important;
		padding: 20px 30px 20px;
		background-color: #fff;
		margin-right: 15px;
		margin-left: 15px;
		color: #333;
		text-decoration: none;
		box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
		border: 2px solid #fff;
	}

	.c-slide__box:hover {
		color: inherit;
		text-decoration: none;
		border: 2px solid #2E8AE6
	}

	.c-slide__box01 {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: row-reverse;
		margin-bottom: 14px;
	}

	.c-slide__title02 {
		width: 210px;
		color: #336699;
		font-weight: 700;
		font-size: 16px;
		line-height: 1.5;
		display: inline-block;
		transition: all .3s ease 0s;
	}

	.c-slide__box:hover .c-slide__title02 {
		cursor: pointer;
		color: #2E8AE6;
		text-decoration: underline;
	}

	.c-slide__logo {
		width: 124px;
	}

	.c-slide__box02 {
		margin-bottom: 14px;
	}

	.c-slide__keyword {
		font-size: 0;
		margin-right: -2px;
		margin-left: -2px;
	}

	.c-slide__keyword-item {
		display: inline-block;
		margin: 3px 2px;
		padding: 3px 8px;
		border-radius: 3px;
		background-color: #ebeded;
		font-size: 12px;
	}

	.c-slide__desc {
		font-size: 13px;
		line-height: 1.6;
	}

	.c-slide .slick-prev {
		left: 10%;
		width: 22px;
		height: 44px !important;
		z-index: 1;
	}

	.c-slide .slick-prev:before {
		content: "";
	}

	.c-slide .slick-next {
		right: 10%;
		width: 22px;
		height: 44px !important;
		z-index: 2;
	}

	.c-slide .slick-next:before {
		content: "";
	}

	.c-slide .slick-arrow button {
		background: none;
		border: none;
		outline: none;
		cursor: pointer;
	}

	.c-slide .slick-dots {
		bottom: -50px;
		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_pc.jpg) no-repeat center 98px;
		background-size: 100% auto;
	}

	.p-about {
		padding-top: 84px;
		padding-bottom: 45px;
	}

	.p-about__inner {
		max-width: 1000px;
		margin: 0 auto;
		padding-right: 30px;
		padding-left: 30px;
	}

	.p-about__title {
		margin-bottom: 35px;
	}

	.p-about__txt {
		margin: 0 auto 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 {
		display: flex;
		justify-content: space-between;
		max-width: 940px;
		margin: 0 auto;
		padding-top: 30px;
	}

	.p-about__accordion-content01 {
		margin-right: 24px;
	}

	/* theme */
	.p-theme {
		padding-top: 70px;
		padding-bottom: 100px;
	}

	.p-theme__inner {
		max-width: 1000px;
		margin: 0 auto;
		padding-right: 30px;
		padding-left: 30px;
	}

	.p-theme__title {
		margin-bottom: 60px;
	}

	.p-theme__lnav {
		max-width: 751px;
		margin: 0 auto 66px;
	}

	.p-theme__lnav-list {
		display: flex;
		justify-content: space-between;
	}

	.p-theme__lnav-item {
		text-align: center;
	}

	.p-theme__lnav-item:nth-child(1) {
		max-width: 261px;
		margin-right: 31px;
	}

	.p-theme__lnav-item:nth-child(2) {
		max-width: 198px;
		margin-right: 63px;
	}

	.p-theme__lnav-item:nth-child(3) {
		max-width: 198px;
	}

	.p-theme__lnav-link,
	.p-theme__lnav-link:link,
	a.p-theme__lnav-link:visited {
		position: relative;
		display: block;
		padding-bottom: 24px;
		color: #333;
		background: url(/svcsol/focus/iijmobile/images/icon_arrow_bottom_red.svg) no-repeat center bottom;
		background-size: 12px auto;
		text-decoration: none;
	}

	.p-theme__lnav-link:hover {
		color: #333;
		opacity: 0.8;
		text-decoration: none;
	}

	.p-theme__lnav-img {
		display: block;
		margin: 0 auto 18px;
	}

	.p-theme__lnav-item:nth-child(1) .p-theme__lnav-img {
		max-width: 118px;
	}

	.p-theme__lnav-item:nth-child(2) .p-theme__lnav-img {
		max-width: 80px;
	}

	.p-theme__lnav-item:nth-child(3) .p-theme__lnav-img {
		max-width: 90px;
	}

	.p-theme__lnav-txt {
		display: block;
		font-size: 14px;
		font-weight: 700;
	}

	.p-theme__content {
		margin-top: -108px;
		padding-top: 108px;
	}

	.p-theme__content:not(:last-child) {
		margin-bottom: 50px;
	}

	.p-theme__title02 {
		margin-bottom: 16px;
		font-size: 18px;
		font-weight: 700;
		line-height: 50px;
	}

	.p-theme__title02--theme01 {
		padding-left: 86px;
		background: url(/svcsol/focus/iijmobile/images/icon_theme01.svg) no-repeat left center;
		background-size: auto 50px;
	}

	.p-theme__title02--theme02 {
		padding-left: 97px;
		background: url(/svcsol/focus/iijmobile/images/icon_theme02.svg) no-repeat left center;
		background-size: auto 50px;
	}

	.p-theme__title02--theme03 {
		padding-left: 78px;
		background: url(/svcsol/focus/iijmobile/images/icon_theme03.svg) no-repeat left center;
		background-size: auto 50px;
	}

	.p-theme_box-list {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
	}

	.p-theme_box-item {
		width: calc(458 / 940 * 100%);
		margin-top: 16px;
	}

	.p-theme_box-item:nth-child(-n + 2) {
		margin-top: 0;
	}

	.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: 84px;
		padding-right: 48px;
		padding-left: 24px;
		background: #F2F2F2 url(/svcsol/focus/iijmobile/images/icon_theme_triangle.svg) no-repeat left top;
		background-size: 16px auto;
		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: 16px 24px;
		background-color: #fff;
	}

	.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;
		line-height: 1.5;
		text-decoration: none;
	}

	.p-theme__accordion-desc-link:hover {
		opacity: 0.8;
		text-decoration: none;
	}

	/* アコーディオン内の別窓リンク */
	.p-theme__accordion-desc-item 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;
	}

	/* voice */
	.p-voice {
		padding-top: 70px;
		padding-bottom: 60px;
		background: #F8F5EC url(/svcsol/focus/iijmobile/images/bg_voice_pc.jpg) no-repeat center top;
		background-size: 100% auto;
	}

	.p-voice__inner {
		max-width: 1050px;
		margin: 0 auto;
		padding-right: 25px;
		padding-left: 25px;
	}

	.p-voice__title {
		margin-bottom: 30px;
	}

	.p-voice__txt {
		max-width: 500px;
		margin-bottom: 50px;
	}

	.p-voice__plan {
		width: 100%;
		margin-bottom: 45px;
	}

	.p-voice__plan-title {
		margin-bottom: 20px;
		font-size: 20px;
		font-weight: 700;
		text-align: center;
		line-height: 1;
	}

	.p-voice__plan-content {
		display: flex;
		justify-content: space-between;
		width: 100%;
		margin-bottom: 13px;
	}

	.p-voice__plan-box {
		position: relative;
		width: calc(490 / 1000 * 100%);
		padding: 25px calc(40 / 1000 * 100%) 16px;
		background-color: #fff;
	}

	.p-voice__plan-title02 {
		margin-bottom: 7px;
		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 {
		background-color: #4C9BA2;
	}

	.p-voice__plan-list {
		display: flex;
		justify-content: space-between;
		width: 100%;
		margin-bottom: 4px;
	}

	.p-voice__plan-item {
		width: calc(200 / 410 * 100%);
		padding: 6px calc(12 / 410 * 100%) 12px;
		background-color: #E6E6E6;
		border-radius: 5px;
		font-size: 20px;
		font-weight: 700;
		text-align: center;
		line-height: 1.25;
	}

	.p-voice__plan-txt-s {
		font-size: 14px;
	}

	.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: -28px;
		left: -25px;
		width: 90px;
		height: auto;
	}

	.p-voice__note {
		font-size: 13px;
	}

	.p-voice__contact {
		display: flex;
		justify-content: space-between;
		background-color: #fff;
		margin-bottom: 50px;
		padding: 20px calc(35 / 1000 * 100%) 38px;
	}

	.p-voice__contact-box:nth-child(1) {
		width: calc(606 / 930 * 100%);
	}

	.p-voice__contact-box:nth-child(2) {
		width: calc(288 / 930 * 100%);
	}

	.p-voice__contact-title {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 15px;
		padding-bottom: 14px;
		border-bottom: 1px solid #999999;
		font-size: 20px;
		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 {
		display: flex;
		justify-content: space-between;
	}

	.p-voice__contact-content01 .p-voice__contact-wrap {
		width: calc(288 / 606 * 100%);
	}

	.p-voice__contact-content02 .p-voice__contact-wrap {
		width: 100%;
	}

	.p-voice__contact-txtbox {
		margin-bottom: 13px;
	}

	.p-voice__contact-txt01 {
		margin-bottom: 7px;
		font-size: 18px;
	}

	.p-voice__contact-txt01--emphasis {
		font-weight: 700;
	}

	.p-voice__contact-txt02 {
		font-size: 13px;
		line-height: 1.5;
	}

	.p-voice__more {
		text-align: center;
	}

	.p-voice__more-txt {
		margin-bottom: 12px;
		font-size: 16px;
		font-weight: 700;
	}

	/* webconference */
	.p-webconference {
		padding-top: 65px;
		padding-bottom: 70px;
		background: #E3E8E6 url(/svcsol/focus/iijmobile/images/bg_webconference_pc.png) no-repeat center top;
		background-size: 100% auto;
	}

	.p-webconference__inner {
		max-width: 1040px;
		margin: 0 auto;
		padding-right: 20px;
		padding-left: 20px;
	}

	.p-webconference__title {
		max-width: 446px;
		margin-bottom: 10px;
		margin-left: 50%;
	}

	.p-webconference__txt01 {
		max-width: 500px;
		margin-bottom: 32px;
		margin-left: 50%;
		font-size: 24px;
		font-weight: 700;
	}

	.p-webconference__txt02 {
		max-width: 500px;
		margin-bottom: 60px;
		margin-left: 50%;
		font-size: 16px;
		line-height: 1.75;
	}

	.p-webconference__card {
		display: flex;
		justify-content: space-between;
		margin-bottom: 50px;
	}

	.p-webconference__card-item {
		width: calc(320 / 1000 * 100%);
		padding: 16px calc(30 / 1000 * 100%) 30px;
		background-color: #fff;
		border-top: 5px solid #4C9BA2;
	}

	.p-webconference__card-title {
		font-size: 20px;
		font-weight: 700;
		line-height: 1.45;
		text-align: center;
	}

	.p-webconference__card-img {
		display: block;
		margin: 0 auto 20px;
	}

	.p-webconference__more {
		margin-bottom: 80px;
		text-align: center;
	}

	.p-webconference__more-txt {
		margin-bottom: 14px;
		font-size: 16px;
		font-weight: 700;
	}

	.p-webconference__contact {
		position: relative;
		margin-bottom: 40px;
		padding: 50px;
		text-align: center;
	}

	.p-webconference__contact::after {
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		width: 100%;
		height: 100%;
		background-color: #D3DBD8;
	}

	.p-webconference__contact-img01 {
		position: absolute;
		top: -134px;
		left: 89px;
		width: 92px;
		height: 180px;
	}

	.p-webconference__contact-img02 {
		position: absolute;
		top: -127px;
		right: 89px;
		width: 76px;
		height: 166px;
	}

	.p-webconference__contact-txt {
		position: relative;
		margin-bottom: 19px;
		font-size: 18px;
		font-weight: 700;
		z-index: 1;
	}

	.p-webconference__contact-btn {
		position: relative;
		display: block;
		margin: 0 auto;
		z-index: 1;
	}

	.p-webconference .c-slide::before {
		background: linear-gradient(90deg, #e3e8e6 0%, rgba(227, 232, 230, 0) 100%);
	}

	.p-webconference .c-slide::after {
		background: linear-gradient(-90deg, #e3e8e6 0%, rgba(227, 232, 230, 0) 100%);
	}

	/* lotm2m */
	.p-lotm2m {
		padding-top: 80px;
		padding-bottom: 80px;
		background: #E6E7F2 url(/svcsol/focus/iijmobile/images/bg_lotm2m_pc.jpg) no-repeat center top;
		background-size: 100% auto;
	}

	.p-lotm2m__inner {
		max-width: 1040px;
		margin: 0 auto;
		padding-right: 20px;
		padding-left: 20px;
	}

	.p-lotm2m__title {
		margin-bottom: 20px;
	}

	.p-lotm2m__txt01 {
		max-width: 500px;
		margin-bottom: 32px;
		font-size: 24px;
		font-weight: 700;
	}

	.p-lotm2m__txt02 {
		max-width: 500px;
		margin-bottom: 50px;
		font-size: 16px;
		line-height: 1.75;
	}

	.p-lotm2m__card {
		display: flex;
		justify-content: space-between;
		margin-bottom: 28px;
	}

	.p-lotm2m__card-item {
		width: calc(320 / 1000 * 100%);
		padding: 20px calc(30 / 1000 * 100%) 30px;
		background-color: #fff;
		border-top: 5px solid #468DC3;
	}

	.p-lotm2m__card-title {
		margin-bottom: 12px;
		font-size: 20px;
		font-weight: 700;
		line-height: 1.45;
		text-align: center;
	}

	.p-lotm2m__card-txt01 {
		margin-bottom: 20px;
		padding: 2px;
		color: #fff;
		background-color: #468DC3;
		font-size: 16px;
		font-weight: 700;
		text-align: center;
	}

	.p-lotm2m__more {
		margin-bottom: 60px;
		text-align: center;
	}

	.p-lotm2m__more-txt {
		margin-bottom: 12px;
		font-size: 16px;
		font-weight: 700;
	}

	.p-lotm2m__contact {
		position: relative;
		/* margin-bottom: 40px; */
		padding: 50px;
		text-align: center;
	}

	.p-lotm2m__contact::after {
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.07);
	}

	.p-lotm2m__contact-txt {
		position: relative;
		margin-bottom: 19px;
		font-size: 18px;
		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: 70px;
		text-align: center;
	}

	.p-lotm2m__caselist-btn {
		margin-bottom: 14px;
	}

	.p-lotm2m__caselist-txt {
		font-size: 16px;
	}

	/* info */
	.p-info {
		padding-top: 90px;
		padding-bottom: 100px;
	}

	.p-info__inner {
		max-width: 1000px;
		margin: 0 auto;
		padding-right: 25px;
		padding-left: 25px;
	}

	.p-info__title {
		margin-bottom: 22px;

	}

	.p-info__list {
		width: 100%;
		border-top: 1px solid #ddd;
	}

	.p-info__list-box {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		border-bottom: 1px solid #ddd;
		padding: 14px 20px;
	}

	.p-info__list-date {
		min-width: 130px;
		font-size: 14px;
	}

	.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;
	}
}

@media print,
screen and (max-width: 950px) {
	.c-lnav__inner {
		min-width: inherit;
		justify-content: flex-start;
		padding-right: 20px;
		padding-left: 20px;
		overflow-x: auto;
		white-space: nowrap;
	}
}

/*#########################################################

print.css読み込み

#########################################################*/
@media print and (min-width: 100px) {

	.c-header,
	.c-header__inner,
	.c-footer {
		width: 100%;
		min-width: 100%;

		text-align: center;
	}

	.c-header .c-header__inner {
		width: 100%;
		margin: 0 auto;

		text-align: center;
	}

	.c-header__title {
		text-align: center;
	}

	.c-btn {
		border: 1px solid #ccc;
	}

	.c-btn02 {
		border: 1px solid #ccc;
	}
}
