@charset "UTF-8";

/* ----------------------------------------------------------
  TITLE : iTEC HANKYU HANSHIN
  URI : www.itec.hankyu-hanshin.co.jp
  Copyright(C) iTEC Hankyu Hanshin Co., Ltd.
---------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

/* CSS Reset Style
---------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, label, fieldset, legend, input, textarea, button, p, blockquote, pre, address, table, th, td,* {
	padding: 0;
	margin: 0;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	box-sizing: border-box;
}
body {
	line-height: 1.5;
	font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
	font-size: 16px;
	color: #333;
}
del {
	font-weight: normal !important;
	text-decoration: line-through;
}
caption {
	text-align: left;
}
fieldset {
	border: 0;
}
button {
	border: 0;
	background: none;
}
label, legend {
	line-height: normal;
}
input,textarea,select,button{
	font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
}
select,label,input[type="checkbox"]  {
  cursor: pointer;
}

/* HyperText Style
---------------------------------------------------- */
a:link,a:visited {
	text-decoration: none;
}
input,a{
  color: #333;
	transition: opacity 0.3s ease 0s;
}
input:not([type="text"],[type="password"]):hover,
a:hover {
	opacity: 0.7;
}

/* Head Line
---------------------------------------------------- */
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
h3 {
	margin: 20px 0 10px 8px;
}

/* Texts
---------------------------------------------------- */
p {
	margin: 20px 0;
	line-height: 1.5;
}
p.text {
	line-height: 1.8;
	width: 1200px;
	margin: 0 auto;
}
p.text + table.basic{
	margin-top: 50px;
}

/* Quotations
---------------------------------------------------- */
blockquote {
	padding: 20px;
	margin: 30px 0;
	line-height: 1.8;
}

/* Table
---------------------------------------------------- */
table,th, td {
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
	line-height: normal;
}
table.zebra tr.even td {
	background: #E9E9E9;
}

/* List Style
---------------------------------------------------- */
ul, ol {
	margin: 1em 0;
}
ul.none, ol.none {
	margin: 0 !important;
}
ul li,
ol li {
	margin: 0.1em 0 0.1em 2em;
}
ul ul,
ul ol,
ol ul,
ol ol {
	margin: 0;
}
ul li,
ol ul li {
	list-style-type: disc;
}
ol li {
	list-style-type: decimal;
}
ol ol li {
	list-style-type: lower-roman;
}
dl {
	margin: 1em 0;
}
dd {
	margin: 1em 0 0 2em;
}

/* Form
---------------------------------------------------- */



/* Image Style
---------------------------------------------------- */
img {
	border: none;
	vertical-align: bottom;
}

/* Alignment
---------------------------------------------------- */
.left {
	text-align: left !important;
}
.center {
	text-align: center !important;
}
.right {
	text-align: right !important;
}

/* Float Clear style
---------------------------------------------------- */
.clear {
	clear: both !important;
}
.clearfix:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: '[.]';
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */