/***********************************
 reset
***********************************/
*, html, body, div, dl, dt, dd, ul, ol, li, header, footer, nav,section,
h1, h2, h3, h4, h5, h6, form, input, textarea, p{
	margin: 0;
	padding: 0;
	font-family:  "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
}
dl, ul, ol{
	list-style-type: none;
}
a{
	color: #0000ee;
	cursor: pointer;
}
a:hover{
	color: #663399;
}

input{
	
}

input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: content-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}

/***********************************
 base
***********************************/
body{
	position: relative;
	margin: 0;
	padding: 0 0 120px;
	min-width: 1000px;
	height: 100%;
	min-height: 100vh;
	box-sizing: border-box;
	line-height: 1.6em;
	color: #242424;
	font-size: 14px;
	text-align: center;
}
section{
	clear: both;
	position: relative;
	margin: auto;
	padding: 10px 0;
	width: calc(100% - 30px);
	overflow: hidden;
}

/***********************************
 others
***********************************/
.txtS{
	font-size: 0.9em;
	letter-spacing: -0.05em;
}
.txtM{
	font-size: 1.05em;
	letter-spacing: -0.06em;
}
.txtL{
	font-size: 1.2em;
}
.txtAC{
	text-align: center;
}
.fltL{
	float: left;
}
.fltR{
	float: right;
}
.fltL::after,
.fltR::after{
	clear: both;
	display: block;
	content: "";
}

ul.disc{
	list-style: disc none outside;
	margin-left: 25px;
}
ol.mymark{
	margin-left: 1.5em;
	text-align: left;
	text-indent: -1.5em;
}

/***********************************
 header, footer
***********************************/
header, footer{
	position: relative;
	clear: both;
	position: relative;
	width: 100%;
	display: block;
}
header{
	margin: 0;
	text-align: left;
	background: #11181e;
}
footer{
	position: absolute;
	bottom: 0;
	height: 50px;
	background: #11181e;
}

header a{
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #ffffff;
}
header a:hover{
	color: #a6b4c0;
}

header h1{
	margin: 0 15px;
	padding: 20px 0;
	width: 300px;
	font-weight: normal;
	font-size: 2em;
}

header nav ul{
	margin: auto;
	width: calc(100% - 30px);
}
header nav ul li{
	display: inline-block;
	width: calc(100% / 8);
	text-align: center;
}
header nav ul li a{
	padding: 5px 0 10px;
	border-bottom: solid 5px #11181e;
}
header nav ul li a:hover,
header nav ul li a.on{
	border-bottom: solid 4px #4E657A;
}

footer #copyright{
	line-height: 50px;
	text-align: center;
	color: #ffffff;
	font-size: 0.8em;
}

/***********************************
 aside
***********************************/

aside{
	position: relative;
	padding: 10px 0 20px;
	background: #28353f;
	text-align: center;
	overflow: hidden;
}
aside h2{
	position: relative;
	display: inline-block;
	margin: auto;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	color: #ffffff;
	font-size: 1.3em;
}
aside h2::before,
aside h2::after{
	position: absolute;
	top: 18px;
	display: block;
	content: "";
	border-bottom: 3px solid #ffffff;
	width: 80px;
}
aside h2::before{
	left: -100px;
}
aside h2::after{
	right: -100px;
}

aside table{
	max-width: 90%;
}
aside table th{
	min-width: 10em;
	text-align: right;
}

/***********************************
 main, h2, h3
***********************************/
main h2{
	position: relative;
	display: inline-block;
	margin: auto;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	color: #28353f;
	font-size: 1.3em;
}
main h2::before,
main h2::after{
	position: absolute;
	top: 18px;
	display: block;
	content: "";
	border-bottom: 3px solid #28353f;
	width: 80px;
}
main h2::before{
	left: -100px;
}
main h2::after{
	right: -100px;
}

main h3{
	clear: both;
	text-align:left;
	padding: 10px;
	color: #11181E;
	font-weight: bold;
	font-size: 22px;
}

main h3::before{
    content: '';
    border-left: 3px double #11181E;
    margin-right: 0.5rem;
}

/***********************************
 table
***********************************/
table{
	margin: auto;
	min-width: 60%;
	border-collapse: collapse;
	line-height: 1.3em;
}
table th,
table td{
	padding: 10px;
	border: #bbbbbb 1px solid;
	vertical-align: top;
	text-align: left;
}
table th{
	background: #f6f6f1;
	font-weight: bold;
}
table td{
	background: #ffffff;
}

/***** .vertical *****/

table.vertical tr th,
table.vertical tr td{
	border: none;
}
table.vertical tr th{
	border-bottom: solid 1px #e3e3e3;
	border-left: solid 1px #e3e3e3;
	background: #f7f7f7;
	font-weight: normal;
}
table.vertical tr:first-child th{
	border-top: solid 4px #b3b3b3;
}
table.vertical tr td{
	border-bottom: solid 1px #e3e3e3;
	border-right: solid 1px #e3e3e3;
}
table.vertical tr:first-child td{
	border-top: solid 4px #4e657a;
}

/***** .horizon *****/

table.horizon th,
table.horizon td{
	border: none;
}
table.horizon{
	border: solid 1px #cccccc;
}
table.horizon tr th{
	background: #4e657a;
	border-left: dashed 1px #999999;
	color: #ffffff;
}
table.horizon tr td{
	background: #edf6ff;
	border-left: dashed 1px #999999;
}
table.horizon tr:nth-child(even) td{
	background: #ffffff;
}

/***** .vborder *****/
table.vborder tr{
	border-bottom: solid 1px #ffffff;
}
table.vborder tr th,
table.vborder tr td{
	background: none;
	border: none;
	color: #ffffff;
}
table.vborder tr th{
	font-weight: normal;
}

/***********************************
 .ul4, .row, .column
***********************************/
.ul4 li{
	float: left;
	margin: 0 10px 8px 0;
	width: calc(100% /4 - 30px /4);
}
.ul4 li:nth-child(4n){
	margin: 0 0 8px;
}

.row{
	position: relative;
	display: -webkit-flex;
	display: flex;
	width: calc(100% + 15px);
	margin: 0 0 10px;
}
.row:after{
	clear: both;
	display: block;
	content: "";
}
.column1,
.row .column2,
.row .column3-1,
.row .column3-2,
.row .column4-1,
.row .column4-3,
.row .column5-1{
	display: block;
	float: left;
	overflow: hidden;
	margin: 0 15px 0 0;
}
.column1{ width: calc(100% - 15px); clear: both; }
.row .column2{ width: calc(50% - 15px); }
.row .column2.short{ width: calc(48% - 15px); }
.row .column2.long{ width: calc(52% - 15px); }
.row .column3-1{ width: calc((100% /3) - 15px); }
.row .column3-2{ width: calc((100% /3) * 2 - 15px); }
.row .column4-1{ width: calc(25% - 15px); }
.row .column4-3{ width: calc(75% - 15px); }
.row .column5-1{ width: calc((100% /5) - 15px); }

.column1 img,
.row .column2 img,
.row .column3-1 img,
.row .column3-2 img,
.row .column4-1 img,
.row .column4-3 img,
.row .column5-1 img{
	display: block;
	width: 100%;
}
.column1 img.fixity,
.row .column2 img.fixity,
.row .column3-1 img.fixity,
.row .column3-2 img.fixity,
.row .column4-1 img.fixity,
.row .column4-3 img.fixity,
.row .column5-1 img.fixity{
	display: block;
	margin: 0 auto;
	width: auto;
}
.column1 strong.inlineBlock,
.row .column2 strong.inlineBlock,
.row .column3-1 strong.inlineBlock,
.row .column3-2 strong.inlineBlock,
.row .column4-1 strong.inlineBlock,
.row .column4-3 strong.inlineBlock,
.row .column5-1 strong.inlineBlock{
	display: inline-block;
	padding: 5px 0;
	width: 100%;
	text-align: left;
	font-size: 1.1em;
	font-family: 'Noto Serif JP', serif;
}

/***********************************
 .btn, input[type="submit"], input[type="button"]
***********************************/
a.btn{
	display: block;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: left top;
}
a.btn:hover{
	background-position: left bottom;
}
a.contact_us{ background-image: url(/images/.png); width: 200px; height: 40px; }

a.btnTxt,
input[type="submit"],
input[type="button"]{
	display: inline-block;
	margin: 2px;
	padding: 0;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #cacaca 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#cacaca 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#cacaca 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cacaca',GradientType=0 ); /* IE6-9 */
	min-width: 150px;
	width: auto;
	height: 30px;
	line-height: 30px;
	color: #232323;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
	border: solid 1px #f6f6f6;
	outline: solid 1px #ababab;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
}
a.btnTxt:hover,
input[type="submit"]:hover,
input[type="button"]:hover{
	background: #929292; /* Old browsers */
	background: -moz-linear-gradient(top,  #929292 0%, #656565 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #929292 0%,#656565 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #929292 0%,#656565 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#929292', endColorstr='#656565',GradientType=0 ); /* IE6-9 */
	border: solid 1px #b2b2b2;
	color: #ffffff;
	font-weight: normal
}
table a.btnTxt,
table input[type="button"]{
	margin: 0;
	height: 20px;
	line-height: 20px;
	min-width: 50px;
	font-size: 0.8em;
}

a.bgChenge{
	position: relative;
	display: inline-block;
	color: #242424;
	text-decoration: none;
}
a.bgChenge:hover{
	color: #242424;
	background: #ffffff;
	box-shadow: inset 0 0 10px 10px #f4d6e5;
}
a.imgChenge img{
	display: unset !important;
}
a.imgChenge:hover{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/***********************************
 .pager
***********************************/
.pager{
	margin: 10px 15px;
	text-align: left;
}
.pager::after{
	clear: both;
	display: block;
	content: "";
}
.pager p{
	float: left;
	width: 400px;
	font-size: 1.4em;
}
.pager p span{
	padding-right: 5px;
	font-weight: bold;
}
.pager div{
	float: right;
	display: inline-block;
}
.pager div a{
	display: inline-block;
	margin: 2px;
	padding: 0 3px;
	min-width: 25px;
	border: solid 1px #ababab;
	color: #707070;
	text-decoration: none;
	text-align: center;
}
.pager div a.now,
.pager div a:hover{
	background: #959595;
	color: #ffffff;
}

/***********************************
 form
***********************************/
.error{
	color: #ff0000;
}

form table{
	margin: 10px auto 20px;
}

input[type="text"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="number"],
input[type="range"],
input[type="color"],
input[type="checkbox"],
input[type="radio"],
input[type="file"],
textarea{
	display: inline-block;
	margin: 0 10px 2px 2px;
	padding: 1px 3px;
}
input[type="text"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"]{
	width: 300px;
}
input[type="datetime-local"]{
	width: 200px;
}
input[type="password"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="range"]{
	width: 160px;
}
input[type="time"],
input[type="number"],
input[type="color"]{
	width: 80px;
}
textarea{
	width: 600px;
}
input.sizeS,
textarea.sizeS{
	width: 80px;
}
input.sizeL,
textarea.sizeL{
	width: calc(100% - 10px);
}

select{
	margin: 0 10px 2px 2px;
	padding: 3px;
	min-width: 100px;
}

label{
	display: inline-block;
	margin: 0 20px 0 0;
	padding: 0 0 2px;
	min-width: 150px;
	cursor: pointer;
}
label input[type="checkbox"],
label input[type="radio"]{
	margin: 0 3px;
}

/***** loading ******/
.spinner {
  margin: 0 auto;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px; /* サイズ - 可変 - 大きくした場合、上の「.spinner」のサイズも変えないと縦長になる */
  height: 18px; /* サイズ - 可変 */
  background-color: #2668a3;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
