@charset "UTF-8";
/*========================================================================*/
/* STRUCTURE.CSS */
/*========================================================================*/

@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');

/* = A - QUASI-CLASS 
----------------------------------------------- */
a:link {
	color: #003489;
	text-decoration: underline;
}

a:visited {
	color: #003489;
	text-decoration: none;
}

a:hover{
	color: #003489;
	text-decoration: none;
}

a:active{
	color: #003489;
}


/* = Default
----------------------------------------------- */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	-webkit-text-size-adjust: 100%;
	line-height: 1.8em;
	margin: 0;
	padding: 0;
	min-width: 980px;
	color: #333;
}

.inner,
.body_tbl {
	margin: 0 auto !important;
	width: 960px !important;
}

#global-header {
	border-bottom: 1px solid #ddd;
	background: #fff;
}
#global-header .inner {
	display: flex;
	align-items: center;
	height: 100px;
	width: 960px;
	margin: 0 auto;
}

#site-id {
	width: 180px;
}
#site-id img {
	width: 180px;
}

#contents_wrapper,
.ss_contents {
	margin: 0 auto;
	padding: 40px 0;
	line-height: 1.4em;
	text-align: left;
	width: auto;
	background-color: #f9f9f9;
}
#contents_wrapper #contents_inner {
	margin: 0 auto;
	width: 960px;
}
#contents_wrapper p,
#contents_wrapper ol,
#contents_wrapper ul,
#contents_wrapper table,
#contents_wrapper dt,
#contents_wrapper dd,
#contents_wrapper blockquote {
	line-height: 1.8em;
/*
	font-size: 0.9em;
	color: #333;
	letter-spacing: .05em;
*/
}

#contents_wrapper ol,
#contents_wrapper ul,
#contents_wrapper table,
#contents_wrapper dl {
	margin: .5em 0;
}

#contents_wrapper p {
	margin: 1em 0;
}

#contents_wrapper ol {
	list-style: inherit;
	padding-left: 2.5em;
	
}

#contents_wrapper ul {
	list-style: inherit;
	padding-left: 1em;
}

#contents_wrapper ol {
	list-style: decimal;
}

#contents_wrapper li {
	margin-bottom: .5em !important;
}
/*
#contents_wrapper li li {
	font-size: 1.2em !important;
}
*/
#contents_wrapper li ul {
	margin: auto;
	list-style: circle;
}

#contents_wrapper ul.list li {
	color: #78af62;
	list-style-type: disc;
}

#contents_wrapper ul.list li span {
	color: #000;
}

#contents_wrapper dl.notice.annotation dt,
#contents_wrapper dl.notice.annotation dd {
	line-height: 1.3em;
}

#contents_wrapper strong {
	font-weight: bold;
}

#contents_wrapper em {
	font-style: italic;
}

#contents_wrapper small {
	line-height: 1.5em;
}

#contents_wrapper .full-width {
	float: none;
	width: 100%;
	background-color: #fff;
	padding: 15px 0 30px 0;
}

#contents_wrapper .attention_box {
	border: 1px solid #d94040;
	width: 100%;
	padding: 10px 20px;
}

footer {
	padding-top: 30px !important;
	text-align: center !important;
	border: none !important;
}

footer img {
	width: 175px;
	margin-bottom: 30px;}

#copyright {
	font-family: Verdana, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	text-align: right;
	margin-bottom: 0;
}

/* UTILITY
------------------------------------------------------------------------*/
.title_layout {
	position: relative;
	z-index: 0;
	padding-bottom: 10px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 10px;
}
.title_layout:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	content: '';
	background-image: repeating-linear-gradient(-45deg, #ccc, #ccc 3px, transparent 3px, transparent 5px);
	background-size: 7px 7px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.title_layout h1.title {
	padding-bottom: 0;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.5;
}

.title_layout h1.title:after {
	display: none;
}

.title_layout .title span {
	display: block;
	font-size: 1rem;
}

.mainframe {
	background: #fff;
	border: 1px solid #eee;
	padding: 20px 30px;
	margin: 20px 0;
}

.error_message{
	color: #FF0000 !important;
	margin: 1em 0 !important;
}

/* DOT-LINE */
.dotline-top {
	border-top: 1px dotted #dcdfe1;
	padding-top: 5px;
}

.dotline-btm {
	border-bottom: 1px dotted #dcdfe1;
	padding-bottom: 5px;
}

.form_tbl_wrapper table {
	border: none;
	width: 100%;
}
.form_tbl_wrapper table th,
.form_tbl_wrapper table td {
	border: none;
	padding: 10px;
}
.form_tbl_wrapper table th {
	font-weight: bold;
	width: 30%;
}

.form_tbl_wrapper.tbl-bordered table {
	border-top: 1px solid #ddd;
}

.form_tbl_wrapper.tbl-bordered table th,
.form_tbl_wrapper.tbl-bordered table td {
	border-bottom: 1px solid #ddd;
	padding: 20px 10px;
}

.form_tbl_wrapper input[type="text"],
.form_tbl_wrapper input[type="password"]{
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form_tbl_wrapper .l input {
	width: 330px;
}

.form_tbl_wrapper input[type="radio"],
.form_tbl_wrapper input[type="checkbox"] {
}

.form_tbl_wrapper input[type="submit"].confirm-adjust {
	margin-right: 20px;
}


.notice_box {
	padding: 15px 20px;
	color: #666;
}
.notice_box .header {
	color: #666;
	font-weight: bold;
	font-size: 0.9rem;
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.notice_box p,
.notice_box li {
	color: #666;
	font-size: 0.8rem;
}

.btn,
.btn:active,
.btn:focus,
.btn.disabled,
.btn[disabled]{
	display: inline-block;
	position: relative;
	min-width: 240px;
	height: 55px;
	box-sizing: border-box;
	text-align: center;
	line-height: 30px;
	text-decoration: none;
	color: #fff;
	background: #b70e10;
	border-radius: 5px;
	border: none;
	border-bottom: 4px solid #800c0d;
	transition: 0.4s;
	margin-top: 10px;
	padding: 0 30px;
	font-size: 1.2rem;
	font-weight: bold;
	cursor: pointer;
	text-shadow: none;
}
.btn:after {
	content: '';
	position: absolute;
	left: auto;
	right: 12px;
	top: 0;
	bottom: 0;
	margin: auto;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
.btn:hover {
	transition: 0.4s;
	opacity: 0.7;
	background: #b70e10;
	color: #fff;
}

a.btn,
a.btn:active,
a.btn:focus,
a.btn.disabled,
a.btn[disabled]{
	height: auto;
	color: #fff;
	padding: 10px 30px 10px 20px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
}

a.btn.back,
a.btn.back:active,
.btn[type="button"],
.btn[type="button"]:active {
	color: #b70e10;
	background: #fff;
	border: 1px solid #b70e10;
	border-bottom: 4px solid #800c0d;
}
.btn.back:after,
.btn[type="button"]:after {
	left: 12px;
	right: auto;
	border-top: 2px solid #b70e10;
	border-right: 2px solid #b70e10;
	transform: rotate(225deg);
}

.btn i {
	display: none;
}

a.arrow,
a.arrow.suffix {
	position: relative;
	padding-right: 10px;
}
a.arrow:after,
a.arrow.suffix:after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	border-top: solid 1px #003489;
	border-right: solid 1px #003489;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	margin: auto;
	right: 0;
	top: 50%;
	bottom: 50%;
}
a.arrow.prefix {
	padding-right: 0;
	padding-left: 12px;
}
a.arrow.prefix:after {
	left: 0;
	right: auto;
}


.btn.s {
	width: 230px;
}
.btn.l {
	width: 100%;
	margin: auto;
}

/* overwrite bootstrap */
body {
	font-size: 100%;
}
.mainframe .label {
	vertical-align: baseline;
}
.mainframe .label.label-warning {
	background-color: #d94040;
}
.form_tbl_wrapper label input {
	vertical-align: baseline;
	margin-right: 5px;
}
.form_tbl_wrapper .table-striped tbody > tr:nth-child(odd) > td,
.form_tbl_wrapper .table-striped tbody > tr:nth-child(odd) > th {
	background-color: #fff;
}
.form_tbl_wrapper .table-hover tbody tr:hover > td,
.form_tbl_wrapper .table-hover tbody tr:hover > th {
	background-color: #fff;
}
.form_tbl_wrapper .warning input,
.form_tbl_wrapper .warning select,
.form_tbl_wrapper .warning textarea {
	border-color: #ccc !important;
}

.form_tbl_wrapper .table-bordered thead:last-child tr:last-child > th:first-child,
.form_tbl_wrapper .table-bordered tbody:last-child tr:last-child > td:first-child,
.form_tbl_wrapper .table-bordered tbody:last-child tr:last-child > th:first-child,
.form_tbl_wrapper .table-bordered tfoot:last-child tr:last-child > td:first-child,
.form_tbl_wrapper .table-bordered tfoot:last-child tr:last-child > th:first-child {
	border-bottom-left-radius: 0;
}
.form_tbl_wrapper .table-bordered thead:last-child tr:last-child > th:last-child,
.form_tbl_wrapper .table-bordered tbody:last-child tr:last-child > td:last-child,
.form_tbl_wrapper .table-bordered tbody:last-child tr:last-child > th:last-child,
.form_tbl_wrapper .table-bordered tfoot:last-child tr:last-child > td:last-child,
.form_tbl_wrapper .table-bordered tfoot:last-child tr:last-child > th:last-child {
	border-bottom-right-radius: 0;
}
.formError .formErrorContent {
	color: #d94041;
	font-weight: normal;
	margin-bottom: 3px;
	display: inline-block;
	font-size: 15px;
}

/* overwrite ss_base_color.css */
#ss_inqtitle p {
	padding-left: 10px;
}

@media (max-width: 1200px) {

}
@media (max-width: 980px) {
	body {
		min-width: inherit;
	}

	a {
		word-break: break-all;
	}

	.inner,
	.body_tbl {
		width: 100% !important;
	}

	#global-header,
	#contents_wrapper #contents_inner {
		padding-left: 10px;
		padding-right: 10px;
	}
	#global-header .inner {
		height: 70px;
	}

	#site-id img {
		width: 150px;
	}

	#contents_wrapper #contents_inner {
		width: auto;
	}
}

@media only screen and (max-width: 767px) {
	.btn {
		width: 100%;
		margin: 10px auto;
		display: block;
	}
	a.btn,
	a.btn:active,
	a.btn:focus {
		min-width: 100%;
	}

	/* ボタンに配置順を変更 */
	.js_btn_area {
		display: flex;
		flex-direction: column-reverse;
	}
}

/* = Mobile Device
----------------------------------------------- */
@media (max-width: 640px) {
	#site-id img {
		width: 120px;
	}

	#copyright {
		font-size: 0.7em;
		text-align: left;
		padding: 0 10px;
	}

	#contents_wrapper input[type="submit"].confirm-adjust {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.form_tbl_wrapper table th, .form_tbl_wrapper table td {
		width: 100%;
		display: inline-block;
		padding: 5px 0;
	}

	.form_tbl_wrapper.tbl-bordered table th {
		border-bottom: none;
		padding-bottom: 0;
	}

	.sp_hide {
		display: none;
	}
}
