@charset "UTF-8";

/* --------------------------------------------------------------------

	電子ペーパーサポート情報　CSS　V1.0

-------------------------------------------------------------------- */
/* ------------------------------------------------------

	common / サポート配下共通

------------------------------------------------------ */
.SUPcontents_section {
	width: 90%;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}

/*---------- リセット ----------*/
.SUPcontents_section a:link { color: #003399; }
.SUPcontents_section a:visited { color: #660099; }
.SUPcontents_section a:active { color: #cc3300; }
.SUPcontents_section a:hover { 	color: #cc3300; text-decoration: underline; }
.SUPcontents_section a:not([href]) { color: inherit; text-decoration: none; }

@media only screen and (max-width: 767px) {
	.footer { margin-top: 50px; }
}

@media only screen and (min-width: 768px) {
	.footer { margin-top: 100px; }
}

@media only screen and (max-width: 767px) {
	.forPC { display: none; }
}

/*----------  Parts ----------*/
.textNotice { color: #bb0000; }
.textCenter { text-align: center; }
.textRight { text-align: right; }
.textLeft { text-align: left; }
.textBig { font-size: 120%; }
.textSmall { font-size: 90%; }
.textSmall1 { font-size: 80%; }
.textSmall2 { font-size: 70%; }
.textBold {	font-weight: 500; }
.textnormal { font-weight: normal; }
.inner { margin: 1em 10px 10px; }
.textInner { margin: 5px 5px 0; }
.fjred { color: #b00 !important; }
.blue { color: #0000CC !important; }
.mt00 { margin-top: 0 !important; }
.mr00 { margin-right: 0 !important; }
.mb00 { margin-bottom: 0 !important; }
.ml00 { margin-left: 0 !important; }
.mt05 { margin-top: 0.5em !important; }
.mr05 { margin-right: 0.5em !important; }
.mb05 { margin-bottom: 0.5em !important; }
.ml05 { margin-left: 0.5em !important; }
.mt10 { margin-top: 1em !important; }
.mr10 { margin-right: 1em !important; }
.mb10 { margin-bottom: 1em !important; }
.ml10 { margin-left: 1em !important; }
.mt15 { margin-top: 1.5em !important; }
.mr15 { margin-right: 1.5em !important; }
.mb15 { margin-bottom: 1.5em !important; }
.mb40 { margin-bottom: 4em !important; }
.ml15 { margin-left: 1.5em !important; }
.mt20 { margin-top: 2em !important; }
.mr20 { margin-right: 2em !important; }
.mb20 { margin-bottom: 2em !important; }
.ml20 { margin-left: 2em !important; }
.mt25 { margin-top: 2.5em !important; }
.mr25 { margin-right: 2.5em !important; }
.mb25 { margin-bottom: 2.5em !important; }
.ml25 { margin-left: 2.5em !important; }
.mt30 { margin-top: 3em !important; }
.mr30 { margin-right: 3em !important; }
.mb30 { margin-bottom: 3em !important; }
.ml30 { margin-left: 3em !important; }
.mt50 { margin-top: 5em !important; }
.mr10p { margin-right: 10px !important; }
.pl10	{ padding-left: 1em!important; }
.pr10	{ padding-right: 1em!important; }
strong { font-weight: 500; }

img.icon {
	vertical-align: middle;
	margin-right: 0.5em;
}
.kome {
	text-indent: -1.3em;
	padding-left: 1.3em;
}
.w80p {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 767px) {
	.w80p {
		width: 100%;
	}
}

/*----------  共有アイコンcss ----------*/
.vmiddle {
	vertical-align: middle;
}

img.bordernone {
	border-style: none;
}

.new-window img {
	margin-left: 5px;
}

/*----------  Header ----------*/
h1.DL span {
	display: block;
	margin-top: 0.5em;
	font-size: 80%;
}

/*.SUPcontents_section .supheader {
	line-height: 1.5;
	font-weight: 300;
}*/

.SUPcontents_section h2.supheader {
	text-align: center;
	margin-bottom: 1.86em;
}
.SUPcontents_section h2.supheader span {
    display: inline-block;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 47px;
    letter-spacing: 0.03em;
    font-weight: 500;
    padding: 0 20px 35px;
    position: relative;
}
.SUPcontents_section h2.supheader span:after {
    content: "";
    display: block;
    width: 300px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 150px);
    background: #707070;
}
@media only screen and (max-width: 1023px) {
	.SUPcontents_section h2.supheader span {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 36px;
		padding: 0 10px 20px;
		letter-spacing: 0;
		display: block;
	}
	.SUPcontents_section h2.supheader span:after {
		width: 260px;
		left: calc(50% - 130px);
	}
}

/*----------  p ----------*/
.SUPcontents_section p {
	margin-bottom: 1em;
	line-height: 2;
}

/*----------  Nav ----------*/
.SUPcontents_section .SUPcntNav {
	max-width: 768px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}

.SUPcontents_section .SUPcntNav ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
	padding-left: 0em;
}

.SUPcontents_section .SUPcntNav ul li {
	-ms-flex-preferred-size: 48%;
	flex-basis: 48%;
	margin-right: 1em;
	margin-bottom: 1em;
}

.SUPcontents_section .SUPcntNav ul li:nth-child(2n+0) {
	margin-right: 0;
}

.SUPcontents_section .SUPcntNav ul li a {
	display: block;
	font-size: 18px;
	color: #807560 !important;
	text-decoration: none !important;
	border: 2px solid #807560;
	padding: 0.8em 1.8em 0.8em 0.8em;
	border-radius: 30px;
	background: #fff url("../images/icon-navarrow_off.png") no-repeat scroll 96% center;
	background-size: 14px 23px;
}

.SUPcontents_section .SUPcntNav ul li a:hover {
	color: #fff !important;
	background: #807560 url("../images/icon-navarrow_on.png") no-repeat scroll 96% center;
	background-size: 14px 23px;
}

@media only screen and (max-width: 767px) {
	.SUPcontents_section .SUPcntNav ul li {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-right: 0;
		margin-bottom: 0.5em;
	}

	.SUPcontents_section .SUPcntNav ul li a {
		font-size: 15px;
		line-height: 1.5;
		padding: 0.5em 1.8em 0.5em 1.0em;
	}
}

/*----------  Nav ----------*/
.SUPcontents_section .forSUPindex {
	margin: 0 1em;
	text-align: right;
}

.SUPcontents_section .forSUPindex ul li a {
	position: relative;
	display: inline-block;
	border: 1px solid #9B9B9B;
	border-radius: 30px;
	color: #363636;
	background: #fff;
	padding: 15px 40px;
	line-height: 1.5;
	text-decoration: none !important;
}
.SUPcontents_section .forSUPindex ul li a::before {
	position: absolute;
	top: 50%;
	right: 16px;
	display: inline-block;
	content: '';
	width: 8px;
	height: 8px;
	border-top: 2px solid #9B9B9B;
	border-right: 2px solid #9B9B9B;
	vertical-align: middle;
	transform: rotate(45deg) translateX(-50%);
}

@media only screen and (max-width: 767px) {
	.forSUPindex ul {
		text-align: center;
	}
}

/*----------  supporttoplink ----------*/
.btn_page_link_area {
	width: 90%;
	margin-top: 48px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}

.btn_page_link {
	position: relative;
	display: inline-block;
	border: 1px solid #9B9B9B;
	border-radius: 30px;
	color: #363636;
	background: #fff;
	padding: 15px 40px;
	line-height: 1.5;
	text-decoration: none !important;
}

.btn_page_link::before {
	position: absolute;
	top: 50%;
	right: 16px;
	display: inline-block;
	content: '';
	width: 8px;
	height: 8px;
	border-top: 2px solid #9B9B9B;
	border-right: 2px solid #9B9B9B;
	vertical-align: middle;
	transform: rotate(45deg) translateX(-50%);
}

/*----------  supcntBlock ----------*/
div.supcntBlock {
	margin-bottom: 80px;
	text-align: left;
}

div.supcntBlock:last-child {
	margin-bottom: 0;
}

/*----------  ボタンエリア設定 ----------*/
.btn_supnotice_more_area {
	text-align: center;
	margin-top: 56px;
}

.btn_inflow_area {
	margin: 0.8em 0.8em 0.8em 1.6em;
}

@media (max-width: 800px) {
	.btn_inflow_area	{ margin-left: 0; }
}
.btn_insite_area {
	text-align: center;
	margin: 0.5em 0.5em 0.5em 1.6em;
}

/*----------  リンクボタン ----------*/
.btn_firsttime	{ width: 40%; }


.btn_firsttime  a {
	position: relative;
	display: inline-block;
	/*font-size: 1.0rem;*/
	/*color: #fff !important;*/
	/*background-color: #807560;*/
	border: 1px solid #9B9B9B;
	border-radius: 30px;
	color: #363636;
	background: #fff;
	padding: 15px 40px;
	line-height: 1.5;
	text-decoration: none !important;
}
.btn_firsttime a::before {
	position: absolute;
	top: 50%;
	right: 16px;
	display: inline-block;
	content: '';
	border-top: 2px solid #9B9B9B;
	width: 8px;
	height: 8px;
	border-right: 2px solid #9B9B9B;
	vertical-align: middle;
	transform: rotate(45deg) translateX(-50%);
}
/*.btn_firsttime a:hover {
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
	-khtml-opacity: 0.75;
	-moz-opacity: 0.75;
	text-decoration: none !important;
}*/

@media (max-width: 800px) {
	.btn_firsttime	{ width: 100%; }
	.btn_firsttime a	{ display: block; }
}
/*----------  link ----------*/
.external {
	margin: 2em 1em;
}

.external dl dt {
	margin: 0 0 1em;
	padding-left: 24px;
	font-weight: 500;
	position: relative;
	line-height: 2;
}

.external dl dt:after,
.external dl dt:before {
	display: block;
	content: '';
	position: absolute;
}

.external dl dt:after {
	top: 0.3em;
	left: 0;
	width: 18px;
	height: 18px;
	background-color: #807560;
	border-radius: 100%;
}

.external dl dt:before {
	z-index: 2;
	top: 0.65em;
	left: 0.35em;
	width: 6px;
	height: 6px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
}

.external dl dd {
	margin-left: 24px;
	line-height: 2;
}


/*----------  table ----------*/
.SUPcontents_section table {
	border-collapse: collapse;
	border-spacing: 0px;
	border: solid 1px #B7B7B7;
	margin-left: auto;
	margin-right: auto;
}

.SUPcontents_section table thead th {
	background-color: #EFEFEF;
	font-weight: 500;
}

.SUPcontents_section table thead td {
	background-color: #EFEFEF;
}

.SUPcontents_section table th {
	background-color: #FAF7F5;
	border: solid 1px #B9B9B9;
	line-height: 2;
	padding: 10px;
	font-weight: 500;
}

.SUPcontents_section table td {
	background-color: #ffffff;
	border: solid 1px #D7D7D7;
	line-height: 2;
	padding: 10px;
}

/*----------  box ----------*/
div.frm {
	border: solid 1px #b8b8b8;
}

div.frm div.innerblock {
	padding: 15px 15px 0px 15px;
}

div.frm > div.innerblock {
	padding: 15px 15px 0;
	margin: 0 !important;
	text-indent: 0 !important;
}

.lead {
	max-width: 760px;
	line-height: 2;
	margin-left: auto;
	margin-right: auto;
}

div.rounded {
	border-radius: 8px;
}

div.rounded div.rounded-inside {
	border: solid 1px #ffffff;
	padding: 14px 14px 0px 14px;
	border-radius: 7px;
}

.frm_notice {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	margin-top: 2em;
}

.frm_notice_area {
	background-color: #f8fafa;
	padding: 24px 28px 24px;
	margin-bottom: 80px;
}

.frm_notice_area p {
	line-height: 1.5;
}

@media (max-width: 480px) {
	.frm_notice_area {
		padding-left: 8px;
		padding-right: 8px;
	}
}

.frm_notice_header {
	font-size: 2.4rem;
}

@media (max-width: 480px) {
	.frm_notice_header {
		text-align: center;
		font-size: 1.3rem;
	}
}

/*----------  list ----------*/
ul.disc	{ list-style: disc; padding-left: 1.5em; }
ul.disc	li {
	line-height: 2;
	margin-bottom: 1.0em;
}

div.frm div.innerblock ul {
	list-style: disc;
	padding-left: 1em;
}

div.frm div.innerblock ul li {
	line-height: 2;
	margin-bottom: 0.5em;
}

div.supcntBlock_inner h3 {
	margin: 1.5em 0 .8em;
	font-weight: 500;
	font-size: 28px;
	font-size: 2.8rem;
}
@media only screen and (max-width: 1023px) {
	div.supcntBlock_inner h3 {
		font-size: 20px;
		font-size: 2.0rem;
	}
}
div.supcntBlock_inner ol,
.frm_notice_area ol {
	counter-reset: item;
	list-style-type: none;
	padding-left: 0;
}

div.supcntBlock_inner ol ol {
	padding-left: 1em;
}

div.supcntBlock_inner ol li,
.frm_notice_area ol li {
	text-indent: -1.6em;
	padding-left: 1.6em;
	line-height: 1.5;
	margin-bottom: 1.8em;
}

div.supcntBlock_inner ol li:before,
.frm_notice_area ol li:before {
	counter-increment: item;
	content: counter(item) ".";
	padding-right: 0.5em;
	font-weight: 500;
	font-size: 20px;
	color: #5D5D5D;
}

.frm_notice_area ul li {
	display: inline;
}

.frm_notice_area ul li:after {
	content: "�A";
	vertical-align: middle;
}

.frm_notice_area ul li:last-child:after {
	content: "";
}

/* ------------------------------------------------------

	サポート情報トップページ　/support/index.html

------------------------------------------------------ */

/*----------  お知らせ ----------*/
.SUPcontents_section .supnotice {
	background-color: #f9f8f7;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 80px;
}

.SUPcontents_section .supnotice_intro_list {
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	padding-left: 0;
	/* reset */
}

.SUPcontents_section .supnotice_intro {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 13px 28px;
}

.SUPcontents_section .supnotice_intro:not(:first-of-type) {
	border-top: 1px solid #e6e6e6;
}

.SUPcontents_section .supnotice_intro_time {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 16px;
	line-height: 36px;
}

.SUPcontents_section .supnotice_intro_lead {
	line-height: 2.25;
	margin-left: 36px;
}

.SUPcontents_section .supbtn_notice_more_area {
	text-align: center;
	margin-top: 56px;
}

/*----------  contact ----------*/
div.contactblock {
	max-width: 781px;
	margin-left: auto;
	margin-right: auto;
}

div.contactblock h3 {
	font-size: 24px;
	margin-bottom: 0.5em;
	font-weight: normal;
}

@media screen and (max-width: 781px) {
	.contactBox img {
		width: 100%;
		max-width: 781px;
		height: auto;
	}
}

@media only screen and (max-width: 1023px) {
	div.contactblock h3 {
		font-size: 20px;
		font-size: 2.0rem;
	}
}

.bcABDBF9 {
	border: 2px solid #ABDBF9 !important;
}

.guideNum {
	display: inline-block;
	background: #333;
	color: #fff;
	font-size: 90%;
	font-weight: 500;
	padding: 0 0.7em;
	margin-right: 0.5em;
	margin-bottom: 0.2em;
	border-radius: 50%;
}

.kind {
	display: inline-block;
	background: #0F77CC;
	color: #fff;
	font-weight: 500;
	padding: 0 0.8em;
	margin-right: 0.8em;
	border-radius: 3px;
}

/* ------------------------------------------------------

	お知らせ一覧　/support/information/

------------------------------------------------------ */
.InfoSummary .InfoSummary-inner {
	margin-left: 1em;
	margin-right: 1em;
}

.InfoSummary h3 {
	padding: 8px 1.2em 1em;
	background: #efefef;
	margin-bottom: 1.5em;
	font-weight: 500;
	line-height: 1.5;
}

.InfoSummary h4 {
	font-weight: 500;
	line-height: 2;
}

.InfoSummary h4.Square {
	position: relative;
	padding: 0.2em 0 0.2em 2.4em;
	line-height: 1.4;
}

.InfoSummary h4.Square:before {
	position: absolute;
	width: 0.7em;
	height: 1.4em;
	top: 0.2em;
	left: 0.2em;
	background: #EFEFEF;
	content: "";
}

.InfoSummary h4.Square:after {
	position: absolute;
	content: "";
	background: #5D5D5D;
	width: 0.7em;
	height: 1.4em;
	top: 0.2em;
	left: 0.9em;
}

.InfoSummary dl.date_list {
	margin: 0 0 3em;
}

.InfoSummary dl.date_list dt {
	background: #efefef;
	margin: 0;
	padding: 1em 1em 0;
	color: #5D5D5D;
	font-size: 120%;
	font-weight: 500;
	text-align: left;
}

.InfoSummary dl.date_list dd {
	margin: 0 0 3em;
	padding: 0;
}

.InfoSummary dl.date_list dd .innerblcok {
	margin: auto 1em;
	line-height: 2;
}

/* リスト */
ul.InfoSummarylist {
	padding: 0;
	margin-left: 2.5em;
}

ul.InfoSummarylist li {
	position: relative;
	margin-bottom: 1em;
}

ul.InfoSummarylist li:after {
	display: block;
	content: '';
	position: absolute;
	top: 0.5em;
	left: -1.4em;
	width: 13px;
	height: 13px;
	vertical-align: text-top;
	background-color: #5D5D5D;
	border-radius: 100%;
}

ul.InfoSummarylist li ul {
	padding-left: 0;
	margin-left: 1.2em;
}

ul.InfoSummarylist li ul li {
	position: relative;
	line-height: 1.5;
}

ul.InfoSummarylist li ul li:after {
	display: block;
	content: '';
	position: absolute;
	top: 0.3em;
	left: -1.2em;
	width: 13px;
	height: 13px;
	background-color: #fff;
	border: 2px solid #5D5D5D;
	border-radius: 100%;
}

/* ------------------------------------------------------

	はじめてお使いになる方へ　/support/firsttime/

------------------------------------------------------ */

div.firsttimeinner {
	border: solid 1px #5D5D5D;
	margin-bottom: 1.2em;
}

div.firsttimeinner div.innerbox {
	padding: 25px;
}

div.firsttimeinner > div.innerbox {
	padding: 25px;
	margin: 0 !important;
	text-indent: 0 !important;
}


div.firsttimeinner div.innerbox p.tit {
	font-weight: 500;
	color: #5D5D5D;
	margin-bottom: 1.0em;
	font-size: 1.8rem;
}


/* ------------------------------------------------------

	ダウンロード　/support/download/

------------------------------------------------------ */
.section_table {
	margin-top: 40px;
}

@media (min-width: 801px) {
	.section_table {
		border: 1px solid #bababa;
	}
}

@media (max-width: 600px) {
	.section_table + .section_table {
		margin-top: 20px;
	}
}

@media (min-width: 801px) {
	.section_table_tr {
		display: -ms-flexbox;
		display: flex;
	}

	.section_table_tr:not(:first-of-type) {
		border-top: 1px solid #bababa;
	}

	.section_table_tr > * {
		width: 100%;
	}

	.section_table_tr > *:first-of-type {
		width: 300px;

		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.section_table_tr > *:not(:first-of-type) {
		border-left: 1px solid #bababa;
	}
}

@media (max-width: 800px) {
	.section_table_tr {
		border: 1px solid #bababa;
	}

	.section_table_tr:not(:first-of-type) {
		margin-top: 20px;
	}
}

.section_table_header {
	background-color: #efefef;
	text-align: center;
}

@media (max-width: 800px) {
	.section_table_header {
		display: none;
	}
}

.section_table_header_sp {
	margin-bottom: 20px;
	padding: 20px;
	background-color: #efefef;
	text-align: center;
}

@media (min-width: 801px) {
	.section_table_header_sp {
		display: none;
	}
}

.section_table_td {
	padding: 28px 20px;
}

@media (min-width: 801px) {
	.section_table_td {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: center;
		-ms-flex-align: center;

		justify-content: center;
		align-items: center;
	}

	.section_table_td > * {
		width: 100%;
	}
}

.section_table_list {
	margin-left: 20px;
	list-style: disc;
	font-weight: 300;
	font-size: 0.875rem;
}

.section_table_list > * {
	line-height: 1.3;
}

.section_table_list > *:not(:first-of-type) {
	margin-top: 8px;
}

.section_table_list + * {
	margin-top: 32px;
}

.section_table_text {
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 1.85;
}

.section_table_text.is_small {
	font-size: 1.4rem;
	line-height: 1.65;
	text-indent: -0.5em;
	padding-left: 0.5em;
}

/*.section_table_text:not(:first-of-type) {
	margin-top: 1.0rem;
}*/

.section_table_text a:link {
	text-decoration: underline;
}

.section_table_text a:hover {
	text-decoration: none;
}

.download_app {
	position: relative;
	text-align: center;
}

.download_app_image {
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 52px;
}

.download_app_text {
	margin-top: 16px;
	font-size: 1.5rem;
}

.download_app_text span {
	display: block;
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 1.3rem;
}

.download_app_text_attention {
	display: block;
	margin-top: 8px;
	font-size: 0.625rem;
}

.btn_download_app {
	display: block;
	font-size: 1.3rem;
	color: #fff!important;
	background-color: #151414;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	padding: 15px 20px;
	max-width: 200px;
	transition: background-color 0.2s;
	text-decoration: none!important;
}
.btn_download_app:hover {
	background-color: #5D5D5D;
}

.btn_download_app.is_disable {
	background-color: #bbb;
	pointer-events: none;
}


/* ------------------------------------------------------

	Digital Paper PC Appのダウンロード　/support/download/dppapp/
										/support/download/dppappm/

------------------------------------------------------ */
.reference {
	width: 60%;
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #5D5D5D;
	padding: 1em;
}

@media only screen and (max-width: 767px) {
	.reference {
		width: 100%;
	}
}

@media only screen and (min-width: 768px) {
	.reference {
		width: 60%;
	}
}

.reference dl dt {
	padding-left: 24px;
	font-weight: 500;
	position: relative;
	line-height: 2;
}

.reference dl dt:after,
.reference dl dt:before {
	display: block;
	content: '';
	position: absolute;
}

.reference dl dt:after {
	top: 0.3em;
	left: 0;
	width: 18px;
	height: 18px;
	background-color: #5D5D5D;
	border-radius: 100%;
}

.reference dl dt:before {
	z-index: 2;
	top: 0.65em;
	left: 0.35em;
	width: 6px;
	height: 6px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
}

.reference dl dd {
	margin-left: 24px;
	line-height: 2;
}

.iframe-content {
	position: relative;
	width: 80%;
	height: 0;
	padding-top: 20%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #bababa;
}

.iframe-content iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	vertical-align: bottom;
	line-height: 1.5;
}

@media only screen and (max-width: 767px) {
	.iframe-content {
		width: 100%;
		padding-top: 50%;
	}
}

/* ------------------------------------------------------

	よくあるお問い合わせ　/support/faq/

------------------------------------------------------ */

.faq_lead {
	/*width: 90%;*/
	/*max-width: 760px;*/
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

.faq_lead > .Details  {
	margin-top: 20px;
	text-align: right;
}

.faq_lead > .Details  a {
	text-decoration: underline;
}

.faq_index_area {
	position: relative;
	background-color: #f9f8f7;
	padding: 40px 28px 24px;
}

@media (max-width: 480px) {
	.faq_index_area {
		padding-left: 8px;
		padding-right: 8px;
	}
}

.faq_index_header {
	position: absolute;
	top: -1.0em;
	left: 28px;
	font-size: 2.2rem;
	font-family: "Nothing You Could Do", serif;
	font-weight: 600;
}

@media (max-width: 800px) {
	.faq_index_header {
		left: 0;
		right: 0;
		text-align: center;
	}
}

.faq_index_flex {
  	display: -webkit-box;
  	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -8px;
	margin-right: -8px;
}

.faq_index_flex > li 	{
	width: 48.0%;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 1.0em;
}

.faq_index_flex > li a {
	display: block;
	color: #5D5D5D!important;
	font-size: 1.8rem;
	font-weight: 500;
	background-color: #fff;
	line-height: 48px;
	border: 1px solid #5D5D5D;
	-webkit-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
	text-align: center;
	padding: 0 1.5em;
	text-decoration: none;
}

.faq_index_flex > li a:hover {
	color: #fff!important;
	background-color: #5D5D5D;
	text-decoration: none;
}

@media (max-width: 800px) {
	.faq_index_flex {
		-webkit-display: block;
		-ms-display: block;
		display: block;
	}
	.faq_index_flex > li 	{
		width: 100%;
	}
	.faq_index_flex > li a {
	font-size: 1.6rem;
	}

}

.faq_accordion_body dl.Symptoms_and_solutions {
	margin-left: 1.5em;
	margin-bottom: 1em;
}

.faq_accordion_body dl.Symptoms_and_solutions dt {
	float: left;
	width: 3em;
	clear: left;
	background: #303030;
	color: #fff;
	text-align: center;
	font-size: 90%;
	font-weight: 500;
}

.faq_accordion_body dl.Symptoms_and_solutions dd {
	margin-left: 3.5em;
}


/*.faqlist {
  margin: 0 1em 50px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.faqlist ol {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  counter-reset: item;
}

.faqlist ol li {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  padding: 0;
  position: relative;
  margin-left: 0.5em;
  margin-right: 0.5em;
  margin-bottom: 1em;
  border: 1px solid #5D5D5D;
}

.faqlist ol li a {
  display: block;
  line-height: 2;
  padding: 0.4em 1.2em;
  text-align: center;
  color: #5D5D5D !important;
  font-size: 18px;
}

.faqlist ol li a:hover {
  text-decoration: none;
  color: #fff !important;
  background: #5D5D5D;
}

.faqlist ol li:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: -webkit-repeating-linear-gradient(-45deg, #807560, #807560 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #807560, #807560 2px, #fff 2px, #fff 4px);
}

@media only screen and (max-width: 767px) {
  .faqlist ol li {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .faqlist ol li a {
    font-size: 16px;
    padding: 0.3em 0.5em;
  }
  .faqdetail .detail_inner h2 {
    font-size: 16px;
  }
}

.faqdetail .detail_inner {
  margin-bottom: 50px;
}

.faqdetail .detail_inner h2 {
  font-family: 'Noto Serif JP', serif;
  position: relative;
  display: inline-block;
  font-size: 28px;
  margin: 0 0 0.86em;
  padding: 0  0.2em 0.5em;
  letter-spacing: 0.15em;
}

.faqdetail .detail_inner dl {
  margin-bottom: 1em;
}

.faqdetail .detail_inner dl dt {
  clear: both;
  display: block;
  background: #EFEFEF;
  padding: 12px;
  overflow: hidden;
  border-radius: 6px;
  line-height: 2;
  font-weight: 500;
  text-align: left;
}

.faqdetail .detail_inner dl dt .title {
  display: block;
  margin-left: 30px;
}

.faqdetail .detail_inner dl dt:hover {
  cursor: pointer;
  color: #807560;
}

.faqdetail .detail_inner dl dt:hover .accordion_icon {
  background: #f6d202;
}

.faqdetail .detail_inner dl dt.active {
  border-radius: 6px 6px 0 0;
}

.accordion_icon,
.accordion_icon span {
  display: inline-block;
  box-sizing: border-box;
}

.accordion_icon {
  position: relative;
  top: 0.25em;
  width: 22px;
  height: 22px;
  float: left;
  margin: 0 0.5em 0 0;
  background: #807560;
  border-radius: 2px;
}

.accordion_icon span {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 52%;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}

.accordionlist dt:hover .accordion_icon {
  background: #ee9900;
  transition: none;
}

.accordion_icon span:nth-of-type(1) {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.accordion_icon span:nth-of-type(2) {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.active .accordion_icon span:nth-of-type(2) {
  display: none;
}

.faqdetail .detail_inner dl dd {
  color: #333333;
  display: none;
  background: #FAF7F5;
  padding: 20px 40px;
  text-align: left;
  margin-left: 0;
  border-radius: 0px 0px 10px 10px;
  line-height: 2;
}

.faqdetail .detail_inner dl dd .pic {
  text-align: center;
  margin: 1em auto 0;
}

.faqdetail .detail_inner dl dd ul {
  list-style-type: disc;
  margin: 0 0 0 2em;
}

.faqdetail .detail_inner dl dd p {
  margin-bottom: 0;
}
*/