@charset "Shift_JIS";

#ideco {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	color: #424242;
}
#ideco img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
#ideco a {
	color: #E5003E;
	text-decoration: underline;
}
#ideco .button {
	background: #E5003E;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	display: block;
	padding: 14px 0;
	border-radius: 4px;
	text-decoration: none;
}
#ideco .pc-only {
	display: none;
}
@media only screen and (min-width: 768px) {
#ideco a:hover {
	text-decoration: none;
}
#ideco .button {
	font-size: 20px;
	padding: 20px 0;
	border-radius: 8px;
	line-height: 1;
}
#ideco .sp-only {
	display: none;
}
#ideco .pc-only {
	display: block;
}
}

#ideco .header {
	background: #fff;
	border-bottom: 1px solid #d2d2d2;
	padding: 4px 20px 8px;
}
#ideco .header h1 {
	width: 115px;
	line-height: 24px;
	margin: 0;
}
@media only screen and (min-width: 768px) {
	#ideco .header {
		padding-top: 7px;
		padding-bottom: 14px;
	}
	#ideco .header h1 {
		width: 172px;
		line-height: 36px;
	}
}

#ideco main {
	background: #F7F7F7;
}

#ideco .main {
	padding: 20px 20px 0;
}
#ideco .main h1 {
	margin: 0;
}
#ideco .main ul {
	list-style: none;
	margin: -24px 0 6px;
	padding: 0;
	position: relative;
	height: 130px;
}
#ideco .main li {
	width: 124px;
	position: absolute;
	cursor: pointer;
}
#ideco .main li:first-child {
	left: -10px;
}
#ideco .main li:nth-child(2) {
	left: calc(50% - 62px);
}
#ideco .main li:last-child {
	right: -10px;
}
#ideco .main__subtitle {
	text-align: center;
	line-height: 1;
	margin-bottom: 9px;
}
#ideco .main__title {
	text-align: center;
	line-height: 1;
}
#ideco .main__btnWrap {
	background: #fff;
	box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.12);
	border-radius: 12px;
	padding: 16px 20px;
	margin: 16px 0 32px;
}
#ideco .main__campaign {
	background: #fff;
	padding: 16px 24px 20px;
}
#ideco .main__campaign p {
	font-size: 12px;
	line-height: 18px;
}
#ideco .main .js-mainte {
	margin-top: 24px;
	margin-bottom: 24px;
}
#ideco.ideco-docomo .main {
	position: relative;
	padding-top: 50px;
}
#ideco.ideco-docomo .main__dpoint {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 40px;
}
#ideco.ideco-docomo .main ul {
	margin-top: 0;
}
#ideco.ideco-docomo .main__btnWrap {
	margin-bottom: 18px;
}
@media only screen and (min-width: 768px) {
#ideco .main {
	padding: 20px 0 0;
}
#ideco .main h1 {
	width: 840px;
	margin: 0 auto;
}
#ideco .main ul {
	margin: -50px auto 0;
	height: 198px;
	width: 564px;
}
#ideco .main li {
	width: 198px;
	position: absolute;
}
#ideco .main li:first-child {
	left: -10px;
}
#ideco .main li:nth-child(2) {
	left: calc(50% - 99px);
}
#ideco .main li:last-child {
	right: -10px;
}
#ideco .main__fullTitle {
	text-align: center;
	margin: 12px 0 32px;
}
#ideco .main__btnWrap {
	box-shadow: 0 -4px 12px rgba(0,0,0,0.08);
	border-radius: 0;
	padding: 15px 0;
	margin: 0;
}
#ideco .main__btnWrap .button {
	width: 480px;
	margin: 0 auto;
}
#ideco .main__campaign {
	width: 720px;
	margin: 64px auto 0;
	border-radius: 8px;
	padding: 16px 60px;
}
#ideco .main__campaign p {
	font-size: 16px;
	line-height: 28px;
}
#ideco .main .js-mainte {
	width: 720px;
	margin: 24px auto;
}
#ideco.ideco-docomo .main {
	padding-top: 40px;
}
#ideco.ideco-docomo .main h1 {
	width: 945px;
}
#ideco.ideco-docomo .main__dpoint {
	width: 70px;
	left: calc(50% + 472px - 70px - 17px);
	top: 20px;
}
#ideco.ideco-docomo .main__btnWrap {
	margin-bottom: 0;
}
#ideco.ideco-docomo .main ul {
	margin-top: -90px;
}
}

#ideco .comic {
	background: #F9F4A0;
	padding: 32px 0 24px;
	overflow: hidden;
}
#ideco .comic h2 {
	width: 340px;
	margin: 0 auto 12px;
	line-height: 1;
}
#ideco .comic__description {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	color: #212121;
}
#ideco .comic__preview {
	overflow-x: scroll;
	margin: 0 0 8px 0;
}
#ideco .comic__preview::-webkit-scrollbar {
	display: none;
}
#ideco .comic__preview ul {
	width: calc(225px * 7 + 12px * 6);
	display: flex;
	justify-content: space-between;
	box-sizing: content-box;
	padding: 0 20px;
}
#ideco .comic__preview li {
	list-style: none;
	width: 225px;
	border: 2px solid #000;
}
#ideco .comic__stories {
	margin: 0 20px;
}
#ideco .comic__stories li {
	list-style: none;
	border-bottom: 1px solid #ECE66E;
}
#ideco .comic__stories li a {
	color: #212121;
	text-decoration: none;
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	font-size: 14px;
	padding: 8px 0;
}
#ideco .comic__stories li img {
	display: block;
	width: 75px;
	max-width: 75px;
	height: 42px;
}
#ideco .comic__stories li a div {
	width: 100%;
}
#ideco .comic__title {
	font-weight: bold;
}
@media only screen and (min-width: 768px) {
#ideco .comic {
	padding: 48px 0 64px;
}
#ideco .comic h2 {
	width: 720px;
	margin-bottom: 16px;
}
#ideco .comic__description {
	font-size: 18px;
	margin-bottom: 32px;
}
#ideco .comic__stories {
	width: 1080px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#ideco .comic__stories li {
	background: #fff;
	border-radius: 16px;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.08);
	width: 340px;
	overflow: hidden;
}
#ideco .comic__stories li a {
	display: block;
	padding: 0;
}
#ideco .comic__stories li img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
#ideco .comic__stories li a div {
	padding: 16px 20px;
}
#ideco .comic__number,
#ideco .comic__title {
	display: inline;
	font-size: 16px;
}
#ideco .comic__number {
	margin-right: 0.2em;
}
}

#ideco .merit {
	padding: 32px 20px;
}
#ideco .merit h2 {
	width: 306px;
	margin: 0 auto 28px;
	line-height: 1;
}
#ideco .merit ol {
	list-style: none;
	margin-bottom: 32px;
}
#ideco .merit ol li {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.09);
	margin-bottom: 12px;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: space-between;
	padding: 4px 20px 4px 24px;
}
#ideco .merit__img {
	width: 100px;
	height: 100px;
}
#ideco .merit ol li h3 {
	line-height: 1;
	margin-bottom: 12px;
}
#ideco .merit__article {
	background: #fff;
	padding: 12px 20px 17px;
	margin: 0;
}
#ideco .merit .merit__article {
	margin-left: -20px;
	margin-right: -20px;
}
#ideco .merit__article h3 {
	width: 275px;
	margin: 0 auto 6px;
}
#ideco .merit__article ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
}
#ideco .merit__article li {
	width: 157px;
}
#ideco .merit__article a {
	text-decoration: underline;
	color: #000;
}
#ideco .merit__article img {
	border-radius: 4px;
}
#ideco .merit__article p {
	font-size: 12px;
	line-height: 20px;
	margin-top: 9px;
}
#ideco.ideco-docomo .merit {
	padding-top: 0;
}
#ideco.ideco-docomo .merit__article {
	margin-bottom: 34px;
}
#ideco .merit__link {
	text-align: center;
	margin: 0 auto;
	max-width: 640px;
}
#ideco .merit__link p {
	margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
#ideco .merit h2 {
	width: 837px;
	margin-bottom: 40px;
	padding-top: 40px;
}
#ideco .merit ol {
	display: flex;
	width: 1080px;
	margin: 0 auto 40px;
	justify-content: space-between;
}
#ideco .merit ol li {
	display: block;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.12);
	border-radius: 16px;
	width: 340px;
	text-align: center;
	padding: 10px 0 24px;
}
#ideco .merit__img {
	width: 220px;
	height: auto;
	margin: 0 auto;
}
#ideco .merit__article {
	width: 960px;
	margin: 0 auto;
	border: 1px solid #EDEDED;
	border-radius: 16px;
	padding: 20px 60px 30px;
}
#ideco .merit .merit__article {
	margin-left: auto;
	margin-right: auto;
}
#ideco .merit__article h3 {
	width: 401px;
	margin: 0 auto 20px;
}
#ideco .merit__article li {
	width: 410px;
	background: #F7F7F7;
	border-radius: 8px;
}
#ideco .merit__article a {
	display: flex;
	align-items: flex-start;
}
#ideco .merit__article a:hover {
	text-decoration: none;
}
#ideco .merit__article li img {
	width: 180px;
	min-width: 180px;
	border-radius: 8px 0 0 8px;
}
#ideco .merit__article p {
	color: #424242;
	font-size: 16px;
	line-height: 24px;
	padding: 14px 25px 0;
	margin: 0;
}
#ideco.ideco-docomo .merit__article {
	margin-bottom: 60px;
}
}

#ideco .feature {
	padding: 32px 20px 0;
	margin-bottom: 32px;
}
#ideco .feature h2 {
	width: 196px;
	margin: 0 auto 28px;
	line-height: 1;
}
#ideco .feature ol {
	list-style: none;
}
#ideco .feature li {
	background: #fff;
	box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.12);
	border-radius: 12px;
	padding: 10px 10px 24px;
	margin-bottom: 12px;
}
#ideco .feature__content {
	padding: 0 10px;
}
#ideco .feature__content h3 {
	display: flex;
	align-items: center;
	margin: 12px 0;
}
#ideco .feature__content h3 img:first-child {
	width: 24px;
	margin-right: 12px;
}
#ideco .feature__content p {
	font-size: 12px;
	line-height: 22px;
}
#ideco.ideco-docomo .feature {
	padding-top: 0;
}
@media only screen and (min-width: 768px) {
#ideco .feature {
	padding: 60px 0 0;
	margin-bottom: 60px;
}
#ideco .feature h2 {
	width: 521px;
	margin-bottom: 40px;
}
#ideco .feature ol {
	width: 1080px;
	margin: 0 auto;
}
#ideco .feature li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 60px;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.12);
	border-radius: 16px;
	margin-bottom: 20px;
}
#ideco .feature li:first-child {
	flex-direction: row-reverse;
}
#ideco .feature__img {
	width: 300px;
	min-width: 300px;
}
#ideco .feature__content {
	width: 620px;
}
#ideco .feature__content h3 {
	margin: 0 0 28px;
}
#ideco .feature__content h3 img:first-child {
	width: 40px;
	margin-right: 30px;
}
#ideco .feature__content p {
	font-size: 18px;
	line-height: 32px;
}
#ideco.ideco-docomo .feature {
	padding-top: 20px;
	margin-bottom: 40px;
}
}

#ideco .point {
	padding: 32px 20px 40px;
}
#ideco .point h2 {
	position: relative;
	text-align: center;
	height: 87px;
	overflow: hidden;
}
#ideco .point h2 img:nth-child(3) {
	position: absolute;
	left: 0;
	top: 39px;
	width: 54px;
}
#ideco .point h2 img:nth-child(4) {
	position: absolute;
	right: 0;
	top: 45px;
	width: 57px;
}
#ideco .point__panel {
	background: #fff;
	padding: 20px 0 32px;
	box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.12);
	border-radius: 12px;
	position: relative;
}
#ideco .point__subCatch {
	padding: 0 20px;
	color: #E5003E;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 3px;
}
#ideco .point__catch {
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 12px;
	font-weight: bold;
	padding: 0 20px;
}
#ideco .point__dpoint {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 44px;
}
#ideco .point__content {
	margin-bottom: 20px;
	padding: 0 20px;
}
#ideco .point__content p {
	font-size: 12px;
	line-height: 22px;
}
#ideco .point__content p.point__note {
	font-size: 10px;
	line-height: 16px;
	margin-top: 16px;
}
#ideco .point__table {
	background: #f7f7f7;
	padding: 8px 16px;
	border-radius: 4px;
	margin: 0 20px 16px;
}
#ideco .point__table table {
	width: 100%;
}
#ideco .point__table th,
#ideco .point__table td {
	text-align: left;
	font-size: 10px;
	line-height: 1;
	color: #212121;
	padding: 8px 12px;
}
#ideco .point__table td {
	border-top: 1px solid #EDEDED;
}
#ideco .point__button {
	padding: 0 32px;
}
#ideco .point__detail p {
	font-size: 10px;
	line-height: 1;
	text-align: center;
}
#ideco .point__detail p:last-child {
	font-size: 12px;
	margin-top: 15px;
}
#ideco .point hr {
	border: none;
	border-bottom: 1px solid #ededed;
	margin: 24px 20px 30px;
}
#ideco .point__connect {
	text-align: center;
	margin: 12px 30px 0;
	background: #FCE5EC;
	border-radius: 4px;
	padding: 12px 0 16px;
}
#ideco .point__connect p:first-child {
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 8px;
}
#ideco .point__connect p:last-child {
	line-height: 1;
	font-size: 12px;
}
#ideco.ideco-docomo .point {
	padding-top: 20px;
}
@media only screen and (min-width: 768px) {
#ideco .point {
	padding: 50px 0;
}
#ideco .point h2 {
	width: 1080px;
	height: 164px;
	margin: 0 auto;
}
#ideco .point h2 picture {
	display: block;
	margin-bottom: 20px;
}
#ideco .point h2 img:nth-child(3) {
	left: 79px;
	top: 10px;
	width: 166px;
}
#ideco .point h2 img:nth-child(4) {
	right: 66px;
	top: 30px;
	width: 178px;
}
#ideco .point__panel {
	width: 1080px;
	margin: 0 auto;
	padding: 40px 80px 40px;
}
#ideco .point__subCatch {
	padding: 0;
	font-size: 16px;
	margin-bottom: 10px;
}
#ideco .point__catch {
	font-size: 24px;
	line-height: 1;
	margin: 0 0 30px;
	padding: 0;
}
#ideco .point__box {
	display: flex;
	justify-content: space-between;
}
#ideco .point__content {
	padding: 0;
	margin: 0;
}
#ideco .point__box .point__content {
	width: 365px;
}
#ideco .point__content p {
	font-size: 18px;
	line-height: 32px;
}
#ideco .point__content p.point__note {
	font-size: 12px;
	line-height: 20px;
	margin: 10px 0 0;
}
#ideco .point__detail {
	width: 480px;
}
#ideco p.point__button {
	margin: 30px auto 0;
	padding: 0;
	width: 320px;
}
#ideco .point__table {
	margin: 0;
	padding: 12px 40px;
	border-radius: 8px;
}
#ideco .point__table th,
#ideco .point__table td {
	font-size: 16px;
	padding: 12px 0;
}
#ideco .point__detail p {
	font-size: 14px;
}
#ideco .point__detail p:last-child {
	font-size: 14px;
	margin-top: 12px;
}
#ideco .point hr {
	margin: 40px 0;
}
#ideco .point__connect {
	width: 720px;
	margin: 20px auto 0;
	padding: 13px 0 12px;
	border-radius: 8px;
}
#ideco .point__connect p {
	display: inline-block;
}
#ideco .point__connect p:first-child {
	font-size: 14px;
	line-height: 1;
	margin-right: 18px;
}
#ideco .point__connect p:last-child {
	font-size: 14px;
	line-height: 1;
}
#ideco.ideco-docomo .point {
	padding-top: 50px;
}
}

#ideco .type {
	padding: 32px 20px;
	background: #fff;
}
#ideco .type h2 {
	width: 235px;
	margin: 0 auto 16px;
	line-height: 1;
}
#ideco .type__description {
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 22px;
	padding: 0 12px;
}
#ideco .type ul {
	list-style: none;
	background: #F7F7F7;
	border-radius: 16px;
	margin-bottom: 24px;
}
#ideco .type li {
	padding: 25px 20px;
	border-bottom: 1px solid #fff;
}
#ideco .type li:last-child {
	border-bottom: none;
}
#ideco .type__box {
	display: flex;
	justify-content: space-between;
	padding-bottom: 24px;
}
#ideco .type__box h3 {
	line-height: 1;
	margin-bottom: 8px;
}
#ideco .type__subTitle {
	font-size: 12px;
	line-height: 19px;
	margin-bottom: 8px;
}
#ideco .type__price {
	display: flex;
	margin-bottom: 2px;
}
#ideco .type__price img:first-child {
	width: 10px;
	margin-right: 4px;
}
#ideco .type__price img:nth-child(2) {
	width: 108px;
	margin-right: 4px;
}
#ideco .type__price img:last-child {
	width: 35px;
}
#ideco .type__img {
	width: 120px;
}
#ideco .type__portfolio {
	font-size: 10px;
}
#ideco .type li:first-child h3 {
	width: 107px;
}
#ideco .type li:nth-child(2) h3 {
	width: 150px;
}
#ideco .type li:nth-child(3) h3 {
	width: 130px;
}
#ideco .type li:nth-child(4) h3 {
	width: 79px;
}
#ideco .type__detail {
	display: none;
}
#ideco .type__detailBox {
	background: #fff;
	border-radius: 8px;
	text-align: center;
	padding: 20px;
}
#ideco .type__detail img {
	width: 180px;
}
#ideco .type__detail p {
	text-align: left;
	font-size: 14px;
	line-height: 28px;
	margin-top: 15px;
}
#ideco .type__button {
	padding: 0 12px;
	margin-bottom: 16px;
}
#ideco .type__link {
	text-align: center;
	font-size: 12px;
}
#ideco .type__footer {
	text-align: center;
	margin: 0 auto;
	max-width: 640px;
}
#ideco .type__footer p {
	margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
#ideco .type {
	padding: 60px 0;
}
#ideco .type h2 {
	width: 627px;
	margin-bottom: 26px;
}
#ideco .type__description {
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 50px;
	padding: 0;
	text-align: center;
}
#ideco .type ul {
	width: 960px;
	margin: 0 auto 40px;
	padding: 20px 0;
}
#ideco .type li {
	padding: 20px 100px;
}
#ideco .type__content {
	margin-top: 37px;
}
#ideco .type__img {
	width: 200px;
}
#ideco .type__box h3 {
	display: inline-block;
	margin: 0;
}
#ideco .type__subTitle {
	display: inline-block;
	margin: 0 0 0 4px;
	font-size: 16px;
	vertical-align: bottom;
}
#ideco .type__price {
	margin-top: 8px;
}
#ideco .type__price img:first-child {
	width: 26px;
	height: 96px;
	margin-right: 12px;
}
#ideco .type__price img:nth-child(2) {
	width: 314px;
	height: 96px;
	margin-right: 12px;
}
#ideco .type__price img:last-child {
	width: 96px;
	height: 96px;
}
#ideco .type li:first-child h3 {
	width: 183px;
}
#ideco .type li:nth-child(2) h3 {
	width: 248px;
}
#ideco .type li:nth-child(3) h3 {
	width: 220px;
}
#ideco .type li:nth-child(4) h3 {
	width: 135px;
}
#ideco .type__portfolio {
	font-size: 16px;
}
#ideco .type__portfolio a {
	text-decoration: none;
}
#ideco .type__portfolio img {
	display: inline-block;
	margin-left: 8px;
	position: relative;
	top: -2px;
}
#ideco .type__detailBox {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	padding: 20px 60px 20px 50px;
}
#ideco .type__detail p {
	font-size: 16px;
	line-height: 32px;
	width: 440px;
	margin: 0;
}
#ideco .type__button {
	padding: 0;
	width: 640px;
	margin: 0 auto 20px;
}
#ideco .type__link {
	font-size: 14px;
}
}

#ideco .flow {
	padding: 32px 20px 40px;
}
#ideco .flow h2 {
	text-align: center;
	line-height: 1;
	margin-bottom: 24px;
}
#ideco .flow h2 img:first-child {
	width: 275px;
	margin-bottom: 12px;
}
#ideco .flow h2 img:last-child {
	width: 192px;
}
#ideco .flow ol {
	list-style: none;
}
#ideco .flow li::after {
	content: "";
	background: url(./img/flow_arrow_sp.svg) no-repeat center center;
	background-size: 16px 8px;
	display: block;
	height: 8px;
	margin: 10px 0;
	text-align: center;
}
#ideco .flow li:last-child:after {
	display: none;
}
#ideco .flow__box {
	background: #fff;
	box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.12);
	border-radius: 12px;
	padding: 16px 0 16px 20px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
}
#ideco .flow__content {
	width: calc(100% - 116px);
}
#ideco .flow__content h3 {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 4px;
}
#ideco .flow__content p {
	font-size: 12px;
	line-height: 20px;
}
#ideco .flow__img {
	width: 116px;
}
@media only screen and (min-width: 768px) {
#ideco .flow {
	padding: 60px 0 70px;
}
#ideco .flow h2 {
	width: 512px;
	margin: 0 auto 40px;
}
#ideco .flow h2 img {
	display: block;
	margin: 0 auto;
}
#ideco .flow h2 img:first-child {
	width: 403px;
	margin-bottom: 16px;
}
#ideco .flow h2 img:last-child {
	width: 512px;
}
#ideco .flow ol {
	width: 1080px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#ideco .flow li {
	width: 240px;
	position: relative;
}
#ideco .flow li::after {
	background: url(./img/flow_arrow.svg) no-repeat center center;
	background-size: 15px 30px;
	width: 15px;
	height: 30px;
	margin: 0;
	position: absolute;
	right: -28px;
	top: 158px;
}
#ideco .flow__box {
	display: block;
	padding: 10px 10px 24px;
	height: 100%;
}
#ideco .flow__img {
	width: auto;
}
#ideco .flow__content {
	width: auto;
	padding: 0 10px;
}
#ideco .flow__content h3 {
	margin-bottom: 8px;
}
}

#ideco .faq {
	padding: 32px 20px;
	background: #fff;
}
#ideco .faq h2 {
	width: 140px;
	margin: 0 auto 20px;
	line-height: 1;
}
#ideco .faq ul {
	list-style: none;
	border-top: 1px solid #EDEDED;
	margin-bottom: 20px;
}
#ideco .faq li {
	border-bottom: 1px solid #EDEDED;
	padding: 12px 8px;
}
#ideco .faq__q {
	display: flex;
	align-items: center;
}
#ideco .faq__q img {
	width: 24px;
	margin-right: 12px;
}
#ideco .faq__q p {
	font-size: 14px;
	line-height: 21px;
	font-weight: bold;
	word-break: break-all;
	width: 240px;
}
#ideco .faq__a {
	/*display: none;*/
}
#ideco .faq__aBox {
	display: flex;
	align-items: flex-start;
	margin: 17px 0 0;
}
#ideco .faq__a p {
	font-size: 14px;
	line-height: 21px;
	width: 248px;
}
#ideco .faq__a img {
	width: 24px;
	margin-right: 12px;
}
#ideco .faq__other {
	text-align: center;
	font-size: 14px;
}
@media only screen and (min-width: 768px) {
#ideco .faq {
	padding: 50px 0;
}
#ideco .faq h2 {
	width: 279px;
	margin-bottom: 40px;
}
#ideco .faq ul {
	width: 960px;
	margin: 0 auto 24px;
}
#ideco .faq li {
	padding: 15px 20px 15px 0;
}
#ideco .faq__q {
	background-size: 17px 17px;
}
#ideco .faq__q p {
	width: 850px;
	font-size: 18px;
	padding-top: 2px;
}
#ideco .faq__q img {
	width: 36px;
	margin-right: 21px;
}
#ideco .faq__aBox {
	margin-top: 20px;
}
#ideco .faq__a p {
	font-size: 18px;
	line-height: 27px;
	width: 850px;
	padding-top: 5px;
}
#ideco .faq__a img {
	width: 36px;
	margin-right: 21px;
}
#ideco .faq__button {
	width: 640px;
	margin: 0 auto;
}
}

#ideco .contact {
	padding: 32px 20px;
	background: #fff;
}
#ideco .contact h2 {
	width: 156px;
	margin: 0 auto 20px;
	line-height: 1;
}
#ideco .contact__content {
	background: #F7F7F7;
	border-radius: 16px;
	padding: 20px;
}
#ideco .contact__content p {
	font-size: 13px;
	line-height: 24px;
}
#ideco .contact__content p small {
	font-size: 10px;
	line-height: 18px;
	margin-top: 6px;
	display: block;
}
#ideco .contact__content p:first-child {
	border-bottom: 1px solid #EDEDED;
	padding-bottom: 12px;
	margin-bottom: 8px;
}
#ideco .contact__content a {
	color: #424242;
	text-decoration: none;
}
@media only screen and (min-width: 768px) {
#ideco .contact {
	padding: 60px 0;
}
#ideco .contact h2 {
	width: 311px;
	margin-bottom: 32px;
}
#ideco .contact__content {
	width: 1080px;
	margin: 0 auto;
	padding: 35px 60px;
}
#ideco .contact__content p {
	font-size: 18px;
	line-height: 27px;
}
#ideco .contact__content p:first-child {
	margin-bottom: 20px;
}
#ideco .contact__content p small {
	font-size: 12px;
	line-height: 20px;
	margin-top: 15px;
}
}

#ideco .attention {
	padding: 48px 20px;
}
#ideco .attention h2 {
	width: 100px;
	margin: 0 auto 20px;
	line-height: 1;
}
#ideco .attention h3 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-bottom: 24px;
}
#ideco .attention p {
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 48px;
}
#ideco .attention p:last-child {
	margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
#ideco .attention {
	padding: 60px 0;
}
#ideco .attention h2 {
	width: 200px;
	margin-bottom: 40px;
}
#ideco .attention h3 {
	width: 944px;
	font-size: 14px;
	line-height: 28px;
	margin: 0 auto 28px;
}
#ideco .attention p {
	width: 944px;
	font-size: 14px;
	line-height: 28px;
	margin: 0 auto 56px;
}
}

#ideco .text-bg-tile {
	background: url(https://www.smbcnikko.co.jp/common/img/bg_pattern_square_001.gif) 0 0;
	margin: 50px 10px 0;
}
#ideco .snsarea {
	display: flex;
	justify-content: space-between;
	list-style: none;
	padding: 20px 0;
	width: 280px;
	margin: 0 auto;
}
#ideco .snsarea li {
	width: 40px;
	height: 40px;
}
#ideco #popfooter {
	font-family: Meiryo,"メイリオ","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Helvetica,sans-serif;
	clear: both;
	position: relative;
	width: 100%;
	margin: 0;
	font-size: 62.5%;
}
#ideco #popfooter #footer-copyright {
	background: #fff;
}
#ideco #popfooter #footer-copyright .footer-copyright-inner {
	padding: 20px 0 80px;
	border-top: 3px solid #e6003e;
}
#ideco #popfooter #footer-copyright .footer-anchor-text {
	padding: 0 10px;
	font-size: 14px;
}
#ideco #popfooter #footer-copyright .footer-anchor-text a {
	padding: 0 0 0 15px;
	background: url(https://www.smbcnikko.co.jp/common/img/ico_arrow_red_m.png) no-repeat 0 0.2em;
	color: #015ed0;
	text-decoration: none;
	outline: none;
}
#ideco #popfooter #footer-copyright .footer-copyright-text {
	padding: 15px;
	background: #f3f3f3;
	margin-top: 15px;
}
#ideco #popfooter #footer-copyright .footer-copyright-text p {
	font-size: 12px;
	line-height: 1.8;
}
#popfooter #footer-copyright .footer-copyright-text .footer-copyright-text01 {
	font-size: 14.4px;
	display: block;
	font-weight: bold;
}
@media only screen and (min-width: 768px) {
#ideco .text-bg-tile {
	width: 950px;
	margin: 50px auto 0;
}
#ideco .popfooter-pagetop {
	width: 950px;
	margin: 40px auto 0;
	text-align: right;
}
#ideco .popfooter-pagetop p {
	display: flex;
	justify-content: flex-end;
}
#ideco .popfooter-pagetop a {
	display: block;
	overflow: hidden;
	width: 52px;
	height: 42px;
	border-radius: 6px 6px 0 0;
	border-bottom: none;
	background: #e6003e url(https://www.smbcnikko.co.jp/common/img/ico_pagetop_001.png) no-repeat 20px center;
	color: #FFF;
	font-size: 1.6em;
	text-align: center;
	line-height: 44px;
	text-decoration: none;
	text-indent: 15px;
}
#ideco #popfooter {
	width: 950px;
	margin: 0 auto;
}
#ideco #popfooter #footer-copyright .footer-copyright-inner {
	display: flex;
	justify-content: space-between;
	padding-top: 25px;
	padding-bottom: 120px;
}
#ideco #popfooter #footer-copyright .footer-anchor-text {
	font-size: 12px;
	padding: 0;
}
#ideco #popfooter #footer-copyright .footer-copyright-text {
	background: transparent;
	min-width: 600px;
	text-align: right;
	padding: 0;
	margin: 0;
}
#popfooter #footer-copyright .footer-copyright-text .footer-copyright-text01 {
	display: inline;
	font-weight: normal;
	font-size: 12px;
}
#ideco #popfooter #footer-copyright .footer-copyright-text p {
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 10px;
}
}

#ideco .cta {
	background: #fff;
	box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.12);
	padding: 16px 40px;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	display: none;
}
@media only screen and (min-width: 768px) {
#ideco .cta {
	box-shadow: 0 -4px 12px rgba(0,0,0,0.08);
	padding: 15px;
}
#ideco .cta .button {
	width: 480px;
	margin: 0 auto;
}
}

/* Modal */
body.noScroll {
	overflow-y: hidden;
}
#ideco .modal__overlay {
	display: block;
	background: rgba(0,0,0,0.5);
	position: fixed;
	top: -5000px;
	right: -5000px;
	bottom: -5000px;
	left: -5000px;
	z-index: 10000;
	pointer-events: none;
	transition: all 0.1s ease-in-out;
	opacity: 0;
}
#ideco .modal__overlay.isOpen {
	pointer-events: auto;
	opacity: 1;
}
#ideco .modal__wrapper {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	overflow: auto;
	text-align: center;
	padding: 10px 10px 0;
}
#ideco .modal__wrapper--short {
	display: flex;
	align-items: center;
}
#ideco .modal__wrapper:after {
	display: inline-block;
	margin-left: -0.05em;
	content: "";
}
#ideco .modal,
#ideco .modal__wrapper:after {
	vertical-align: middle;
}
#ideco .modal {
	display: inline-block;
	position: relative;
	z-index: 10001;
	margin: 0 auto 10px;
	backface-visibility: hidden;
}
#ideco .modal__header {
	position: relative;
	background-color: #ededed;
	padding: 14px 38px 14px 15px;
	bottom: -1px;
}
#ideco .modal__title {
	text-align: center;
	font-size: 18px;
}
#ideco .modal__close {
	position: absolute;
	top: 50%;
	right: 5px;
	left: auto;
	transform: translateY(-50%);
	color: #666;
	display: block;
	overflow: visible;
	width: 35px;
	height: 35px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	transition: color 0.2s;
	text-decoration: none;
	border: 0;
	outline: 0;
	background: transparent;
}
#ideco .modal__close:hover {
	cursor: pointer;
}
#ideco .modal__close::after {
	content: "\00d7";
	font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
	font-size: 25px;
	line-height: 35px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 35px;
	text-align: center;
}
#ideco .modal__content {
	padding: 40px 30px;
	font-size: 13px;
	line-height: 1.75;
	background: #fff;
	text-align: left;
}
#ideco .modal__content ul {
	list-style: none;
}
#ideco .modal__content ul li {
	padding-left: 2em;
	text-indent: -2em;
	line-height: 1.75;
}
#ideco .modal__content ol {
	padding-left: 1.2em;
	margin-top: 14px;
}
#ideco .modal__content p {
	margin-top: 16px;
}
#ideco .modal__content b {
	font-size: 14px;
}
#ideco .modal__content a {
	color: var(--docomo-color);
}
#ideco .modal__notes {
	margin-top: 24px;
}
#ideco .modal__note {
	font-size: 0.875em;
}
#ideco .modal__table {
	width: 100%;
	background: #EDEDED;
	text-align: center;
	border-collapse: collapse;
	margin: 17px auto 25px;
}
#ideco .modal__table th {
	background-color: var(--main-color);
	color: #fff;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.75;
	padding: 4px;
	position: relative;
}
#ideco .modal__table th  span{
	font-size: 0.6em;
	vertical-align: super;
}
#ideco .modal__table tr:not(:first-of-type) {
	border-top: 1px solid #fff;
}
#ideco .modal__table th:not(:first-of-type):before {
	content: '';
	display: block;
	background: var(--main-color);
	height: 10px;
	width: 1px;
	position: absolute;
	top: 0;
	left: -1px;
}
#ideco .modal__table th:not(:first-of-type),
#ideco .modal__table td:not(:first-of-type) {
	border-left: 1px solid #fff;
}
#ideco .modal__table td {
}
#ideco .modal__tableDataWithIcon {
	padding: 13px 0 10px;
}
#ideco .modal__tableIcon {
	width: 35px;
	height: 35px;
	margin: 0 auto 2px;
}

@media only screen and (min-width: 768px) {
	#ideco .modal {
		width: 720px;
	}
	#ideco .modal__content {
		font-size: 16px;
	}
	#ideco .modal__table {
		margin: 24px auto;
	}
	#ideco .modal__content p {
		margin-top: 11px;
	}
	#ideco .modal__tableDataWithIcon {
		padding: 13px 0 6px;
	}
	#ideco .modal__notes {
		margin-top: 36px;
	}
}