@charset "Shift_JIS";

/**
* 汎用要素定義`
*/

/* クリアフィックス */
#header .container:after,
#step-chart .step-chart:after,
#footer .container:after
{
	content: "";
	clear: both;
	display: block;
}

/**
* ベース要素定義`
*/

html {
	font-size: 14px;
}

body {
	background: #fff;
	color: #333;
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ", "ＭＳ ゴシック", sans-serif;
	line-height: 180%;
}

input,
button,
select {
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ", "ＭＳ ゴシック", sans-serif;
}

a:link {
	color: #0c84c6;
}

a:visited {
	color: #0c84c6;
}

a:hover {
	text-decoration: none;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

li {
	margin: 0 0 6px 0;
	padding: 0;
}

ul.list li {
	background: transparent url('../img/modern/icon_list.png') no-repeat 0 0.6em;
	padding-left: 14px;
}

/* リンクアイコン */
a.faq-link {
	background: transparent url('../img/modern/icon_faq.png') no-repeat 0 0;
	padding-left: 20px;
	display: block;
}

a.out-link {
	background: transparent url('../img/modern/icon_out-link.png') no-repeat 0 7px;
	padding-left: 20px;
	display: inline-block;
}


/* ボタン */
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;
}

#main-command button {
	font-size: 114.3%;
	padding: 12px 14px 10px 14px;
	min-width: 180px;
}

#main-command .prev button {
	background: #eee;
	margin-left: 10px;
}

#main-command .prev button:hover {
	background: #d6d6d6;
}

#main-command .next button {
	margin-left: 10px;
	background: #f4ae00;
}

#main-command .next button:hover {
	background: #db9c00;
}

#main-command .prev button:first-child {
	margin-left: 0;
}

/* コントロール */
/* テキストボックス */
input[type=text].textbox, input[type=search].textbox, 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 0 8px 0px;
}

/*chrome ハック*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	input[type=text].textbox, input[type=search].textbox , input[type=password].textbox {
		padding: 3px 6px 2px 6px;
		-webkit-padding-before: 6px;
		-webkit-padding-after: 4px;
	}
}

/*ie ハック*/
@media all and (-ms-high-contrast: none) {
	input[type=text].textbox, input[type=search].textbox , input[type=password].textbox {
		padding: 4px 6px 3px 6px;
	}
}

/* FireFoxハック */
@-moz-document url-prefix() {
	input[type=text].textbox, input[type=search].textbox, input[type=password].textbox {
		padding: 7px 6px 5px 6px;
	}
}

/*safari ハック*/
_::-webkit-full-page-media, _:future, :root input[type=text].textbox, :root input[type=search].textbox, :root input[type=password].textbox  {
	padding: 5px 6px 0 6px;
}

input[type=text].textbox:first-child, input[type=search].textbox:first-child {
	margin-left: 0;
}

/*
 * 各オブジェクトの基本要素
 */
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: 8px 20px 0 0;
}

#header .system-name .logo {
	color: #3a3a3a;
	font-size: 171.4%;
	font-weight: bold;
	margin-top: 5px;
}

#header ul.faq-function {
	float: right;
	margin: 8px 0 2px 20px;
}

#header ul.faq-function li {
	float: none;
}

#header ul.faq-function .link {
	margin: 8px 0 0 0;
}

#header ul.faq-function .link a {
	vertical-align: top;
	line-height: 100%;
}

#header ul.faq-function .link .icon {
	margin-right: 8px;
}

/* カテゴリータイトル */
#category-title {
	background: #197f4a;
}

#category-title .container {
	background: #197f4a;
}

#category-title p {
	color: #fff;
	font-weight: bold;
	font-size: 128.6%;
	margin: 12px 0;
}

/* ステップチャート */
#step-chart {
	background: #f2efe4;
}

#step-chart .container {
	background: #f2efe4;
}

#step-chart ul.step-chart {
	margin-top: 12px;
}

#step-chart ul.step-chart li {
	float: left;
	position: relative;
	vertical-align: top;
	padding: 0 0 8px 20px;
	margin: 0 0 0 14px;
}

#step-chart ul.step-chart li:first-child {
	margin-left: 0;
	padding-left: 0;
}

#step-chart ul.step-chart li:after {
	display: inline-block;
	position: absolute;
	content: "";
	vertical-align: top;
	margin: auto;
	top: 7px;
	left: 0;
	width: 6px;
	height: 10px;
	background: transparent url('../img/modern/icon_step-chart.png') no-repeat 0 0;
}

#step-chart ul.step-chart li:first-child:after {
	background: none;
}

/* コンテンツ */
#contents {
	margin-bottom: 40px;
}

#contents .container {
	min-height: 300px;
}

.area-command {
	border-top: 1px solid #d3d3d3;
	text-align: center;
	padding: 20px 0 10px 0;
	margin: 18px 0 30px 0;
}

.area-command button {
	padding: 12px 24px 10px 24px;
	font-size: 114.3%;
	min-width: 240px;
	margin-left: 20px;
}

.area-command button:first-child {
	margin-left: 0;
}

.area-command button.positive {
	background: #197f4a;
	color: #fff;
}

.area-command button.positive:hover {
	background: #156c3f;
}

.area-command button.negative {
	background: #d8d8d8;
}

.area-command button.negative:hover {
	background: #c2c2c2;
}

/* メインコマンド */
#main-command {
	display: block;
	background: #197f4a;
}

#main-command ul.container {
	background: #197f4a;
	text-align: right;
	letter-spacing: -.4em;
}

#main-command ul.container li {
	margin-top: 14px;
	margin-bottom: 14px;
	display: inline-block;
	letter-spacing: normal;
}

/* フッター */
#footer {
	display: block;
	background: #115934;
	color: #fff;
	font-size: 85.7%;
	height:41.33px
}

#footer .container {
	background: #115934;
}

#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 .copyright {
	float: right;
	margin: 6px 0 0 20px;
}

li.is-select-non-img {
	color: #197f4a;
	font-weight: bold;
	font-size: 128.6%;
}

.note {
	display: inline-block;
	color: #565656;
	font-size: 85.7%;
}

.form-label {
	display: block;
	margin: 0 0 4px 0;
}

.emphasis {
	font-weight: bold;
	font-size: 128.6%;
	margin: 0 10px;
}

#container p {
	margin: 14px 0 10px 0;
}

/* テーブル */
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 28px 0 20px 0;
}

th,
td {
	border-bottom: 1px solid #ccc;
	text-align: left;
	vertical-align: top;
	padding: 8px;
}

th {
	background: #f2efe4;
	font-weight: normal;
}

.th_Base {
	width: 170px;
	text-align: center;
}


td {
	background: #fff;
	border-left: 1px solid #ccc;
}

tr:first-child th,
tr:first-child td {
	border-top: 1px solid #ccc;
}

h2 {
	font-weight: normal;
	font-size: 128.6%;
	border-bottom: 2px dotted #ea9000;
	padding-bottom: 6px;
	margin: 40px 0 14px 0;
}

@keyframes load {
	0% {
		transform: rotate(0deg);
	}
	100%{
		transform:rotate(360deg);
	}
}

::-ms-reveal{display:none;}

.radio-item[disabled] + label {
	color: #999;
}

/* メッセージ */
.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('../img/modern/icon_message-info.png') no-repeat 16px 18px;
}

.message.error {
	border-color: #dd2f2f;
	background-image: url('../img/modern/icon_message-error.png');
}

.message.save {
	padding: 20px 36px 20px 58px;
}

p.message-save {
	text-align: left;
	margin-top: 0;
}

p {
	margin: 14px 0 10px 0;
}

.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;
}

/* クリアフィックス */
.clearfix:after,
ul.radio.toggle:after
{
	content: "";
	clear: both;
	display: 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;
}

.radio-item {
	display: inline-block;
	margin: 5px 6px 0 0;
	vertical-align: top;
}

.radio-item + label {
	cursor: pointer;
}

.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;
}

/* IE10以下すべてに対応css */
ul.radio.toggle li {
	width: auto\9;
	margin-right: 30px\9;
}

/* IE8のみ対応するためIE9,10のみのcss */
ul.radio.toggle li:not(:target) {
	width: 100px;
	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;
}

/* IE10以下すべてに対応css */
ul.radio.toggle .radio-item + label {
	background: none\9;
	width: auto\9;
	padding: 0\9;
	text-align: left\9;
	position: relative\9;
}

/* IE8のみ対応するためIE9,10のみのcss */
ul.radio.toggle .radio-item + label:not(:target) {
	background: #eee;
	padding: 4px 10px 3px 10px;
	width: 80px;
	text-align: center;
	position: absolute;
}

ul.radio.toggle .radio-item:checked + label {
	background: #197f4a;
	color: #fff;
	cursor: auto;
}

ul.radio.toggle .radio-item:focus + label {
	outline: 1px dotted #222;
}

/* IE10以下すべてに対応css */
ul.radio.toggle .radio-item:focus + label {
	padding: 0\9;
	outline: none\9;
}

/* IE8のみ対応するためIE9,10のみのcss */
ul.radio.toggle .radio-item:focus + label:not(:target) {
	outline: 1px dotted #222;
}

.message button {
	margin-right: 42px;
}

.message li {
	padding-left : 60px;
}

input[type=text].textbox.error, input[type=search].textbox.error, input[type=password].textbox.error {
	background: #ffe1e1;
	box-shadow: none;
	border: 1px solid #aaa;
}

/*------------------------------
  テンプレート系追加
------------------------------*/
.message.main {
	border-color: #197f4a;
	background: none;
	padding-left: 16px;
}

.message.main .emphasis {
	color: #197f4a;
	font-size: 228.6%;
	vertical-align: top;
	margin-top: 2px;
}

.aid{
	display: inline-block;
	margin: 0 0 0 8px;
}

ul.list.link li{
	background: none;
	padding-left: 0;
}

.guidance{
	margin: 24px 0 14px 0;
}

/*------------------------------
  footer部ボタン
------------------------------*/
#main-command .list{
	margin: 5px auto 0;
}
#main-command .list li{
	float: left;
	margin-right: 30px;
	background: none;
	padding: 0;
	font-size: 85.7%;
}
#main-command .list li a{
	color: #fff;
}

/*------------------------------
  table関係
------------------------------*/
.table_ver1 p{
	margin: 0;
}

.table_ver1 th{
	border-left: 1px solid #ccc;
}

.table_ver1 th:first-child{
	border-left: none;
}

.table_ver1 td:first-child{
	border-left: none;
}

table.table_ver1 td input[type="text"].textbox,
table.table_ver1 td input[type="password"].textbox{
	margin-bottom: 0;
}

.table-command{
	display: inline;
}

.table-command button.positive{
	background: #197f4a;
	color: #fff;
	min-width: 80px;
	padding: 8px 10px 6px 10px;
}

.table-command button.positive:hover {
	background: #156c3f;
}

.table-command button.black{
	background: #606060;
	color: #fff;
	min-width: 80px;
	padding: 8px 10px 6px 10px;
}

.table-command button.black:hover {
	background: #cecece;
}

/*------------------------------
  width
------------------------------*/
.w100px {
	width: 100px;
}

.w160px{
	width: 160px;
}

/*------------------------------
  共通部分
------------------------------*/
.mt0{
	margin-top: 0 !important;
}

.mt40{
	margin-top: 40px !important;
}

.mb0{
	margin-bottom: 0 !important;
}

.mb4 {
	margin-bottom: 4px;
}

.mb40{
	margin-bottom: 40px !important;
}

.textAlign_right{
	text-align: right;
}

.verticalAlign_middle{
	vertical-align: middle;
}

@keyframes fadeIn {
	0% {opacity: .8}
	100% {opacity: 1}
}

td.number {
	text-align: right;
	vertical-align: middle;
}

table th.blank, table td.blank {
	border-left: none;
}

.pb40{
	padding-bottom: 40px;
}

h2.multi{
padding:6px 0;
	border-bottom:6px solid #48bf81;
	position:relative;
}
h2.multi:before, h2.multi:after{
	content:"";
	display:block;
	height:6px;
	position:absolute;
	bottom:-6px;
}
h2.multi:before{
	width:6%;
	left:12%;
	background:rgba(255,255,255,0.7);
}
h2.multi:after{
	width:18%;
	left:18%;
	background:rgb(161, 228, 193);
}

.img-position{
	position: relative;
}

.button-wrap{
	width: 100%;
	height: auto;
	padding-top: 20px;
}

.button-area{
	width: auto;
	height: auto;
}

div.button-area .icon-img3{
	width: 90px;
	height: auto;
	position: absolute;
	left: 25px;
	top: 24px;
	z-index: 100;
}
div.button-area .icon-img4{
	width: 85px;
	height: auto;
	position: absolute;
	top: 33px;
	left: 16px;
	z-index: 100;
}

button.big-button3 {
	vertical-align: middle;
	height: 140px;
	width: 420px;
	background: #ffc63d;
	color: #115934;
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	padding: 20px 20px 20px 120px;
	line-height: 140%;
	border-left: solid 7px #b7842b;
	border-radius: 0;
	position: relative;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
button.big-button3::after{
	position: absolute;
	top: 58px;
	right: 25px;
	height: 15px;
	width: 15px;
	transform:rotate(45deg);
	border-right: 4px solid #115934;
	border-top: 4px solid #115934;
}
button.big-button3:hover{
	opacity: 0.8;
	-webkit-transition: all .4s;
  transition: all .4s;
}
button.big-button3 span{
	line-height: 46px;
	font-size: 24px;
	font-family:"游ゴシック";
}
button.big-button3 span.big-fontSize {
	font-size: 34px;
	display: inline-block;
	border-bottom: 2px solid #115934;
	height: 40px;
}
_:-ms-lang(x)::-ms-backdrop, button.big-button3 span.big-fontSize {
	height: 34px;
}

.container-top {
	width: 960px;
	margin: 0 auto;
	padding: 2px 0 2px 10px;
}
.container-top ul img{
	width: 640px;
	border-radius: 2px;
}

.large-title-1{
	font-weight: bold;
	color: #333;
}

.f_right {
	float: right;
}

.f_left {
	float: left;
}

p.kome-mark {
	margin-left: 2.0em;
}
p.kome-mark:before {
	display: inline-block;
	width: 2.0em;
	margin-left: -2.0em;
	content: "※";
}

.fieldsetNone {
	border: none;
	margin: 0;
	padding: 0;
}

.errorTable{
	width: 100%;
	border: 0px;
	margin: 0px;
}

.errorCode{
	border:0px;
	float: left;
}

.errorMessage{
	border:0px;
	width: 780px;
	float: left;
}
