﻿/* reset */
/* ===========================================================================*/
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
html {
	font-size: 62.5%;
}
body {
    border: 0;
    margin: 0;
    line-height: 1.4;
    font-size: 1.4rem;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
    overflow-x: hidden;
    background-color: #3A0300;
	color: #FFFFFF;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
p {
  margin-bottom: .5rem;
}
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0px;
}
form label {
  cursor: pointer;
}
a {
  text-decoration: none;
  color: #FFF;
}
a:hover, a:active, a:link, a:visited, a:focus {
	color: #FFF;
}
a img {
  border: none;
}
img {
    vertical-align: bottom;
}
hr {
    border: 0;
	margin: 5px 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
    background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc);
    background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc);
    background-image:      -o-linear-gradient(left, #ccc, #333, #ccc);
}
/* バグ回避 */
/* ===========================================================================*/
.Clear {
	clear: both;
}
/*  基本フロア */
/* ===========================================================================*/
header {
	width: 100%;
}
main {
	width: 100%;
	padding: 0;
}
footer {
    width: 100%;
	padding: 10px;
}
footer h3 {
    font-size: 1.2em;
    text-align: center;
	font-weight: bold;
}
footer h4 {
    font-size: 0.9em;
	padding: 10px 0 0;
    text-align: center;
	color: #FFFFFF;	
}
/*  共通 */
/* ===========================================================================*/
h1 {
    color: #FFFFFF;
    font-size: 24px;
    margin: 0 -14px;
    padding: 8px 0 8px 24px;
    background: linear-gradient(#999,#aaa,#999);
    border: 1px solid #bbb;
    box-shadow: 0 0 1px 0 #555;
    text-align: center;
    position: relative;
}
.back {
    font-size: 1.5rem;
    font-weight: bold;
    width: 60px;
    display: block;
    border-radius: 20px;
    border: 1px solid #FFFFFF;
    padding: 5px;
    background-color: #3A0300;
    position: absolute;
    left: 25px;
}
.box {
	padding: 15px;
}
.box h2{
    font-size: 1.6rem;
    color: #D5918F;
    font-weight: bold;
    margin: 30px 0 0;
}
.list {
    margin: 10px;
    padding: 0 0 5px;
    display: block;
    border-bottom: 1pt dotted #FFF;
}
.list img {
    width: 35px;
	margin: 0 10px 5px 0;
    float: left;
}
.Text {
	font-size: 1.2rem;
    display: block;
}
.sche{
	padding: 5px;
	border: 1px solid #3A0300;
	text-align: center;
	background-color: #FFFFFF;
	color: #000000;
	margin-left: auto;
	margin-right: auto;
	display: block;
 }
.sys {
 width: 100%;
 border-collapse: collapse;
 }
 .sys th{
	width: 25%;
	padding: 6px;
	text-align: center;
	vertical-align: top;
	color: #FFFFFF;
	background-color: #3A0300;
	border: 1px solid #3A0300;
	font-weight: normal;
 }
 .sys td{
	padding: 6px;
	border: 1px solid #3A0300;
	text-align: center;
	background-color: #FFFFFF;
	color: #000000;
 }
.jCarousel {
margin: 0 auto;
margin-bottom: 15px;
text-align: center;
-webkit-transition: margin 0.5s ease-in-out;
transition: margin 0.5s ease-in-out;
test-align: center;
}

/*  index */
/* ===========================================================================*/
p.index {
    text-align: center;
    font-size: 1.4rem;
    line-height: 2.4rem;
	padding: 20px;
	color: #3A0300;
	font-weight: bold;
}
p.info  {
    text-align: center;
    font-size: 1.4rem;
    line-height: 2.4rem;
	padding: 20px;
	font-weight: bold;
}
.btn,
a.btn,
button.btn {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    display: block;
    padding: 1rem 5rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
	width: 250px;
	margin: 0 auto;
}
a.btn-radius-solid {
  border: 1px solid #ccc;
  background: #f1e767;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
  -webkit-box-shadow: inset 1px 1px 1px #fff;
  box-shadow: inset 1px 1px 1px #fff;
}

a.btn-radius-solid:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(bottom, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to top, #fdfbfb 0%, #ebedee 100%);
}
/*  top */
/* ===========================================================================*/
ul.box6 {
	display: flex;
}
ul.box6 li {
    width: 20%;
    display: block;
    background-color: #afdfe3;
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
    text-align: center;
    padding: 10px 0px;
    margin: 5px 0;
    border-radius: 5px;
    font-size: 1.2rem;
	font-weight: 700;
}
ul.box6 li a {
    display: block;
}
ul.box6 li+ li {
  border-left: 0;
  border-right: 1px solid #FFF;
}
ul.menu {
  border-top: 1px solid #ccc;	
}
.btn2,
a.btn2,
button.btn2 {
	width: 100%;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
    display: inline-block;
    padding: 1rem 2rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
}
a.btn2-radius-solid {
  border-bottom: 1px solid #ccc;	
  background: #f1e767;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
  -webkit-box-shadow: inset 1px 1px 1px #fff;
  box-shadow: inset 1px 1px 1px #fff;
}

a.btn2-radius-solid:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(bottom, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to top, #fdfbfb 0%, #ebedee 100%);
}

.button14 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px auto;
  padding: 1em 2em;
  width: 300px;
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  background-image: linear-gradient(170deg, #659de6, #5abab8);
  border-radius: 50vh;
  transition: 0.3s;
}

.button14 a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  transform: rotate(45deg);
}

.button14 a:hover {
  text-decoration: none;
  background-image: linear-gradient(-170deg, #659de6, #5abab8);
}
.btn,
a.btn,
button.btn {
    font-size: 1.2rem;
    font-weight: bold;
    position: relative;
    display: inline-block;
    padding: 1rem 2rem;
    margin: 10px 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
}
a.btn-radius-solid {
  background: #f1e767;
  background: -webkit-gradient(linear, left top, left bottom, from(#f1e767), to(#feb645));
  background: -webkit-linear-gradient(top, #f1e767 0%, #feb645 100%);
  background: linear-gradient(to bottom, #f1e767 0%, #feb645 100%);
}

a.btn-radius-solid:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#f1e767), to(#feb645));
  background: -webkit-linear-gradient(bottom, #f1e767 0%, #feb645 100%);
  background: linear-gradient(to top, #f1e767 0%, #feb645 100%);
}