@charset "Shift_JIS";

/**
 * filename: main.css
 * @overview メイン定義CSS
 * @version 1.0.0 2017-07-02
 */

/**
* 汎用要素定義`
*/

/* クリアフィックス */
.clearfix:after, ul.radio.horizon:after, ul.radio.toggle:after, ul.checkbox.horizon:after,
	#header .container:after, ul.faq-function:after, #step-chart .step-chart:after,
	ul.menu:after, #main-command ul.container:after, #footer .container:after,
	#footer .list:after, .column-2:after, .dialog-command:after {
	content: "";
	clear: both;
	display: block;
}

/**
* ベース要素定義`
*/
html {
	font-size:62.5%;
}

body {
	background: #fff;
	color: #333;
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ", "ＭＳ ゴシック", sans-serif;
	line-height: 180%;
	font-size: 1.4em;
}

input, select, button {
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ", "ＭＳ ゴシック", sans-serif;
}

a:link {
	color: #0070bc;
}

a:visited {
	color: #0070bc;
}

a:hover {
	text-decoration: none;
}

a:active {

}

a:focus {

}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

li {
	margin: 0 0 6px 0;
	padding: 0;
}

dl, dt, dd {
	margin: 0;
}

/* リンクアイコン */
a.faq-link {
	background: transparent url('../../img2025/pc/icon_faq.png') no-repeat 0 0;
	padding-left: 20px;
	display: block;
}
a.faq-link-guide {
	background: transparent url('../../img2025/pc/icon_book.gif') no-repeat 0 0;
	padding-left: 20px;
	display: block;
	margin-left:10px;

}
a.faq-linknew {
	background: transparent url('../../img2025/pc/icon_book.gif') no-repeat 0 0;
	padding-left: 20px;
	display: block;
	margin-left:10px;

}

a.inner-link {
	background: transparent url('../../img2025/pc/icon_inner-link.png')
		no-repeat 2px 6px;
	padding-left: 20px;
	display: inline-block;
}

a.out-link {
	background: transparent url('../../img2025/pc/icon_out-link.png')
		no-repeat 0 7px;
	padding-left: 20px;
	display: inline-block;
}

/* 必須 */
.required {
	display: inline-block;
	background: #dd2f2f;
	font-size: 78.6%;
	color: #fff;
	font-weight: normal;
	line-height: 1;
	padding: 3px 8px 3px 8px;
	vertical-align: middle;
	margin-left: 10px;
	margin-top: -2px;
}

/* ボタン */
button {
	box-sizing: border-box;
	border: none;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	padding: 4px 10px 3px 10px;
	vertical-align: top;
	cursor: pointer;
	background: #eee;
	color:buttontext;
}

button[disabled] {
	cursor: auto;
	color:rgba(16, 16, 16, 0.3);
}


#header {

}

#header .system-name .section .year {
	margin-top: 6px;
}

#step-chart ul.step-chart li.is-select {
	background-position: 65% bottom;
}

#header ul.faq-function .search.faq .textbox {
	display: block;
	float: left;
}
#header ul.faq-function .search.faq .button.search {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	padding: 0;
	background: transparent url('../../img2025/pc/icon_search.png') no-repeat 0 0;
	width: 30px;
	height: 30px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

#header-line {
	background: #197f4a;
	height: 30px;
}


#contents .area-command button {
	padding: 12px 24px 10px 24px;
	font-size: 114.3%;
	min-width: 240px;
	margin-left: 10px;
}

#contents .area-command2 button {
	padding: 12px 24px 10px 24px;
	font-size: 114.3%;
	min-width: 240px;
	margin-left: 10px;
}

#contents .area-command button:first-child {
	margin-left: 0;
}

#contents .area-command button.positive {
	background: #197f4a;
	color: #fff;
}

#contents .area-command2 button.positive {
	background: #197f4a;
	color: #fff;
}

/* hoverで追加 */
#contents .area-command button.positive:hover {
	background: #156c3f;
}

#contents .area-command2 button.positive:hover {
	background: #156c3f;
}


#contents .area-command button.negative {
	background: #eee;
}

/* hoverで追加 */
#contents .area-command button.negative:hover {
	background: #d6d6d6;
}

#contents .area-download button {
	padding: 12px 24px 10px 24px;
	font-size: 114.3%;
	min-width: 240px;
	margin-left: 10px;
}

#contents .area-download button:first-child {
	margin-left: 0;
}

#contents .area-download button.positive {
	background: #197f4a;
	color: #fff;
}

/* hoverで追加 */
#contents .area-download button.positive:hover {
	background: #156c3f;
}

#contents .area-download button.negative {
	background: #eee;
}

/* hoverで追加 */
#contents .area-download button.negative:hover {
	background: #d6d6d6;
}

#contents td button {
	background: #606060;
	color: #fff;
	padding: 8px 10px 6px 10px;
	margin-right: 10px;
	min-width: 70px;
}

#contents td button[disabled] {
	background: #cecece;
}

#contents ul.pager li button {
	background: #197f4a;
	color: #fff;
	padding: 6px 24px 4px 24px;
}

#contents ul.pager li button[disabled] {
	background: #fff;
	border: 1px solid #d8d8d8;
	color: #686868;
}

.dialog-command button {
	font-size: 114.3%;
	padding: 12px 14px 10px 14px;
	min-width: 180px;
}

#main-command button {
	font-size: 114.3%;
	padding: 12px 14px 10px 14px;
	min-width: 180px;
	border: 1px solid #d3ccc2;
	background:#fff;
	border-radius:54px;
}

/* hoverで追加 */
.dialog-command button:hover{
	background: #d6d6d6;
}
#main-command button:hover {
	background: #F7F7F7;
}

#main-command button .text, .dialog-command button .text {

}

.dialog-command .prev button {
	margin-right: 10px;
}

#main-command .prev button {
	margin-right: 10px;
	border-radius: 54px;
	background-color: #fff;
	border: 1px solid #d3ccc2;
}

/* 戻るボタンのhover */
.dialog-command .prev button:hover{
	background: #d6d6d6;
}

#main-command .prev button:hover {
	background: #F7F7F7;
}

.dialog-command .next button {
	margin-left: 10px;
	background: #f4ae00;
}

#main-command .next button {
	margin-left: 10px;
	background: #197f4a;
	border-radius: 54px;
	color: #fff;
}

.dialog-command .nextRight button {
	margin-left: 10px;
	background: #f4ae00;
}


#main-command .nextRight button {
	margin-left: 10px;
	background: #197f4a;
	border-radius: 54px;
	color: #fff;
}

/* 次へなどのボタンのhover */
.dialog-command .nextRight button:hover {
	background: #db9c00;
}

#main-command .nextRight button:hover {
	background: #156c3f;
}

#main-command .next button:hover {
	background: #156c3f;
}

#main-command .nextRight button:disabled {
	background: #ccc;
	border-color: #ccc;
}

/* 大きいボタン */
button.big-button {
	vertical-align: middle;
	height: 110px;
	width: 300px;
	background: #197f4a;
	color: #fff;
	font-size: 142.9%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 10px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	line-height: 160%;
}
button.big-button[disabled]{
	background: #cecece;
}

/* hoverで追加 */
button.big-button:hover {
	background: #156c3f;
}

.big-button .text {
	font-size: 170%;
	line-height: 150%;
}

/* 中くらい緑ボタン */
button.middle-green-button-1 {
	vertical-align: middle;
	background: #197f4a;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 114.3%;
	padding: 12px 14px 10px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	line-height: 160%;
	min-width: 180px;
}
button.middle-green-button-1[disabled]{
	background: #cecece;
}

/* 1個だけ */
button.big-button.single {
	width: 500px;
	height: 150px;
}
button.big-button.single2 {
	width: 300px;
	height: 110px;
}
/* 2個横並び */
button.big-button.double {
	width: 400px;
	height: 150px;
}

/* 大きいボタン選択系画面のレイアウト指定リスト */
ul.button-choice {
	width: 100%;
}
ul.button-choice li {
	width: 50%;
	margin:0 auto;
	float:left;
}
ul.button-choice li:first-child {
	margin: 0;
}

/* カード読み込みボックス */
.read-card-box{
	position: relative;
	margin-top: 40px;
}
.read-card-box img{
	vertical-align: bottom;
}

/* カルーセルボックス */
.carousel-box{
	width: 600px;
	overflow: hidden;
	position: relative;
}
.carousel-inner{
	/*width: 1800px;*/
}
.carousel-box li{
	float: left;
	width: 600px;
	height: 250px;
	padding: 0;
	margin: 0;
	position: relative;
}
.carousel-box li .picture{
	width: 600px;
	height: 250px;
	position: absolute;
	margin: 0;
	top: 0;
}
.carousel-box li .text{
	position: absolute;
	width: 600px;
	height: 40px;
	position: absolute;
	color: #fff;
	background-color: #197f4a;
	margin: 0;
	bottom: 0;
}
.carousel-box .prev_button{
	position: absolute;
	left: 0;
	top: 100px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	background-color: #197f4a;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
}
.carousel-box .next_button{
	position: absolute;
	right: 0;
	top: 100px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	background-color: #197f4a;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
}


/* 読取開始ボタン */
button.big-button.read-card {
	margin: 70px 0 0 auto;
	float:right;
}
button.big-button.read-card-2 {
	position: absolute;
	bottom: 0;
	right :0;
}

#contents table button.intable-button {
	background: #197f4a;
	color: #fff;
	padding: 8px 24px 7px 24px;
}
#contents table button.intable-button:hover{
	background: #156c3f;
}

/* 文字サイズ指定 */
.text.extreme-small ,.text .extreme-small {
	font-size: 60%;
}
.text.more-small ,.text .more-small {
	font-size: 75%;
}
.text.small ,.text .small {
	font-size: 90%;
}
.text.big ,.text .big {
	font-size: 110%;
}
.text.more-big ,.text .more-big {
	font-size: 125%;
}
.text.extreme-big ,.text .extreme-big {
	font-size: 140%;
}
.text.extreme-big250 ,.text .extreme-big250 {
font-size: 250%;
}

/* コントロール */
/* テキストボックス */
input[type=text].textbox {
	padding: 7px 6px 5px 6px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0;
}

input[type=text].textbox-pass {
	padding: 6px 6px 4px 6px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0;
	ime-mode:disabled;
}
input[type=text].pw_text {
	padding: 6px 6px 4px 6px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0;
}

input[type=text].textbox {
	padding: 4px 6px 3px 6px;
}

input[type=text].textbox:first-child {
	margin-left: 0;
}

input[type=file].file {
	margin: 0 0 8px 10px;
}

input[type=file].file:first-child {
	margin-left: 0;
}

input[type=text].textbox.error {
	background: #ffe1e1;
	box-shadow: none;
	border: 1px solid #aaa;
}
/*inputパスワード*/

input[type=password].textbox {
	padding: 7px 6px 5px 6px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0;
}
.textbox-pass {
	padding: 6px 6px 4px 6px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0;
}
input[type=password].textbox-pass {
	padding: 6px 6px 4px 6px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0;
	ime-mode:disabled;
}
input[type=password].pw_text {
	padding: 6px 6px 4px 6px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0;
}

input[type=password].textbox.error {
	background: #ffe1e1;
	box-shadow: none;
	border: 1px solid #aaa;
}
.w10 {
	width: 10%;
}
.w11 {
	width: 11%;
}
.w20 {
	width: 20%;
}
.w25 {
	width: 25%;
}
.w30 {
	width: 30%;
}
.w40 {
	width: 40%;
}
.w50 {
	width: 50%;
}
.w60 {
	width: 60%;
}
.w70 {
	width: 70%;
}
.w75 {
	width: 75%;
}
.w80 {
	width: 80%;
}
.w86 {
	width: 86%;
}
.w90 {
	width: 90%;
}
.w92 {
	width: 92%;
}
.w100 {
	width: 100%;
}
.width150 {
	width: 150px;
}
.width170 {
	width: 170px;
}
.width200 {
	width: 200px;
}
.width300 {
	width: 300px;
}
.width520 {
	width: 520px;
}
.width620 {
	width: 620px;
}
/* セレクトボックス */
select {
	padding: 6px 6px 4px 6px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0 0 8px 10px;
}

select:first-child {
	margin-left: 0;
}
.select_size{
	width:170px;
}
/* ラジオボタン */
ul.radio.horizon li {
	float: left;
	margin-right: 30px;
}

.radio-item {
	display: inline-block;
	margin: 5px 6px 0 0;
	vertical-align: top;
}

.radio-item+label {
	cursor: pointer;
}

.radio-item[disabled]+label {
	cursor: auto;
	color: #999;
}

.radio-item:enabled + label:hover {
	background: #cfeeff;
}

ul.radio.toggle {

}

ul.radio.toggle li {
	float: left;
	position: relative;
	width: 100px;
	min-height: 34px;
	margin-bottom: 10px;
	margin-right: 1px;
}

ul.radio.toggle .radio-item {
	margin-left: 4px;
}

ul.radio.toggle .radio-item+label {
	display: inline-block;
	background: #eee;
	padding: 4px 10px 3px 10px;
	width: 80px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}

ul.radio.toggle .radio-item:checked+label {
	background: #197f4a;
	color: #fff;
	cursor: auto;
}

ul.radio.toggle .radio-item:focus+label {
	outline: 1px dotted #222;
}

ul.checkbox.horizon li {
	float: left;
	margin-right: 30px;
}

.checkbox-item {
	display: inline-block;
	margin: 5px 6px 0 0;
	vertical-align: top;
}

.checkbox-item-h2 {
	display: inline-block;
	margin: 5px 6px 0 0;
	vertical-align: top;
	transform: scale(1.3);
}
.checkbox-item+label {
	cursor: pointer;
}

.checkbox-item[disabled]+label {
	cursor: auto;
	color: #999;
}

.checkbox-item + label:hover {
	background: #cfeeff;
}

/* 補助テキスト */
.aid {
	display: inline-block;
	margin: 0 0 0 8px;
}

/*
 * 各オブジェクトの基本要素
 */
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

/* 各コンテンツのコンテナー */
.container {
	width: 960px;
	margin: 0 auto;
	padding: 2px 10px;
}

/* ヘッダー */

#header .system-name {
	float: left;
	margin: 7.5px 20px 0 0;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}

#header .system-name>p {
	display: inline-block;
	margin: 0;
	font-size: 85.7%;
	vertical-align: top;
	margin-right: 16px;
	margin-top: 2px;
}

#header .system-name .section {

}

#header .system-name .section span {
	display: inline-block;
	line-height: 100%;
}

#header .system-name .section .jurisdiction {
	display: block;
}

#header .system-name .section .year {
	margin-right: 10px;
}

#header .system-name .sub-section {
	color: #197f4a;
	border: 1px solid #197f4a;
	line-height: 100%;
	margin-top: 3px;
	padding: 6px 14px 4px 14px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
}

#header .system-name .logo {
	color: #3a3a3a;
	font-size: 2.0rem;
	font-weight: bold;
	margin-top: -1.4px;
}

#header .system-name .logo-small {
	color: #3a3a3a;
	font-size: 2.0rem;
	font-weight: bold;
	margin-top: -1.4px;
}

#header ul.faq-function {
	float: right;
	margin: 5px 2px 0 0;
}

#header ul.faq-function li {
	float: left;
	margin: 0px;
}

#header ul.faq-function a {
	color: #333;
	display: block;
	margin-right: 1.6rem;
	padding: 1.6rem 0;
}

#header ul.faq-function li:last-of-type a {
	margin-right: 0;
}

#header ul.faq-function .link .icon {
	margin-right: 8px;
}

#header ul.faq-function .search.faq {
	margin-bottom: 0;
}

#header ul.faq-function .search.faq .textbox {
	width: 180px;
	height: 30px;
}

/* カテゴリータイトル */
#category-title {
	background: #197f4a;
}

#category-title .container {
	background: #197f4a;
}

#category-title p {
	color: #fff;
	font-weight: bold;
	font-size: 128.6%;
	margin: 12px 0;
}

#category-title-p{
	height:26px;
}

#containertitle{
	height:26px;
}

#screen_title{
	height:26px;
}

/* ステップチャート */
#step-chart {
	background: #fff;
}

#step-chart .container {
	background: #fff;
	padding: 1px 10px 0 10px;
}

#step-chart ul.step-chart {
	border-top: 1px solid #197f4a;
	display: flex;
	flex-flow :column;
	flex-direction: row;
	justify-content: flex-start;
	line-height: 1.667;
}

#step-chart ul.step-chart li {
	float: left;
	position: relative;
	vertical-align: top;
	padding: 1.05rem 2.1rem 1.05rem 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	font-size:1.6rem
}
#step-chart ul.step-chart li.is-select_new {
	color: #177544;
	font-weight: bold;
	font-size: 126.5%;
}

#step-chart ul.step-chart li:first-child {
	margin-left: 0;
	padding-left: 0;
}

#step-chart ul.step-chart li:not(:last-child):after {
	position: absolute;
	content: '';
	display: inline-block;
	border-radius: 50%;
	top: 49%;
	transform: translateY(-50%);
	right: 0.4rem;
	width: 1.4rem;
	height: 1.4rem;
	text-align: center;
	background-image: url('../../img2025/pc/arrow_step_main.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

/*　CCS0500_1の画面で追加　*/
#step-chart ul.step-chart-line li:after {
	display: inline-block;
	position: absolute;
	content: "";
	vertical-align: top;
	margin: auto;
	top: 7px;
	left: 0;
	width: 6px;
	height: 10px;
	background: transparent url('../../img2025/pc/icon_step-line.png') no-repeat 0 0;
}

#step-chart ul.step-chart li:first-child:after {

}

.screen-title {
	font-size: 	171.4%;
	color: #197f4a;
	margin: 0 0 14px 0;
	padding-top: 14px;
	border-top: 2px solid #197f4a;
}

.screen-title .continue {
	color: #333;
	font-size: 50%;
	font-weight: normal;
	background: #eadec1;
	display: inline-block;
	padding: 2px 16px 0px 16px;
	margin: -2px 0 0 36px;
	vertical-align: top;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	position: relative;
}

.screen-title .continue:after {
	display: inline-block;
	position: absolute;
	content: "";
	vertical-align: top;
	margin: auto;
	top: 7px;
	left: -20px;
	width: 6px;
	height: 10px;
	background: transparent url('../../img2025/pc/icon_step-chart.png') no-repeat 0 0;
}

.screen-title {
	font-size: 171.4%;
	color: #197f4a;
	margin: 0 0 14px 0;
	padding-top: 14px;
	border-top: 2px solid #197f4a;
}

.screen-title .continue {
	color: #333;
	font-size: 50%;
	font-weight: normal;
	background: #eadec1;
	display: inline-block;
	padding: 2px 16px 0px 16px;
	margin: -2px 0 0 36px;
	vertical-align: top;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	position: relative;
}

.screen-title .continue:after {
	display: inline-block;
	position: absolute;
	content: "";
	vertical-align: top;
	margin: auto;
	top: 7px;
	left: -20px;
	width: 6px;
	height: 10px;
	background: transparent url('../../img2025/pc/icon_step-chart.png')
		no-repeat 0 0;
}

/* コンテンツ */
#contents {
	margin-bottom: 40px;
}

#contents .container {
	min-height: 300px;
}

h2 {
	font-weight: normal;
	font-size: 128.6%;
	border-bottom: 2px dotted #ea9000;
	padding-bottom: 6px;
	margin: 40px 0 14px 0;
}

p {
	margin: 14px 0 10px 0;
}

.guidance {
	margin: 24px 0 14px 0;
}

.emphasis {
	display: inline-block;
	font-weight: bold;
	font-size: 128.6%;
	margin: 0 10px;
}

.area-title {
	color: #197f4a;
	font-weight: bold;
	font-size: 171.4%;
	margin: 40px 0 20px 0;
}

.area-command {
	border-top: 1px solid #d3d3d3;
	text-align: center;
	padding: 20px 0 10px 0;
	margin: 18px 0 30px 0;
}

.area-command2 {
	text-align: center;
}

.area-download {
	text-align: center;
	padding: 20px 0 10px 0;
	margin: 18px 0 30px 0;
}

.area-command+.area-title {
	margin-top: 60px;
}

ul.list {
	margin: 14px 0 10px 0;
}

ul.list li {
	background: transparent url('../../img2025/pc/icon_list.png') no-repeat 0
		0.6em;
	padding-left: 14px;
}

/* liの間隔狭い版 */
ul.list.narrow li {
	margin: 0;
}

ul.list.link li {
	background: none;
	padding-left: 0;
}

/* 入力コントロール（レイアウト） */
.form-group {
	margin: 32px 0 14px 0;
}

.form-label {
	display: block;
	margin: 0 0 4px 0;
}

.form-group .note {
	display: block;
	margin: -4px 0 4px 0;
	color: #565656;
	font-size: 85.7%;
}

 .error-detail {
	color: #dd2f2f;
	background: transparent url('../../img2025/pc/icon_message-error-s.png')
		no-repeat 0 4px;
	padding-left: 20px;
	margin: 0 0 6px 0;
}

.form-group ul.list.link {
	font-size: 85.7%;
	margin: -4px 0 0 0;
}

.form-control {

}

.multi-form-group {
	margin: 36px 0 24px 0;
}

.multi-form-group .number {
	font-size: 128.6%;
	font-weight: bold;
	border-bottom: 1px solid #d3d3d3;
	padding-bottom: 12px;
	margin-bottom: -12px;
}

.form-group .combine {
	display: block;
	margin-top: 4px;
}

/* テーブル */
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 28px 0 20px 0;
}

.form-group table {
	margin-top: 0;
}

/* csc0800_1 csc0802_1で追加 */
.margin-b-080 table{
	margin-bottom: 0;
}

table caption {
	text-align: left;
}

th, td {
	border-bottom: 1px solid #ccc;
	text-align: left;
	vertical-align: top;
	padding: 8px;
}

th {
	background: #f2efe4;
	font-weight: normal;
}

td {
	background: #fff;
	border-left: 1px solid #ccc;
}

tr:first-child th, tr:first-child td {
	border-top: 1px solid #ccc;
}
tr:first-child th.bt_none, tr:first-child td.bt_none {
	border-top: none;
}

/* 水平テーブル */
table.horizon_new th {
	width: 140px;
}
table.horizon th {
	width: 400px;
}

/* リストテーブル */
table.list tr.even td {
	background: #fcfaf2;
}

table.list th {
	border-left: 1px solid #ccc;
}

table.list th:first-child {
	border-left: none;
}

table.list td {

}

table.list td:first-child {
	border-left: none;
}

table.list.multi th.multi-border, table.list.multi td.multi-border {
	border-left: 1px solid #ccc;
}

table td.number {
	text-align: right;
}
td.csc0700_check_area {
	text-align: center;
	width: 80px;
	vertical-align: middle;
}
table td .emphasis {
	margin: 0;
}

/* csc0802対応 */
.border-light td{
	border-bottom: 1px solid #efefef;
}
.border-light tr:first-child td{
	border-top: 1px solid #efefef;
}

/* 空白用線消しcss */
table th.blank, table td.blank {
	border-left: none;
}

/* td input */
table td input[type="text"].textbox {
	margin-bottom: 0;
}

table td ul.list {
	margin: 4px 0 2px 0;
}

.table-layout-fixed{
	table-layout: fixed;
}

/* ブラウザーによって横線が消えた場合に使用 */
.table-border-right{
	border-right: 1px solid #ccc;
}

/* ページャー */
ul.pager {
	text-align: center;
	margin: 0 0 18px 0;
}

ul.pager li {
	display: inline-block;
}

ul.pager li.page-number {
	margin: 0 20px;
}

/* メッセージ */
.message {
	border: 3px solid #0081c1;
	padding: 20px 16px 20px 58px;
	margin: 32px 0 24px 0;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background: transparent url('../../img2025/pc/icon_message.png') no-repeat
		16px 18px;
}
.message.warning_2 {
	border-color: #f4cb00;
	background-image: url('../../img2025/pc/icon_message-warning.png');
	padding: 8px 16px 20px 58px;
}

.message.warning {
	border-color: #f4cb00;
	background-image: url('../../img2025/pc/icon_message-warning.png');
}

.message.error {
	border-color: #dd2f2f;
	background-image: url('../../img2025/pc/icon_message-error.png');
}

.message.main {
	border-color: #197f4a;
	background: none;
	padding-left: 16px;
}

.message.main2 {
	border-color: #197f4a;
	background: none;
	padding: 20px 16px 20px 58px;
}

.message.main .emphasis {
	color: #197f4a;
	font-size: 228.6%;
	vertical-align: top;
	margin-top: 2px;
}

.guidance.main2 {
	font-size: 142.9%;
	background: none;
}
.guidance.main2 .emphasis2 {
	font-weight: bold;
	margin: 0px;
}
.message>span.message_head{
	display:inline-block;
	font-weight:normal;
	font-size:128.6%;
	margin:0;
}

/* メニュー */
ul.menu {
	margin: 52px 0 20px 0;
}

ul.menu>li {
	float: left;
	width: 300px;
	margin-left: 30px;
}

ul.menu li:first-child {
	margin-left: 0;
}

ul.menu li .title {
	display: table-cell;
	vertical-align: middle;
	height: 110px;
	width: 300px;
	background: #197f4a;
	color: #fff;
	font-size: 142.9%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 10px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	line-height: 160%;
}

ul.menu li .summary {
	display: block;
	margin: 14px 0 12px 0;
}

ul.menu li.is-select {
	position: relative;
}

ul.menu li.is-select .title {
	border: 4px solid #f4ae00;
	padding: 6px;
	position: relative;
}

ul.menu li.is-select .title:after {
	display: inline-block;
	position: absolute;
	content: "";
	vertical-align: top;
	margin: auto;
	top: 0;
	left: 0;
	width: 288px;
	height: 118px;
	border: 2px solid #fff;
}

ul.menu li.is-select .guidance {
	position: absolute;
	top: -36px;
	left: 0;
	z-index: 2;
	margin: 0;
	padding: 3px 0 3px 40px;
	background: transparent url('../../img2025/pc/icon_check.png') no-repeat 0
		0;
	color: #197f4a;
	font-size: 114.3%;
	font-weight: bold;
}

/* wrap */
.h-wrap {
	position: relative;
}

.h-wrap h2 {
	padding-right: 400px;
}

.h-wrap a {
	position: absolute;
	top: 0;
	right: 0;
}

/* メインコマンド */
#main-command {
	background: #f2efe4;
}

#main-command ul.container {
	background: #f2efe4;
	height: 72px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	width: 960px;
	margin: 0 auto;
}

#main-command ul.container li {
	margin-top: 14px;
	margin-bottom: 14px;
}

#main-command ul.container li.prev {
	float: left;
}

#main-command ul.container li.next {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 180px;
	height: 40px;
}

#main-command ul.container li.nextRight {
		float: right;
}

/* フッター */
#footer {
	background: #115934;
	color: #fff;
	font-size: 85.7%;
}

#footer .container {
	background: #115934;
}

#footer span.id-pagetop {
	color: #fff;
}

#footer a {
	color: #fff;
}

#footer .list {
	float: left;
	margin: 6px 20px 0 0;
}

#footer .list li {
	float: left;
	margin-right: 30px;
	background: none;
	padding: 0;
}
#footer .list2 li {
	float: left;
	margin-right: 65px;
	background: none;
	padding: 0;
}

#footer .copyright {
	float: right;
	margin: 6px 0;
}

#footer .footer_version {
	float: left;
	margin: 6px 0;
	font-size: 12px;
	line-height: 25.2px;
}

/* jquery ui共通css */
.ui-widget {
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ", "ＭＳ ゴシック", sans-serif;
	font-size: 100%;
}

.ui-widget button, .ui-widget input, .ui-widget select {
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ", "ＭＳ ゴシック", sans-serif;
}

.ui-widget.ui-widget-content {
	border: none;
}

.ui-widget-overlay {
	background: #000;
}

/* dialog css jquery uiベース */
.dialog {
	display: none;
}

.ui-dialog {
	padding: 0
}

.ui-dialog .ui-dialog-content {
	padding: 2px 20px 0 20px;
}

.ui-dialog .ui-widget-header {
	background: #197f4a;
	color: #fff;
	font-size: 171.4%;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	padding: 16px 20px 14px 20px;
}

.ui-dialog .ui-button {
	border: none;
	background: transparent url('../../img2025/pc/icon_close.png') no-repeat 0
		0;
	width: 25px;
	height: 25px;
	padding: 0;
}

.ui-dialog .ui-dialog-titlebar-close {
	right: 20px;
	top: 28px;
}

.ui-dialog .column-2 {

}

.ui-dialog .column-2 .input-area {
	float: left;
	width: 440px;
	margin-right: 20px;
}

.ui-dialog .column-2 .reference-area {
	float: left;
	width: 400px;
}

.no-foot-bar {
	background: none !important;
	margin: 0 -20px !important;
}

.no-foot-bar li.prev {
	float: right !important;
}

.dialog-command {
	background: #197f4a;
	margin: 20px -20px 0 -20px;
	padding: 0 20px 0 20px;
}

.dialog-command li {
	margin-top: 14px;
	margin-bottom: 14px;
}

.dialog-command li.prev {
	float: left;
}
.dialog-command li.prev {
	float: left;
}
.dialog-command li.next {
	float: right;
}

.dialog-command li.center {
	float: right;
}

/* tooltip css jquery uiベース */
.ui-tooltip {
	background: #333;
	color: #fff;
	font-size: 85.7%;
	padding: 4px 10px 3px 10px;
}

.ui-tooltip.ui-widget-shadow {
	box-shadow: none;
}

/*************追加***************/
.mt0 {
	margin-top: 0 !important;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mt-10 {
	margin-top: -10px !important
}

.pt0 {
	padding-top: 0 !important;
}

.pt5 {
	padding-top: 5px;
}

.pt10 {
	padding-top: 10px;
}

.pt15 {
	padding-top: 15px;
}

.pt20 {
	padding-top: 20px;
}

.pt25 {
	padding-top: 25px;
}

.pt30 {
	padding-top: 30px;
}
.pr100{
	padding-right: 100px;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}
.ml0 {
	margin-left: 0 !important;
}
.ml5 {
	margin-left: 5px;
}
.ml10 {
	margin-left: 10px;
}
.ml15 {
	margin-left: 15px;
}
.ml20 {
	margin-left: 20px;
}
.ml25 {
	margin-left: 25px;
}
.ml30 {
	margin-left: 30px;
}
.ml50 {
	margin-left: 50px;
}
.ml180 {
	margin-left: 180px;
}
.mr0 {
	margin-right: 0 !important;
}
.mr5 {
	margin-right: 5px;
}
.mr10 {
	margin-right: 10px;
}
.mr15 {
	margin-right: 15px;
}
.mr20 {
	margin-right: 20px;
}
.mr25 {
	margin-right: 25px;
}
.mr30 {
	margin-right: 30px;
}
.center {
	text-align: center;
}

.right {
	text-align: right;
}


.left {

	text-align: left;

}

.f_right {
	float: right;
}

.f_left {
	float: left;
}
.f_claer{
	clear: both;
}
img.f_right {
	padding-left: 20px;
}

img.f_left {
	padding-right: 20px;
}

.block{
	display:block;
}

h3 {
	color: #197f4a;
	margin: 10px 0;
	font-weight: normal;
}

.font_red {
	color: #dd2f2f;
}
/*button を a 同様の見た目にする*/
button.bg_none {
	background: none;
	padding: 0;
	color: #0c84c6;
	text-decoration: underline;
}

button.bg_none:hover {
	text-decoration: none;
}

/*ローディング*/
.loader, .loader:after {
	border-radius: 50%;
	width: 70px;
	height: 70px;
}

.loader {
	margin: 10px auto;
	font-size: 10px;
	position: relative;
	border-top: 1.1em solid rgba(25, 127, 74, 0.5);
	border-right: 1.1em solid rgba(25, 127, 74, 0.5);
	border-bottom: 1.1em solid rgba(25, 127, 74, 0.5);
	border-left: 1.1em solid #ffffff;
	transform: translateZ(0);
	animation: load 2s infinite linear;
}

@keyframes load {
	0% {
		transform: rotate(0deg);
	}
	100%{
		transform:rotate(360deg);
	}
}

/*2分割*/
.half_block:after {
	content: "";
	clear: both;
	display: block;
}

.halfleft {
	width: 460px;
	margin-right: 40px;
	float: left;
}

.halfright {
	width: 460px;
	float: left;
}

#input_field::-ms-reveal {
	display: none;
}

/*************サンプル用　共通***************/
.move_erea {
	bottom: 30px;
	position: fixed;
	z-index: 999;
	margin-left: 1.0em;
	text-align: left;
	padding: 10px;
	/*	background:#acd5d5; */
	/*	background:#FFF8DC; */
	background: #DDDDFF;
	border-radius: 5px 5px 5px 5px;
}

.move_erea p {
	font-size: 1.1em;
	font-weight: bold;
}

.move_erea ul {
	margin-bottom: 1.0em !important;
}

.move_erea li {
	margin-left: 0;
	list-style-type: none;
}

/*************サンプル用　ページ個別***************/
/*テスト用*/
#checkpassword1, #checkpassword2 {
	display: none;
}

#check_group{display:none;}

#saisousin {
	visibility: hidden;
}
#pin_print {
	display: none;
	}

.border_none{
	border: none;
	border-top:none !important;
}

.info-table{
	width:100%;
	margin-top:auto;
	margin-bottom:auto;
}

.check_table{
	padding:10px;
}
.width-main{
	width:82%;
}
.width_remove{
	width:auto;
}
.background_red{
	background:red;
}
.new_container {
	width: 1050px;
	margin: 0 auto;
	padding: 2px 10px;
}
.padding_remove{
	padding:0px;
}
.new_table {
	width: auto;
	border-collapse: separate;
	border-spacing: 2px !important;
	margin: -28px 0 0px 0;
}

.m-t-8 {
	margin-top:-8px;
}

.block_line{
	white-space: nowrap;
}

.corner_frame01 {
	border: 2px #000000 solid;
	background-color: #FFFFFF;
}

.corner_frame02 {
	border: 4px #ffc0cb solid;
	background-color: #FFFFFF;
}

.corner_frame03 {
	border: 4px #add8e6 solid;
	background-color: #FFFFFF;
}

.corner_frame04 {
	border: 4px #f0e68c solid;
	background-color: #FFFFFF;
}

.corner_frame05 {
	border: 4px #90ee90 solid;
	background-color: #FFFFFF;
}

.sinkokusyo_sentaku_erea_left {
	width: 750px;
	display: inline-block;
}

.sinkokusyo_sentaku_erea_right {
	width: 278px;
	display: inline-block;
	vertical-align: top;
}

.sinkokusyo_sentaku_past_erea_info {
	padding: 10px 20px 0;
	height: 90px;
}
.csw0900_past_erea {
	width: 100%;
	height: 425px;
}

.kyoutu_title01 {
	font-size: 20px;
	font-size: 2rem;
	color: #FFFFFF;
	background-color: #197f4a;
	font-weight: normal;
	text-align: center;
	margin: auto;
}
.fontem {
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0;
}

.margin_top_1pt0 {
	margin-top: 1.0em;
}

.annotation_marker {
	float: left;
}
div.tax_box_info {
	display: table-cell;
	width: 450px;
	vertical-align: top;
}
div.tax_box_complete {
	display: table-cell;
	width: 70px;
	vertical-align: middle;
}

div.tax_box_button {
	display: table-cell;
	width: 190px;
	text-align: right;
	vertical-align: middle;
}

p.complete_normal {
	color: #dd2f2f;
	font-weight: bold;
	font-size: 14px;
}

.annotation_text {
	font-size: 14px;
	font-size: 1.4rem;
	text-align: left;
}

.font_red {
	color: #dd2f2f;
}

.csw0900_btnImg {
	border: 0;
}
.zeimoku_color_syotoku {
	color: #dd2f2f;
}
.zeimoku_color_kessan {
	color: blue;
}

.zeimoku_color_syouhi {
	color: orange;
}

.zeimoku_color_zoyo {
	color: green;
}
.zeimoku_corner_title {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	margin-left: 0.5em;
	margin-bottom: 0;
}
.note_comments {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 0;
	line-height: 1.4;
}
.csw0900_text1 {
	vertical-align: top;
}

.csw0900_text1>p {
	font-size: 18px;
	font-size: 1.8rem;
	margin: 15px 0;
	text-align: center;
	font-weight: bold;
}

.csw0900_text3 {
	font-size: 2.0em;
	text-indent: 0.1em;
}

.csw0900_indent_text {
	text-indent: 0.5em;
	text-align: left;
	font-size: 1.5em;
}

.csw0900_indent_text2 {
	text-indent: 1.5em;
	text-align: left;
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.div_center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.div_center_footlist table {
	margin-left: auto;
	margin-right: auto;
}

/* CSO0300・CSW1600適用デザイン_開始 */
ul.accordion-contents {
	width: 600px;
	font-size: 128.6%;
	margin: 0 auto;
}
ul.accordion-contents li {
	height: 55px;
	margin: 10px 0;
	position: relative;
	padding: 5px 0 10px;
	border-bottom: 2px dotted #ea9000;
}
ul.accordion-contents li:last-child {
	padding-bottom: 5px;
	border: none;
}
ul.accordion-contents li p {
	position: absolute;
	left: 0;
	font-size: 105%;
	margin: 0;
}
ul.accordion-contents li span {
	position: absolute;
	top: 7px;
	right: 170px;
}
ul.accordion-contents li button {
	height: 55px;
	width: 160px;
	background: #197f4a;
	color: #fff;
	font-size: 122.9%;
	font-weight: bold;
	position: absolute;
	right:0;
}
/* CSO0300・CSW1600適用デザイン_終了 */

/* -------- */

table.border_normal, table.soft_download {
	border: solid 1px #000000;
	border-spacing: 1px 1px;
	border-collapse: collapse;
	font-size: 15px;
	font-size: 1.5rem;
}
table.border_normal th {
	border: solid 1px #000000;
	padding: 5px;
}

table.border_normal td {
	vertical-align: top;
	padding: 5px;
	border: solid 1px #000000;
}

table.border_none {
	margin: 0 !important;
}

table.border_none td {
	border: none;
	padding: 0;
}
table.info-table {
	background-color: white;
	text-align: left;
}

table.info-table th {
	font-size: 15px;
	font-size: 1.5rem;
	vertical-align: top;
	background-color: #f2efe4;
	font-weight: normal;
	padding: 10px !important;
	text-align: left;
}

table.info-table>tbody>tr>td {
	padding: 10px;
}

.margin_bottom_0pt5 {
	margin-bottom: 0.5em;
}
.lheight_1pt3 {
	line-height: 1.3em;
}
.csc0800_text8 {
	font-size: 15px;
	font-size: 1.5rem;
}

.inblock {
	display: inline-block;
}

.margin_right_1pt0 {
	margin-right: 1.0em;
}

.csc0800_money_area1 {
	width: 200px;
	display: inline-block;
	margin-right: 1.0em;
}

.csc0800_money_area2 {
	width: 140px;
	display: inline-block;
	margin-right: 0.5em;
	text-align: right;
}

.csc0800_money_area3 {
	width: 200px;
	display: inline-block;
}

.csc0800_money_area4 {
	width: 108px;
	display: inline-block;
	margin-right: 0.5em;
	text-align: right;
}

.csc0800_name_area1 {
	width: 130px;
}

.csc0800_name_area2 {
	width: 75px;
	display: inline-block;
}

.csc0800_name_area3 {
	width: 2.0em;
	display: inline-block;
	margin-right: 0.5em;
}

.csc0800_city_area {
	display: table-cell;
	vertical-align: top;
}

.csc0800_jiten_area1 {
	float: right;
}

table.info-table {
	background-color: white;
	text-align: left;
}

.line-left{
	text-align:left;
}
.csw020xn_hidden {
	display: none;
}
table.yomikomi_setsumei {
	font-size: 15px;
	font-size: 1.5rem;
	text-align: left;
	float: left;
}
div.yomikomi_box {
	padding: 20px;
	background-color: #FFFFFF;
	border: solid 1px #000000;
	margin: 20px 0;
	overflow: hidden;
}

div.yomikomi_width {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.pb20 {
	padding-bottom: 20px;
}

table .table_center{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin: -28px 0 -20px 0;
}

.tax_table{
	margin: -1px;
	padding:0px;
}
.display_link{
	display:inline !important;
}

.bk_remove{
	background:none !important;
}
.ws_nowrap{
	white-space:nowrap;
}
table.tax_table td{
	padding:0px;
}
table.tax_table{
	border-collapse: separate;
	border-spacing: 2px;
}
.margin_set{
	margin:0px;
}
.main_red_line{
	display:inline-block;
	margin-top:8px;
}
.second_red_line{
	display:inline-block;
	margin-top:6px;
	margin-right:8px;
}
.red_block{
	display:inline-block;
	margin-top:-6px;
}

/* csw0100追加 */
ul.selectHowToSubmit {
	margin: 10px 0 0 0;
}

#etaxQuestion {
	clear: both;
}

ul.menu li button.title {
	height: 130px;
}

.radio-item-big-button {
	display: inline-block;
	margin: 5px 6px 110px 0;
	vertical-align: top;
}

.radio-item-big-button+label {
	cursor: pointer;
}

.radio-item-big-button[disabled]+label {
	cursor: auto;
	color: #999;
}

ul.toggle-big-button {
	margin-top: 30px;
	height: 130px;
}

ul.radio.toggle-big-button li {
	float: left;
	position: relative;
	width: 290px;
	min-height: 34px;
	margin-bottom: 10px;
	margin-right: 50px;
}

ul.radio.toggle-big-button .radio-item-big-button {
	margin-left: 4px;
}

ul.radio.toggle-big-button .radio-item-big-button+label {
	font-size: 142.9%;
	font-weight: bold;
	display: inline-block;
	background: #197f4a;
	color: #fff;
	padding: 4px 10px 3px 10px;
	width: 290px;
	height: 120px;
	line-height: 120px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}

ul.radio.toggle-big-button .radio-item-big-button:focus+label {
	outline: 1px dotted #222;
}

a.zeirisi-link-margin-l {
	margin-left: 100px;
}
a.zeirisi-link-margin-t {
	margin-top: 5px;
}

button.font-middle-size {
	font-size: 100.0%;
}

/* csw2200画面で追加 */
.m-t-5{
	margin-bottom:-5px;
}

.m-b-5{
	margin-top:5px;
}

/* 画面中央に大きめボタンを１つ入れるエリア */
.big-1button-area{
	width:300px;
	margin-left:auto;
	margin-right:auto;
	padding: 0;
}

/* 画面中央に大きめボタンを２つ入れるエリア */
.big-2button-area{
	width:640px;
	margin-left:auto;
	margin-right:auto;
	padding: 0;
}

/* ラジオボタンを大きいサイズにした場合 */
.big-1button-area .big-toggle,
.big-2button-area .big-toggle{
	box-sizing: border-box;
	width:300px;
	height: 110px;
	margin: 0;
	padding: 10px;
	position: relative;
}
.big-1button-area .big-toggle .radio-item-big-button+label,
.big-2button-area .big-toggle .radio-item-big-button+label {
	box-sizing: border-box;
	width:300px;
	height: 110px;
	margin: 0;
	padding: 10px;
	font-weight: bold;
	display: inline-block;
	background: #197f4a;
	color: #fff;
	font-size: 142.9%;
	font-weight: bold;
	line-height: 90px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}
/* hoverで追加 */
.big-1button-area .big-toggle .radio-item-big-button+label:hover,
.big-2button-area .big-toggle .radio-item-big-button+label:hover {
	background: #156c3f;
}

.big-1button-area .big-toggle .radio-item-big-button:focus+label,
.big-2button-area .big-toggle .radio-item-big-button:focus+label{
	outline: 1px dotted #222;
}

/* ID・パスワード方式の届出完了通知モーダルダイアログ */
.modal-overlay {
	z-index: 501;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background: #000;
	-ms-filter: "alpha(opacity=75)";
	background-color: rgba(0, 0, 0, 0.75);
}

.modal-wrap {
	z-index:502;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:auto;
}

.modal-close {
	color:#333;
}

.modal-close:hover {
	color:#333;
}

.pops .modal-wrap
{
	z-index:501;
	display: none;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	overflow:auto;
}

.pops .modal-contents
{
	padding-top:50px;
	padding-bottom: 50px;
}

.pops .modal-html
{
	padding-top:25px;
}

.pops .modal-item
{
	z-index:503;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.pops .modal-closebtn
{
	z-index:502;
	display:block;
	margin-left:auto;
	margin-right:auto;
	width: 60px;
	height:30px;
	padding:5px;
	background-color: #fff;
	color:#333;
	text-align: center;
	font-size:16px;
	margin-top:30px;
}
.pops .modal-closebtn:hover {
	background-color: #eee;
}

.pops .modal-close
{
	position:fixed;
	top:16px;
	right:34px;
	width:24px;
	height:24px;
	background-color:#fff;
	z-index:502;
	border-radius:3px;
	cursor: pointer;
}

.pops .modal-close:before,
.pops .modal-close:after
{
	content:"";
	display:block;
	width:4px;
	height:16px;
	background-color:#999;
	top:4px;
	left:10px;
	position:absolute;
}
.pops .modal-close:before
{
	transform:rotate(45deg);
}

.pops .modal-close:after
{
	transform:rotate(-45deg);
}

#pop-mongon-hokan{
	display:inline-block;
	position:relative;
	vertical-align:top;
	margin-left:15px;
	width:292px;
	font-size:15pt;
	background-color:#fff;
	padding:10px !important;
	text-align:left;
	white-space: normal;
	line-height: 26.6px;
}

/* CCW0900 */
.halfleft-with-line {
	width: 420px;
	height:880px;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
	background: #fcfcfc;
	border-right: 2px solid #e2e1e2;
	border-bottom: 2px solid #b0afb0;
}

.halfright-with-line {
	width: 440px;
	height:410px;
	margin-left: 14px;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
	background: #fcfcfc;
	border-right: 2px solid #e2e1e2;
	border-bottom: 2px solid #b0afb0;
}
.halfright-with-line2{
	width: 440px;
	height:430px;
	margin-top:38px;
	margin-left: 14px;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
	background: #fcfcfc;
	border-right: 2px solid #e2e1e2;
	border-bottom: 2px solid #b0afb0;
}

.centerblock-with-line {
	margin-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	background: #fcfcfc;
	border-right: 2px solid #e2e1e2;
	border-bottom: 2px solid #b0afb0;
}

h3.title-with-square {
	color: #333;
	position: relative;
	font-size: 1.143em;
	font-weight: bold;
	margin: 0 0 1.5em;
	padding: 0.5em 0.5em 0.5em 0.5em;
	border-bottom: 2px solid #197f4a;
}

h3.title-with-square:before {
	content: "□";
	font-size: 200%;
	position: absolute;
	color: #37cc7f;
	top: 0.4em;
	right: 0.8em;
	height: 12px;
	width: 12px;
}

h3.title-with-square:after {
	content: "□";
	font-size: 200%;
	position: absolute;
	color: #46d28a;
	top: 0.1em;
	right: 0.4em;
	height: 12px;
	width: 12px;
}

.separator-line {
	padding-bottom: 10px;
	border-bottom: 1px dotted #b0afb0;
}

.ccw0900e_osirase {
	border-left: solid 5px #197f4a;
	font-size: 1.2em;
	margin: 0.5em 0.0em 0.5em 0.0em;
	padding-left:0.6em;
}

/* アクセシビリティ対応で追加 */

h2.h2_p_deformation{
	font-weight: normal;
	font-size: 100%;
	border-bottom: none;
	padding-bottom: 0px;
	margin: 24px 0 0 0;
}

.margin_top_0{
	margin-top: 0;
}

h2.margin_top_0{
	margin-top: 0;
}

h2.padding_top{
	padding-top: 0px;
}

h2.h2_area-title_deformation{
	color: #197f4a;
	font-weight: bold;
	font-size: 171.4%;
	margin: 40px 0 20px 0;
	border-bottom: 0;
}

h2.margin_bottom_16{
	margin-bottom: 16px;
}

/* csc0802_2で追加 */

input[type=text].textbox-text {
	padding: 9px 6px 6px 6px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-left: 5px;
}

.plpr3{
	margin-left: 5px;
}

fieldset.fieldset_invisible{
	border: none;
	margin: 0;
	padding: 0;
}
fieldset.fieldset_invisible legend{
	display: none;
}

h2.h2_message_deformation{
	border: 3px solid #0081c1;
	padding: 20px 16px 20px 58px;
	margin: 32px 0 40px 0;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background: transparent url('../../img2025/pc/icon_message.png') no-repeat
		16px 18px;
	font-size: 100%;
}

h2.h2_messagewarning_deformation{
	border-color: #f4cb00;
	background-image: url('../../img2025/pc/icon_message-warning.png');
	margin-bottom: 10px;
}

/* 直接書かれているstyleの整理 */
.margin_0{
	margin: 0;
}

.margin-top_6{
	margin-top: 6px;
}

.margin-top_20{
	margin-top:20px;
}

.margin-top_30{
	margin-top: 30px;
}

.margin-top_32{
	margin-top: 32px;
}
.margin-top_35{
	margin-top: 35px;
}

.margin-top_40{
	margin-top: 40px;
}

.margin-top_50{
	margin-top: 50px;
}

.margin-top_60{
	margin-top: 60px;
}

.margin-top_70{
	margin-top: 70px;
}

.margin-top_90{
	margin-top: 90px;
}

.margin-top_95{
	margin-top: 95px;
}

.margin-bottom_30{
	margin-bottom: 30px;
}

.margin-bottom_75{
	margin-bottom: 75px;
}

.margin-left_0{
	margin-left: 0 !important;
}

.padding-left_35{
	padding-left: 35px;
}

.height_482{
	height: 482px;
}

.width_300{
	width: 300px;
}

.width_percent40{
	width: 40%;
}

.width_percent80{
	width: 80%;
}

.text-align_center{
	text-align: center;
}

.text-align_left{
	text-align: left;
}

.text-align_right{
	text-align: right;
}

.float_left{
	float: left;
}

.float_right{
	float: right;
}

.border-left_color-ccc{ /* csc802 */
	border-left: 1px solid #ccc !important;
}

.border-bottom_color-d88{ /* cso0200、csw0900 */
	border-bottom: 4px solid #d88;
}

.border-bottom_color-77c{ /* csw0900 */
	border-bottom: 4px solid #77c;
}

.border-bottom_color-d97{ /* cso0200、csw0900 */
	border-bottom:4px solid #d97;
}

.border-bottom_color-494{ /* cso0200、csw0900 */
	border-bottom: 4px solid #494;
}

.display_none{
	display: none;
}

.clear_both{
	clear: both;
}

.font-weight_bold{
	font-weight: bold;
}

/*-- 直接書かれているstyleの整理[個別のstyle] --*/
.telNo_font-size_percent250{ /* ccw00900 */
	font-size: 250%;
}

.csc0800_jiten_area1 {/* csc0800 */
float: right;
}

.print-link_wrap{ /* ccw2900 */
	margin: 0 auto;
}

.print-link_wrap .clearfix{ /* ccw2900 */
	margin-top: 32px;
}

#next_2.next_2_display_none{ /* csc0700 */
	display: none;
}

#etaxQuestion.etaxQuestion_display_none{ /* csw0100 */
	display: none;
}

/* csw0200、csw0210、csw0230 */
#info_2.info_display_none,
#info_3.info_display_none,
#info_4.info_display_none,
#info_5.info_display_none,
#info_6.info_display_none,
#info_7.info_display_none,
#win_info_1.info_display_none,
#win_info_2.info_display_none,
#win_info_3.info_display_none,
#mac_info_1.info_display_none,
#jizen_info_1.info_display_none,
#jizen_info_2.info_display_none,
#jizen_info_3.info_display_none,
#jizen_info_4.info_display_none,
#jizen_info_5.info_display_none,
#jizen_info_6.info_display_none,
#jizen_info_7.info_display_none,
#msg-win7.msg-display_none,
#msg-bit.msg-display_none,
.mac-guide.mac-display_none,
.mac-jizen.mac-display_none{
	display: none;
}

/* cso0200、cso0300、csw0900、csw1600 */
#h29-block.h29-block_none, /* cso0200、csw0900のみ */
#h28-block.h28-block_none,
#h27-block.h27-block_none,
#h26-block.h26-block_none,
#h25-block.h25-block_none /* cso0300、csw1600のみ */ {
	display:none;
	margin-bottom:75px;
}

.zeimokubox.zeimokubox-red{ /* cso0200、csw0900 */
	background-image: linear-gradient(315deg, rgb(255, 0, 0) 10px, transparent 0px);
}

.zeimokubox.zeimokubox-blue{ /* csw0900 */
	position: relative;
	background-image: linear-gradient(315deg, rgb(0, 0, 255) 10px, transparent 0px);
}

.zeimokubox.zeimokubox-blue .syotoku{ /* csw0900 */
	padding-top: 7px;
	padding-bottom: 10px;
	border-left-color: blue;
}

.zeimokubox.zeimokubox-orange{ /* cso0200、csw0900 */
	position: relative;
	background-image: linear-gradient(315deg, rgba(255, 165, 0, 1) 10px, transparent 0px);
}

.zeimokubox.zeimokubox-orange .syotoku{ /* cso0200、csw0900 */
	border-left-color: orange;
}

.zeimokubox.zeimokubox-green{ /* cso0200、csw0900 */
	position: relative;
	background-image: linear-gradient(315deg, rgba(25, 127, 74, 1) 10px, transparent 0px);
}

.zeimokubox.zeimokubox-green .syotoku{ /* cso0200、csw0900 */
	border-left-color: rgba(25, 127, 74, 1);
}

.border-left_red{ /* cso0300、csw1200、csw1600 */
	border-left:solid 10px red;
	padding-left:0.5em;
}

.border-left_blue{ /* csw1200、csw1600 */
	border-left:solid 10px blue;
	padding-left:0.5em;
}

.border-left_orange{ /* cso0300、csw1200、csw1600 */
	border-left:solid 10px orange;
	padding-left:0.5em;
}

.border-left_green{ /* cso0300、csw1200、csw1600 */
	border-left:solid 10px green;
	padding-left:0.5em;
}

.border-left_purple{ /* cso0300、csw1200、csw1600 */
	border-left:solid 10px purple;
	padding-left:0.5em;
}
.button-area{ /* cso0300、csw1200、csw1600 */
	float: right;
	position:relative;
	top:-60px;
}

#overlyaArea.overlyaArea_display_none{ /* csw2200、csw2300 */
	display: none;
}

#pop-div-hokan.pop-div-hokan_display_block{ /* csw2200、csw2300 */
	display: block;
}

#body form{
	margin-bottom: 0;
}

/**e-Taxスキップボタン**/
#footlistForSkip{
	position: relative;
}
p#cover {
	height: 40px;
	visibility: hidden;
	position: absolute;
	bottom: 7px;
	width: 1000px;
	z-index: 1;
}
p#pc-skipbutton{
	width: 40px;
	height: 13.33px;
	position: absolute;
	bottom: 7px;
	left: 952px;
	z-index: 2;
}

p#sppc-skipbutton{
	width: 40px;
	height: 13.33px;
	position: absolute;
	bottom: 7px;
	left: 950px;
	z-index: 2;
}

/* コントロール */
/* テキストボックス */
input[type=text].textbox {
	padding: 7px 6px 5px 6px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0 0 8px 10px;
}

/*chrome ハック*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	input[type=text].textbox {
		padding: 6px 6px 4px 6px;
	}
}

/*ie ハック*/
@media all and (-ms-high-contrast: none) {
	input[type=text].textbox {
		padding: 4px 6px 3px 6px;
	}
}

/*ie10以下 ハック*/
input[type=text].textbox {
	padding: 4px 6px 3px 6px\9;
}

/*safari ハック*/
_::-webkit-full-page-media, _:future, :root input[type=text].textbox {
	padding: 5px 6px 0 6px;
}

/*Edge ハック*/
@supports (-ms-ime-align: auto) {
	input[type=text].textbox {
		padding: 4px 6px 1px 6px;
	}
}

/*firefox ハック*/
@-moz-document url-prefix() {
	input[type=text].textbox {
		padding: 4px 6px 3px 6px;
	}
}

/* cso0200、cso0300、csw0900、csw1600 */
.nenbun-block{
	margin-bottom:75px;
}
input.zenkaku {
	ime-mode: active;
}
input.hankaku {
	ime-mode: disabled;
}
#category-title-p{
		height: 26px;
}
div.noVisiblity {
	visibility: hidden;
}

span.csc0200_small{
	font-size : 12px;
}

#contents_csw1300 {
	margin-bottom: 130px;
}

#contents_csw1300 .container {
	min-height: 350px;
}

#contents .area-command3 button {
	padding: 12px 24px 10px 24px;
	font-size: 114.3%;
	min-width: 240px;
	margin-left: 10px;
}

#contents .area-command3 button.positive:hover {
	background: #156c3f;
}

.area-command3 {
	text-align: center;
	padding: 20px 0 10px 0;
	margin: 18px 0 30px 0;
}

.faqFontSize
{
	height: 14px;
}

input[type=text].faqTextbox
{
	margin: 0 0 0 10px;
	padding: 0 0 0 6px;
	height: 30px;
	border: 1px solid rgb(118,118,118);
}

#header ul.faq-function .search.faq .textbox::-webkit-input-placeholder {
	display: table-cell;
	vertical-align: middle;
	margin: auto;
	border: 2px solid rgba(0,0,0,0);
	color: #757575;
}

/*safari ハック*/
_::-webkit-full-page-media, _:future, :root input[type=text].faqTextbox {
	padding: 1px 0 0 6px;
	height: 30px;
	border: 1px solid rgb(118,118,118);
}


/* header */
.header-era-number {
	font-size: 1.6rem;
	padding: 0 0.48rem 0 0.48rem;
	font-weight: bold;
}

.header-era {
	color: #333;
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 2.14;
}

#header .container {
	margin-top: 0;
}


#header ul.faq-function label {
	color: #333;
	display: block;
	padding: 1.6rem 0;
}

.step-chart li span.stepchart-number {
	display: inline-block;
	background: #444444;
	color: #FFFFFF;
	font-size: 1.6rem;
	font-weight: bold;
	border-radius: 50%;
	width: 2rem;
	height: 2rem;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 3px;
	margin-right: 3px;
}

.step-chart li.is-select_new span.stepchart-number {
	background: #197f4a;
}

/* footer*/
#main-command_top {
	background: #197f4a;
}

#main-command_top .list{
	margin: 5px auto 0;
}

#main-command_top .list li{
	float: left;
	margin-right: 30px;
	background: none;
	padding: 0;
	font-size: 85.7%;
}

#main-command_top .list li a{
	color: #fff;
}

.w100-full {
	max-width: none;
	background-color: #fff;
	border-top: 1px solid #c4bcb3;
	border-right: 1px solid #c4bcb3;
	margin-top: 10px;
	padding-bottom: 1px;
}

.screen-id-cotnainer {
	display: flex;
	width: 960px;
	text-align: center;
	background: #FFF;
	margin: 0 auto;
	padding-top:1px;
}


.screen-id-cotnainer .screen-id-pagetop > a, .screen-id-cotnainer .screen-id {
	padding: .875rem 0;
	display: block;
}

.screen-id-cotnainer .screen-id-pagetop, .screen-id-cotnainer .screen-id {
	font-size: 1.2rem;
	text-align: center;
	background: #FFF;
	color: #333;
	position: relative;
}

.screen-id-cotnainer > * {
	width: 50%;
}

.screen-id-text {
	margin-left: auto;
}
.screen-id-text, .screen-id-pagetop-text {
	display: block;
}

.screen-id-cotnainer .screen-id-pagetop {
	border-left: solid 1px #c4bcb3;
}

#pagetop a .icon::before, .screen-id-pagetop a .icon::before {
	position: absolute;
	content: "";
	top: 1.9rem;
	left: 18.6rem;
	vertical-align: top;
	width: .8rem;
	height: .8rem;
	border-top: 1px solid #333;
    border-right: 1px solid #333;
	transform: rotate(-45deg);
}
 .screen-id-pagetop .screen-id-pagetop-text .text {
	font-size: 1.2rem;
	text-align: center;
	background: #FFF;
	color: #333;
	position: relative;
}

.screen-id-cotnainer .screen-id-pagetop{
	text-decoration: none;
	cursor: pointer;
}

.screen-id-cotnainer .screen-id-pagetop :hover,
.screen-id-cotnainer .screen-id-pagetop :focus,
.screen-id-cotnainer .screen-id-pagetop :active{
	text-decoration: underline;
}
