@charset "utf-8";
/* CSS Document */

/* =============================================================================
	common
============================================================================= */
#ContentsChat	{font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;width: 1160px;margin: 0 auto;}

/* 	Parts  -----  */
.textNotice { color: #bb0000; }
.textCenter { text-align: center; }
.textRight { text-align: right; }
.textBig { font-size: 120%; }
.textSmall { font-size: 90%; }
.textSmall1 { font-size: 80%; }
.textBold	{ font-weight:bold; }
.textnormal	{ font-weight: normal; }
.inner { margin: 1em 10px 10px; }
.textInner { margin: 5px 5px 0; }
.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:1.0em!important; }
.mr10	{ margin-right:1.0em!important; }
.mb10	{ margin-bottom:1.0em!important; }
.ml10	{ margin-left:1.0em!important; }
.mt15	{ margin-top:1.5em!important; }
.mr15	{ margin-right:1.5em!important; }
.mb15	{ margin-bottom:1.5em!important; }
.ml15	{ margin-left:1.5em!important; }
.mt20	{ margin-top:2.0em!important; }
.mr20	{ margin-right:2.0em!important; }
.mb20	{ margin-bottom:2.0em!important; }
.ml20	{ margin-left:2.0em!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:3.0em!important; }
.mr30	{ margin-right:3.0em!important; }
.mb30	{ margin-bottom:3.0em!important; }
.ml30	{ margin-left:3.0em!important; }
.mt50	{ margin-top:5.0em!important; }
.mr10p	{ margin-right:10px!important; }
img.icon	{ vertical-align:middle; margin-right:0.5em; }
.kome	{ text-indent:-1.3em; padding-left:1.3em; }
/* ----------　*/

/* =============================================================================
	topanel - <ページタイトル h1>
============================================================================= */
.toppanel	{
	margin: 0;
	padding: 0;
	background: #E7EBF7;
}
.toppanel .toppanelImg	{
	width: 100%;
	height: 250px;
	position: relative;
	margin: 0 auto;
	text-align: left;
}
.toppanel .toppanelImg h1	{
	padding-top: 50px;
	padding-left: 30px;
	font-size: 200%;
	position: relative;
	z-index: 3;
	padding-bottom: 20px;
	font-weight: bold;
}
.toppanel .toppanelImg p 	{
	padding-left: 30px;
	padding-right: 550px;
	position: relative;
	z-index: 2;
}
.toppanel .toppanelImg img	{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
/* =====　*/

/* Q&A情報リンク表示 icon */
ul.reference	{ list-style-type:none; padding-left:0; margin:10px 0; }
ul.reference li	{ margin-bottom:0.7em!important;}
ul.reference li > span.icon{
text-align:center;
font-size:0.9em;
display:block;
float:left;
padding:2px 0px;
margin:0px;
margin-right:5px;
margin-top:0px;
width:6.5em;
}
html:not([lang*=""]) ul.reference li > span.icon{
font-size:0.85em;
line-height:1.5em;
width:6.5em;
margin-top:-1px;
} /*Firefox*/
*:first-child+html ul.reference li > span.icon{
font-size:0.85em;
width:7em;
padding:2px;
line-height:1.5em;
} /*IE7*/
* html ul.reference li > span.icon{
font-size:0.85em;
width:7em;
line-height:1.5em;
} /*IE6*/
html>/**/body ul.reference li > span.icon{margin-top:-2px; /*\**/: blue\9;} /*ie8*/

ul.reference li > span.qa	{ border:1px solid #FF9999; background-color:#FFE0E0; color:#CC0000; }
div.frm {
    border: solid 1px #b8b8b8;
}
div.frm > div.innerblock {
    padding: 15px 15px 0;
    margin: 0 !important;
}

/* =============================================================================
	tab-wrap- <コンテンツナビゲーション>
============================================================================= */
.tab-wrap 	{
	display: flex;
	flex-wrap: wrap;
	margin:20px 0;
}
.tab-wrap:after 	 {
	content: '';
	width: 100%;
	height: 3px;
	background: #0C4A56;
	display: block;
	order: -1;
}
.tab-label 	 {
	color: White;
	background: #BFBFBF;
	font-size: 150%;
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
	padding: 10px .5em;
	order: -1;
	position: relative;
	z-index: 1;
	cursor: pointer;
	border-radius: 5px 5px 0 0;
	flex: 1;
}
.tab-label:not(:last-of-type)  	{
	margin-right: 5px;
}
span.iconPC:before 	{ content: url('/support/contact/chat/images/icon-pc.png'); vertical-align: text-bottom; margin-right: 0.5em; }
span.iconSP:before 	{ content: url('/support/contact/chat/images/icon-sp.png'); vertical-align: text-bottom; margin-right: 0.5em; }
.tab-content 	{
	width: 100%;
	/*! height: 0; */
	/*! overflow: hidden; */
	/*! opacity: 0; */
}
.tab-content h2 	 {
	margin-top: 1em;
	color: #333;
	font-size: 3.2rem;
	text-align: center;
	line-height: 1.4;
	margin: 52px 0 26px;
	padding-bottom: 18px;
	border-bottom: 3px solid #9d9c95;
	position: relative;
	font-weight: bold;
}
.tab-content h2::before {
    display: block;
    position: absolute;
    content: "";
    left: 0;
    bottom: -3px;
    width: 30%;
    height: 3px;
    background: #0C4A56;
    min-width: 72px;
	margin: 0 auto;
	right: 0;
}
.tab-content h3 	 {
	color: #333;
	font-size: 2.6rem;
	line-height: 1.4;
	position: relative;
	margin: 38px 0 14px;
	padding-left: 17px;
	font-weight: bold;
}
.tab-content h3::before {
    display: block;
    position: absolute;
    content: "";
    left: 0;
    top: 5px;
    width: 3px;
    height: calc(100% - 10px);
    background: #0C4A56;
}
.tab-content p 	{ margin-left: 17px;}
.tab-content .PCBtn 	{
	text-align: center;
}
.tab-content .PCBtn a 	{
	display: inline-block;
	margin:  0 auto 1em;
	padding: 1.5em 5em;
	font-size: 140%;
	font-weight: bold;
	text-decoration: none;
	border-radius: 3px;
}
.tab-content .PCBtn a.open 	{
	background: #BCED09;
	color: #333;
}

.tab-content .PCBtn a .icon 	{ content: url('icon-balloon.png'); vertical-align: text-bottom; margin-right: 0.5em; }
.tab-content .PCBtn a.open:hover 	{
	background: #A0C908;
	position: relative;
	top: 1px;
}
.tab-content .PCBtn a.close 	{
	background: #AAA;
	color: #333;
}
.tab-content .PCBtn span.caution 	{
	display: block;
}

/*--2021/11/24追加start--*/
.tab-content .PCBtn2 	{
	text-align: center;
}
.tab-content .PCBtn2 a 	{
	display: inline-block;
	margin:  0 auto 1em;
	padding: 1.5em 5em;
	font-size: 140%;
	font-weight: bold;
	text-decoration: none;
	border-radius: 3px;
}
.tab-content .PCBtn2 a.open 	{
	background: #bcf1fe;
	color: #333;
}

.tab-content .PCBtn2 a .icon 	{ content: url('icon-balloon.png'); vertical-align: text-bottom; margin-right: 0.5em; }
.tab-content .PCBtn2 a.open:hover 	{
	background: #b4d9e2;
	position: relative;
	top: 1px;
}
.tab-content .PCBtn2 a.close 	{
	background: #AAA;
	color: #333;
}
.tab-content .PCBtn2 span.caution 	{
	display: block;
}

/*2021/11/24追加end--*/

.tab-content > ul 	{
	margin-left: 20px;
	padding-left: 15px;
	list-style-type: disc;
}
.tab-content > ul li{
	margin-bottom: 0.75em;
	line-height: 1.5;
}
ol.compact, ul.compact {
  padding-left: 1.5em;
	list-style-type: circle;
	    padding-top: 0.75em;
}
.tab-content .addition	{
	margin: 0 17px 0.5em 0;
	padding: 1em;
	border: 2px solid #BCED09;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.tab-content .addition > p	{
	margin: 0 1.5em;
	padding: 0;
}

.tab-switch:checked+.tab-label 	 {
	background: #0C4A56;
}
.tab-switch:checked+.tab-label+.tab-content  	{
	height: auto;
	overflow: auto;
	padding: 15px;
	opacity: 1;
	transition: .5s opacity;
	/*box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);*/
}
.tab-switch 	 {
	display: none;
}
.tab-switch:checked+.tab-label:after  	{
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #0C4A56;
	border-width: 14px;
	margin-left: -14px;
}
.tab-switch:checked+.tab-label  	{
	background: #0C4A56;
	position: relative;
}

/*2023/07/27追加start--*/
.tab_inner_block {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    margin-top: 30px;
}
.tab-btn {
    text-align: center;
}
.tab-btn > a {
    position: relative;
    display: inline-block;
    padding: 20px 135px;
    background: #E2F0D9 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #AFBACD;
    border-radius: 10px;
    text-align: center;
    vertical-align: middle;
    color: #333;
    font-size: 2.4rem;
    font-weight: bold;
    text-decoration: none;
}
/*2023/07/27追加end--*/

/* maintenanceInfo -----  */
.maintenanceInfo {
	background-color: #FFF0F0!important;
}

/* =====　*/

/* =============================================================================
	flowArea- <操作手順>
============================================================================= */

.flowArea 	{ padding:0;}
.flowArea　p 	{ margin: 0; padding: 0; }
.flowArea li 	{
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 16px;
	padding-top: 16px;
	padding-bottom: 16px;
	list-style: none;
	border-top: 1px solid #ddd;
}
.flowArea li:nth-of-type(1) { border-top: 0; }
.flowArea li::before {
    position: absolute;
    bottom: -32px;
    left: 54px;
    display: block;
    width: 2px;
	height: 100%;
    background: #0C4A56;
    content: "";
}
.flowArea li:last-child::before { display: none; }
.step-txt 	{
  position: relative;
  margin-left: 30px;
  margin-right: 40px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #0C4A56;
  color: #fff;
  font-size: 28px;
}
.step-content	{ max-width: 1040px;}
.step-content .text	{ color: #0C4A56; font-size: 120%; font-weight: 700; line-height: 1.5; }
.step-content .img	{ line-height: 1.5; font-size: 110%; margin-top: 0.5em!important; }


.List 	{ position: relative; }
.List > .List-Item 	{
  border-top: 1px solid #9d9c95;
  width: 100%;
}
.List > .List-Item:nth-of-type(1) 	{
  border-top: 0;
}
.List-Item-Content 	{
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 880px;
  display: flex;
  align-items: center;
}
.List-Item-Content.one 	{
  padding-top: 0;
}
.List-Item-Content-Number-Line 	{
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 4px;
  height: 66px;
  background: #0C4A56;
}
.List-Item-Content-Title 	{
  margin-right: 48px;
  flex-basis: 298px;
  color: #0C4A56;
  font-size: 16px;
}
.List-Item-Content-Description 	{
  line-height: 1.5;
  font-size: 16px;
}

/* =============================================================================
	チャットサポート利用注意事項- <important.html>
============================================================================= */
.Contentsimportant h1 	 {
	margin-top: 1em;
	color: #333;
	font-size: 3.2rem;
	line-height: 1.4;
	margin: 52px 0 26px;
	padding-bottom: 18px;
	border-bottom: 3px solid #9d9c95;
	position: relative;
	font-weight: bold;
}
.Contentsimportant h1::before {
    display: block;
    position: absolute;
    content: "";
    left: 0;
    bottom: -3px;
    width: 30%;
    height: 3px;
    background: #0C4A56;
    min-width: 72px;
	margin: 0;
	right: 0;
}
.Contentsimportant h2 	 {
	color: #333;
	font-size: 2.6rem;
	line-height: 1.4;
	position: relative;
	margin: 38px 0 14px;
	padding-left: 17px;
	font-weight: bold;
}
.Contentsimportant h2::before {
    display: block;
    position: absolute;
    content: "";
    left: 0;
    top: 5px;
    width: 3px;
    height: calc(100% - 10px);
    background: #0C4A56;
}
.Contentsimportant p 	{ margin-left: 17px; }
.Contentsimportant .list-notice 	{ list-style-type: none; }
.Contentsimportant .list-notice > li {
    display: table;
    width: 100%;
}
.Contentsimportant .list-notice > li > .mark {
    display: table-cell;
    padding-right: 12px;
    vertical-align: top;
    white-space: nowrap;
}
.Contentsimportant .list-notice > li > .item {
    display: table-cell;
    width: 100%;
    vertical-align: top;
}
.Contentsimportant table 	{ /*! margin-left: 17px; */ }
.Contentsimportant table thead th 	{ text-align: center; }
.Contentsimportant table tbody th,
.Contentsimportant table tbody td 	{ text-align: left; vertical-align: top; }

.Contentsimportant table.ac5_standard th,
.Contentsimportant table.ac5_standard td { line-height: 1.5; background-color: #f2f2f2;color: #000000;border: solid 1px #aaaaaa;padding: 10px;}
.Contentsimportant table.ac5_standard thead th { background-color: #e2f8fc; }
.Contentsimportant div.stripe div.emphasis table.ac5_standard thead th { background-color: #e2f8fc; }
.Contentsimportant table.standard { border-collapse: collapse; border-spacing: 0px;  border: solid 1px #b8b8b8; color: #000000; background-color: ;color: ;}
.Contentsimportant table.standard caption { caption-side: top; padding-bottom: 0.5em; }
.Contentsimportant table.standard tbody td {background-color: #ffffff;color: #000000;}

.Contentsimportant > ul 	{
	margin-left: 20px;
	padding-left: 15px;
	list-style-type: disc;
}
.Contentsimportant > ul li{
	margin-bottom: 0.75em;
	line-height: 1.5;
}
ol.compact, ul.compact {
  padding-left: 1.5em;
	list-style-type: circle;
	    padding-top: 0.75em;
}