@charset "UTF-8";
/* CSS Document */


html,
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

header {
	padding: 32px;
}

body {
	margin-left: auto;
	margin-right: auto;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}


footer {
	padding: 20px 30px;
	background-color: #dbecf1;
}

.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width:100px;
}
.style-nav ul {
	list-style-type: none;
}

.style-nav ul li a {
	text-decoration: none;
    font-weight: bold;
	color:#2F322A;
	text-align: center;
	display: block;
	padding: 8px;
}

.style-kpu {
	text-decoration: none;
    text-shadow: 1px 1px 1px #fff,
                 -1px 1px 1px #000,
                 1px -1px 1px #000,
                 -1px -1px 1px #000;
	color:#720565;
	text-align: center;
    font-weight: bold;
	text-transform: uppercase;
	padding: 8px;
}

.style-wis {
	text-decoration: none;
	color:#046A0A;
    font-weight: bold;
	text-align: center;
	padding: 8px;
}

.style-les {
	text-decoration: none;
	color:#046A0A;
    font-weight: bold;
	text-align: center;
	padding: 8px;
}

.style-contact {
	text-decoration: none;
	color:#2F0135;
}

.style-li {
    list-style-type: none; 
    padding-bottom: 10px;
    text-align: left;
}

.style-section {
    color:#F6B910;
    list-style-type: none; 
    padding-bottom: 10px;
}
.style-theme {
    color:#F6B910;
    list-style-type: none;
    padding-bottom: 20px;
    text-align: left;
}

.style-graph {
    padding-bottom: 20px;
    text-align: left;
    width: 50%;
}
.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}

.top {
	background-image: url("img/logo.png");
	background-size: cover;
	padding: 20px 20px 50px 20px;
	color: #11168C;
	text-align-last: center;
}

.animation{
    display    : inline-block;
    font-size  : 160%;
    font-weight: bold;
    color      : #11168C;
    animation  : sample2Anime 4s linear infinite alternate;
}

@keyframes sample2Anime{
   0% { text-shadow:  2px  2px 10px #fff,
                     -2px  2px 10px #fff,
                      2px -2px 10px #fff,
                     -2px -2px 10px #fff;}
 100% { text-shadow:  2px  2px 10px #544F86,
                     -2px  2px 10px #544F86,
                      2px -2px 10px #544F86,
                     -2px -2px 10px #544F86;}
}

h1 {
	font-size: 40px;
	font-weight: 200;
	margin-bottom: 70px;
}

h1 {
	font-size: 24px;
	font-weight: 200;
	margin-bottom: 20px;
}
h3 {
	font-size: 16px;
	font-weight: 200;
	margin-bottom: 20px;
}

h4 {
	font-size: 14px;
	font-weight: 200;
	margin-bottom: 10px;
}

p {
	font-size: 16px;
	font-weight: 200;
	margin-bottom: 30px;
}

video {
    width: 100%;
    max-width: 720px; /* 最大でも720px以下に */
}

.button {
	border:  2px #ffffff solid;
	padding: 8px 30px;
	border-radius: 30px;
	color: #ffffff;
	text-decoration: none;
}

.col {
	width: 100%;
}
/*タブレット用*/

@media (min-width: 768px){
	
	body {
		max-width: 778px;
	}
	.style-nav ul li {
		display: inline-block;
	}
	.style-nav ul {
		text-align: center;
	}
	h1 {
	font-size: 40px;
	margin-bottom: 90px;
	}
	.col-md-half {
		width: 50%;
	}
	.col {
		float: left;
		padding: 0px 7px 14px;
	}	
}

.amber-box {
	background-color: #003C4B;
	color: #ffffff;
	padding: 60px 30px;
	text-align: center;
}

.gray-box {
	background-color: #2b2b35;
	color: #ffffff;
	padding: 60px 30px;
	text-align: center;
}

.darkgreen-box {
	background-color: #1C3A03;
	color: #ffffff;
	padding: 60px 30px;
	text-align: center;
}

.drakblown-box {
	background-color: #3E1001;
	color: #ffffff;
	padding: 60px 30px;
	text-align: center;
}

.aquamarine-box {
	background-color: #FCDDCF;
	color: #150000;
	padding: 60px 30px;
	text-align: center;
}
.white-box {
	background-color: #FCDDCF;
	color: #150000;
	padding: 60px 30px;
	text-align: center;
}

.footer-text {
	font-size: 11px;
	margin-bottom:  20px;
}

/*デスクトップ用*/

@media (min-width: 1024px){
	
	body {
		max-width: 1000px;
	}
	.style-logo {
		float: left;
	}
	
	.style-nav {
		float: right;
	}
	.col-lg-qtr {
		width: 25%;
	}
}

