@charset "UTF-8";

/*info*/
.info_table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	width: 100%;
}

.info_table td {
	border-style: solid;
	border-width: 1px;
	border-color: #E5E5E5;
}

.info_table td:hover {
	background: #F0F5F7;
	/* cursor: pointer */
}

.info_dl {
	margin: 15px 0 10px 0;
}

.info_dl dt {
	float: left;
}

.info_dl dt a,
.info_dl dt span {
	font-size: 70%;
	display: block;
	color: white;
	font-weight: lighter;
	text-align: center;
	width: 100px;
	padding: 2px 0px;
	text-decoration: none;
}

.info_category01 {
	/* AllInfo */
	background-color: #956060;
}

.info_category02 {
	/* CustomerAlert */
	background-color: #e44d36;
}

.info_category03 {
	/* AllAlert */
	background-color: #e09729;
}

.info_category04 {
	/* CustomerInfo */
	background-color: #505080;
}

.info_dl dd {
	color: #a8a8a8;
	float: left;
	margin-right: 10px;
}

/*form*/
.form_errstr_area {
	border-color: red;
	border-style: solid;
	border-width: 1px;
	padding: 20px;
	color: red;
	background: #fbf6f6;
	font-size: 80%;
}

.form_infostr_area {
	border-color: blue;
	border-style: solid;
	border-width: 1px;
	padding: 20px;
	color: blue;
	background: #f0f8ff;
	font-size: 80%;
}

.form_table,
.login_table {
	/* margin: 0; */
	/* padding: 0; */
	border-collapse: collapse;
	width: 100%;
}

.form_table tr {
	border-bottom: 1px solid #E5E5E5;
}

.form_table tr:first-child {
	border-top: 1px solid #E5E5E5;
}

.form_table tr:first-child {
	border-top: 1px solid #E5E5E5;
}

.form_table td {
	width: 50%;
}

.login_table td:first-child {
	width: 30%;
}

.form_desc {
	background-color: #F2F2F2;
	/* font-size: 80%; */
	padding: 10px 10px 10px 30px;
	background-image: url("/account/img/form_desc_bg.png");
	background-repeat: no-repeat;
	background-position: center left;
	margin-top: 5px;
}

.form_dl {
	width: 100%;
	display: flex;
}

.form_dl dt {
	padding: 0;
	margin: 0;
	width: 40%;
	float: left;
	min-height: 56px;
}

.form_dl dt a,
.form_dl dt span {
	width: 100%;
	display: block;
	font-weight: lighter;
	text-align: left;
	text-decoration: none;
	float: left;
	vertical-align: middle;
	font-weight: bold;
	padding: 20px 0px 20px 52px;
	box-sizing: border-box;
	display: inline-block;
}

.form_dl dt2 {
	padding: 0;
	margin: 0;
	width: 50%;
	float: left;
	/* font-size: 70%; */
	/* height: 5em; */
}

.form_dl dt2 a,
.form_dl dt2 span {
	width: 100%;
	display: block;
	font-weight: lighter;
	text-align: left;
	text-decoration: none;
	float: left;
	vertical-align: middle;
	font-weight: bold;
	padding: 2em 0px 2em 52px;
	box-sizing: border-box;
	display: inline-block;
}

.form_dl dt, .form_dl dt2 {
	display: flex;
	align-items: center;
}

.form_dl dd {
	width: 50%;
	color: #a8a8a8;
	float: right;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.form_category01 {
	/* background-color: #849299; */
	font-weight: bold;
	padding: 14px 0px 14px 10%;
}

.login_table .form_category01 {
	padding: 20px 0px 20px 10%;
}

.form_category02 {
	background-color: #377FD3;
}

.form_category03 {
	background-color: #D33737;
}

.form_category_err {
	/* background-color: red; */
}

.form_input_text {
	margin: 0;
	padding: 12px 8px 12px 8px;
	width: 95%;
	display: block;
	border: 1px solid #e2e9f4;
	border-radius: 8px;
	background: none;
	box-sizing: border-box;
	outline: none;
}

.form_input_text.pass {
	border: 1px solid #9ea3aa;
	width: 110%;
}

.form_input_text_area {
	font-family: inherit;
	font-size: inherit;
	border: 1px solid #e2e9f4;
	border-radius: 8px;
}

.form_input_button {
	min-width: 140px;
	height: 30px;
	border: 0 !important;
	color: #fff;
	background: #e89215;
	border: 1px solid #e89215 !important;
	border-radius: 30px;
	line-height: 0px;
	padding: 8px 40px;
	cursor: pointer;
}

.form_clear_button {
    min-width: 140px;
    height: 30px;
    border: 0 !important;
    color: #fff;
    background: #a7a7a7;
    border: 1px solid #a7a7a7 !important;
    border-radius: 30px;
    line-height: 0px;
    padding: 8px 40px;
    cursor: pointer;
}

#form_back {
	background: #fff;
	color: #e89215;
	border: 1px solid #e89215 !important;
	border-radius: 30px;
	/* margin-right: 30px; */
}

#form_back:hover {
	background: #e89215;
	color: #fff;
}

.form_table .form_input_button {
	margin: 1.4em 0;
	width: 200px;
	padding: 8px 0;
	/* height: 22px; */
}

.form_input_button:hover {
	background: #fff;
	color: #e89215;
	border: 1px solid #e89215 !important;
}

.form_clear_button:hover {
    background: #fff;
    color: #a7a7a7;
    border: 1px solid #a7a7a7 !important;
}

.form_input_button_back {
	background: #eab86f;
	border: none;
	color: white;
	font-weight: bold;
	padding: 8px 70px;
	cursor: pointer;
}

.form_input_button_back:hover {
	background: #f5ddba;
}

.form_input_button_hd {
	background: #e89215;
	border: none;
	color: white;
	font-weight: bold;
	padding: 6px 18px;
	cursor: pointer;
}

.form_input_button.disabled,
.form_input_button[disabled] {
	cursor: default;
	background: #d5dce3;
	background-image: none;
	border: 1px solid #d5dce3 !important;
	filter: alpha(opacity=55);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.form_input_button.disabled:hover,
.form_input_button[disabled]:hover {
	color: #fff;
	border: 1px solid #d5dce3 !important;
}

.form_input_button_s{
	min-width: 140px;
	height: 30px;
	border: 0 !important;
	color: #fff;
	background: #669DCD;
	border: 1px solid #669DCD !important;
	border-radius: 30px;
	line-height: 0px;
	padding: 5px 20px;
	cursor: pointer;
}

.form_input_button.disabled,
.form_input_button[disabled],
.form_input_button_s.disabled,
.form_input_button_s[disabled] {
	cursor: default !important;
	background: #d5dce3 !important;
	background-image: none;
	border: 1px solid #d5dce3 !important;
	filter: alpha(opacity=55);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.form_input_button.disabled:hover,
.form_input_button[disabled]:hover,
.form_input_button_s.disabled:hover,
.form_input_button_s[disabled]:hover {
	color: #fff !important;
	border: 1px solid #d5dce3 !important;
}

.form_errstr {
	display: block;
	padding-top: 1px;
	font-size: 70%;
	color: red;
}

.form_table_check {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	width: 100%;
	border-style: solid;
	border-width: 1px;
	border-color: #E5E5E5;
}

.form_table_check td {
	width: 100%;
}

.form_input_check {
	display: block;
	padding: 0;
	color: #a8a8a8;
}

.form_compstr_area {
	padding: 20px;
	/* background: #F7F8FA; */
	background: #ebf3fa;
	border-radius: 10px;
}

.form_compstr_area_red {
	background: #fafafa none repeat scroll 0% 0%;
	border-width: 1px;
	color: #ff0000;
	font-size: 125%;
	font-weight: bold;
}

.form_img_center {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*----- 入力画面 ----------------------------------------------------------------------------------------------------*/

.form_table2{
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	width: 100%;
	}
.form_table2 td{
	width: 100%;
	/* border-style: solid; */
	border-bottom: 1px solid #c1c8d5;
	border-width: 1px;
	/* border-color: #E5E5E5; */
    -webkit-transition: 0.9s;
    -moz-transition: 0.9s;
    -o-transition: 0.9s;
    -ms-transition: 0.9s;
    transition: 0.9s;
	}

.paragraph_table {
    margin: 0;
    padding: 0;
    width: 100%;
    border-collapse: collapse;
    border-style: none;
    border-color: #F2F2F2;
    background: #F2F2F2;
    -webkit-transition: 0.9s;
    -moz-transition: 0.9s;
    -o-transition: 0.9s;
    -ms-transition: 0.9s;
    transition: 0.9s;

}
.paragraph_table td {
    border-style: none;
}
.entry_input_area{
	margin: 0;
	padding: 0;
	width: 100%;
    -webkit-transition: 0.9s;
    -moz-transition: 0.9s;
    -o-transition: 0.9s;
    -ms-transition: 0.9s;
    transition: 0.9s;
	}

.entry_input_area tbody:hover{
	/* background: #F0F5F7; */
	}

tbody.hover_off:hover{
	background: transparent;
	}

.entry_input_area tr.input_row {
	min-height: 3em;
	vertical-align: middle;
	}

.entry_input_area td{
	border: none;
	width:auto;
	}

.entry_input_area td.label_cell{
	width: 25%;
	font-size: 90%;
	}
.entry_input_area td.required_cell{
	width: 7%;
	font-size: 80%;
	text-align: center;
	}
.entry_input_area td.required_cell.disabled,
.entry_input_area td.required_cell.[disabled] {
	cursor: default;
	background: #808080;
	background-image: none;
	opacity: 0.55;
	filter: alpha(opacity=55);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	}
.entry_input_area td.input_cell{
	width: 50%;
	font-size: 70%;
	}
.entry_input_area td.type_cell{
	width: 18%;
	font-size: 80%;
	}
.entry_input_area td.note_cell{
	width: 68%;	/* width = input_cell.width + type_cell.width */
	font-size: 80%;
	}
.entry_input_area td.err_cell{
	width: 68%;	/* width = input_cell.width + type_cell.width */
	font-size: 80%;
	color: red;
	}
.entry_input_area td.text_cell{
	width: 68%;	/* width = input_cell.width + type_cell.width */
	}

td.label_cell span{
	width: 100%;
	/* color: white; */
	/* font-weight: lighter; */
	text-align: center;
	padding: 2px 0px;
	text-decoration: none;
	margin-right: 0px;
	float: left;
	display:table-cell;
	border-radius: 5px;
	}
td.type_cell span{
	font-weight: lighter;
	padding: 2px 0px;
	text-decoration: none;
	margin-right: 1px;
	float: left;
	}
td.required_cell span{
	width: 100%;
	font-weight: lighter;
	padding: 3px 0;
	text-decoration: none;
	border-radius: 5px;
	float: left;
	}

.required_color{
	color: white;
	background-color: red;
	}
.not_required_color{
	color: white;
	background-color: blue;
	}

.entry_input_text{
	/* 背景色は init-inputfield-background-color.js にて動的に切り替え */
	padding: 1px 2px 1px 1.0em;
	/* padding-left: 1.0em; */
	width: 95%;
	height: 3em;
	margin-top: 5px;
	/* display: block; */
	/* border-style: solid; */
	/* border-width: 1px; */
	/* border-color: #E5E5E5; */
	/* border-radius: 5px; */
	}
.entry_input_text_area{
	font-family: inherit;
	font-size: inherit;
	border: 1px solid #e2e9f4;
	border-radius: 8px;
	padding-left: 1.0em;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	width: 95%;
	min-height: 12em;
	display: block;
	background: none;
	}

.entry_category01{
	/* background-color: #849299; */
	font-weight: bold;
	}



/*----- ファイルアップロード画面 ------------------------------------------------------------------------------------*/

h3.upload_title {
	background-color:#CCCCCC;
	border-width: 0 0 0 5px;
	padding:20px 15px 20px 15px;
	margin:0 0 5px 0;
	/*font-weight:bold;*/
	font-size: 110%;
	}

.form_table_upload{
	margin: 0;
	padding:10px 10px 10px 10px;
	margin:10px 0 10px 0;
	border-style: solid;
	border-width: 1px;
	border-color: #DCDCDC;
	border-collapse: collapse;
	width: 100%;
	}

.form_table_upload tr {
	vertical-align: middle;
	}

.form_table_upload tr.paragraph {
	height: 3em;
	background-color: #F2F2F2;
	}

.form_table_upload td{
	border: none;
	}

.form_table_upload td.required_cell{
	width: 10%;
	font-size: 90%;
	text-align: center;
	border-width: 0 0 0 5px;
	}
.form_table_upload td.doc_type_cell{
	width: 10%;
	text-align: center;
	}
.form_table_upload td.doc_name_cell{
	width: 45%;
	}
.form_table_upload td.samplefile_download_cell{
	font-size: 80%;
	}
.form_table_upload td.tmpfile_download_cell{
	font-size: 80%;
	}
.form_table_upload td.note_cell{
	padding:10px 30px 30px 30px;
	width: 90%;
	}
.form_table_upload td.received_cell{
	color: red;
	text-decoration: underline;
	padding:10px 30px 30px 30px;
	width: 90%;
	}

.table_file_field {
	margin: 0;
	padding: 0;
	width: 100%;
	border-style: solid;
	border-width: 1px;
	border-color: #E5E5E5;
	border-collapse: collapse;
	}

.table_file_field tr {
	border-style: none;
	height: 3em;
	}
.table_file_field tr.err_row {
	height: 1.5em;
	border-style: none;
	}
.table_file_field td.err_cell {
	padding:0px 0px 0px 10px;
	font-size: 80%;
	color: red;
	}
.table_file_field td.file_upload_cell {
	padding:0px 0px 0px 10px;
	width: 90%;
	}
.table_file_field .err {
	background-color: #FFF0F5;
	}
.table_file_field td.button_cell {
	width: 10%;
	}


.fileUploder{
    position:relative;
	padding:0px 5px 0px 0px;
    /*↓幅はデザイン依存。場合によっては、指定しなくていい*/
    width:500px;
    /*↓高さ指定しないとIE7で領域がひろがる…？*/
    height:25px;
    /*↓はみ出した分隠す。IE対策*/
    overflow:hidden;
}
.fileUploder .uploader{
    position:absolute;
    top:0;
    /*↓leftからrightに。ボタンが右にあるので、rightにしないとだめ。IE対策。*/
    right:0;
    /*↓念のため*/
    z-index:99;
    width:100%;
    height:100%;
    /*↓ここでフォームアイテムの大きさを調整。IE対策*/
    font-size:500px;
    opacity:0;
    /*↓IE6,7対策*/
    filter:alpha(opacity=0);
    /*↓IE8対策*/
    -ms-filter:"alpha(opacity=0)";
}

/*result*/
.result_table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	width: 100%;
}

.result_table tr th {
	padding-bottom: 10px;
}

.result_table th:first-child,
.result_table td:first-child {
	padding-left: 30px;
}

.result_table th:last-child,
.result_table td:last-child {
	padding-right: 30px;
}

.result_table thead {
	border-bottom: 2px solid #ECEFF2;
}

.result_table td:hover {
	/* background: #F0F5F7; */

}

.result_table__top td {
	padding-top: 6px;
}

.result_table__bottom {
	border-bottom: 2px solid #ECEFF2;
}

.result_tablein {
	border-collapse: collapse;
}

.result_tablein th,
.result_tablein td {
	border: none;
}

.result_area01 {
	margin: 5px 0 10px 0;
	display: flex;
    align-items: center;
}

.result_area01 dt {
	float: left;
}

.result_area01 dt a,
.result_area01 dt span {
	font-size: 80%;
	display: block;
	color: white;
	font-weight: lighter;
	text-align: center;
	width: 185px;
	padding: 3px;
	text-decoration: none;
	border-radius: 10px;
	margin-right: 50px;
}

.result_category01 {
	background-color: #AD8C97;
}

.result_category02 {
	background-color: #8BAC8F;
}

.result_category03 {
	background-color: #AEA283;
}

.result_category04 {
	background-color: #DB9991;
}

.result_category05 {
	background-color: #6DABAB;
}

.result_category06 {
	background-color: #647EA1;
}

.result_category07 {
	background-color: #8C97AD;
}

.result_area01 dd {
	color: #565656;
	float: left;
	margin-right: 4px;
}

.result_checkarea01 {
	width: 55px;
	text-align: center;
	padding: 0;
}

.result_area02 dl {
	margin-bottom: 5px;
}

.result_area02 dl dt {
	font-size: 70%;
}

.result_area02 dl dd {
	font-size: 70%;
	margin-right: 25px;
}

.result_area02 dl dt span {
	display: block;
	color: #849299;
	font-weight: lighter;
	margin-right: 5px;
	text-align: center;
}

.result_date {
	font-size: 70%;
	text-align: right;
	padding: 1px 5px;
}

/*pager*/
.result_pager_area {
	display: block;
	overflow: hidden;
}

.result_count {
	display: block;
	padding: 5px;
	vertical-align: middle;
	text-decoration: none;
	color: #849299;
	font-size: 70%;
	float: left;
}

.result_pager_area ul {
	float: right;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.result_pager_area ul li {
	float: left;
	margin: 0;
	padding: 0;
}

.result_pager_area ul li a,
.result_pager_now,
.result_pager_joint {
	display: block;
	margin: 0 2px;
	border-style: solid;
	border-color: #E5E5E5;
	border-width: 1px;
	padding: 5px 8px;
	vertical-align: middle;
	text-decoration: none;
	font-size: 70%;
}

.result_pager_area ul li a {
	background: white;
	color: #969696;
}

.result_pager_area ul li a:hover {
	background: #F0F5F7;
}

.result_pager_now {
	border-color: #d3e9eb;
	color: white;
	background: #36C7D4;
}

.result_pager_joint {
	border: none;
}

.result_read {
    font-size: 80%;
    margin-right: 10px;
    width: 23px;
}

.result_unread {
    font-size: 80%;
    color: red;
    margin-right: 10px;
    width: 23px;
}

/* ガイドページにある目次 */
.table_of_contents {
	background: #F2F2F2;
	border-radius: 10px;
	padding: 16px;
}
.table_of_contents span{
	color: #A2A2A4;
	margin: 8px;
}
.table_of_contents h3{
	font-size: 14px;
	padding-left: 0%;
	margin-bottom: 0px;
	margin-right: 0px;
	padding-top: 0px;
}
.table_of_contents .contents_h3 a{
	color: #E89215 !important;
	font-size: 14px;
	font-weight: bold;
}
.table_of_contents .contents_h3 a:hover{
	opacity: .6;
}
.table_of_contents .contents_inner {
	margin: 12px 8px;
	line-height: 180%;
}
.table_of_contents li{
	margin-left: 24px;
}

/* ガイドページの見出し */

.guidepage h3 {
	font-size: 18px;
	padding-left: 0;
}

.guidepage h4 {
	font-size: 16px;
	color: #417BB1;
}

/* ガイドページのul li（注意事項のセクション）*/
.guide_attention ul {
	padding-left: 16px;
  }
.guide_attention li {
	position: relative;
	padding-left: 27px; /* マーカーの分だけ左に余白を作る */
	margin-bottom: 8px;
	background-image: url(../img/exclamation.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-size: 21px;
  }

.how_to_answer p {
	margin-bottom: 16px;
}

.amazonpay_amazon_table caption {
	color: #A2A2A4;
}

#amazonpay_amazon_counter_evidence_matrix table tbody td {
	text-align: center;   /* ○は中央寄せ */
}
#amazonpay_amazon_counter_evidence_matrix table tbody td:nth-child(1)
{
	text-align: left;   /* 利用内容調査理由の列は左寄せ */
}
#amazonpay_amazon_counter_evidence_matrix table tbody tr:nth-child(1) td:nth-child(2)
{
	text-align: left;   /* 利用内容調査理由の列は左寄せ（一行目） */
}
.vertical-text {
    writing-mode: vertical-rl; /* 縦書き（右から左） */
    text-orientation: upright; /* 文字を正立させる */
    padding: 10px; /* 余白をつけて見やすく */
    text-align: center !important;
}

#credit_explanations .layout03_result_table,
#amazonpay_card_explanations .layout03_result_table,
#amazonpay_amazon_counter_evidence_matrix .layout03_result_table {
	margin-bottom: 5px;
}

.sup_note {
	font-size: 12px;
	color: #A2A2A4;
	margin-bottom: 2px !important;
}

/* サンプルファイルのダウンロードリンク */
.file_download_cell {
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: start;
	gap: 10px;
}

.file_download {
	background-image: url(../img/download.svg);
	background-repeat:  no-repeat;
	background-size: contain;
	background-size: 20px 20px;
	padding-left: 24px;
}

/* pc */
@media only screen and (max-width: 1520px) {}

/* Tablet */
@media only screen and (max-width: 960px) {

	.result_pager_joint,
	.result_pager_num {
		display: none !important;
	}
}

/* mobile */
@media only screen and (max-width: 960px) {
	.result_pager_area ul {
		float: left;
	}
	.result_date {
		text-align: left;
		margin-bottom: 5px;
		background: #efefef;
	}
	.form_desc {
		padding: 10px;
	}

	.form_table td,
	.login_table td {
		width: 100% !important;
		display: block;
	}
	.form_category01 {
		padding: 15px 20px 0px 20px;
	}
	.login_table .form_category01 {
		padding: 15px 20px 0px 0px;
	}
	.form_input_check {
		padding: 5px 20px 5px 20px;
	}
}

@media only screen and (min-width: 960px) {}
