@charset "utf-8";
@import "initialize.css";
/*@import url("common_pc.css") screen and (min-width: 751px);
@import url("common_sp.css") screen and (max-width: 750px);*/


/*header,
.wrapper{
	animation-name: fadein;
    animation-duration: 2s;
}
@keyframes fadein {
	from {
	    opacity: 0;
	}
	to {
	    opacity: 1;
	}
}*/

body {
	font-size: 80%;
	line-height: 1.5;
	color: #000;
	text-align: center;
	background-color: #e6e6e5;
	word-break: break-all;
	word-wrap: break-word;
	margin: 0;
	padding: 0;
}
a,
.controls li:hover {
	transition: opacity .3s ease;
}

header {
	padding: 0;
	margin: 0;
	background-color: #e4ff00;
	border-top: 2px solid #000;
	height: 53px;
	/* min-width: 500px; */
	position: fixed;
	width: 100%;
	z-index: 100;
}
#header_title {
	position: relative;
	margin: 0 50px;
	width: 100%;
	height: 53px;
	display: flex;
	align-items: flex-end;
}
h1.site_title {
	margin-bottom: 10px;
	padding: 0;
	text-align: left;
	font-size: 40px;
	font-weight: bold;
	line-height: 100%;
}
h1.site_title {
	color: #000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif !important;
}
.h1txt {
	margin-bottom: 20px;
	padding: 0 40px;
	font-size: 12px;
	color: #000;
	text-align: center;
	line-height: 1.7;
}
.h1txt a {
	color: #000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight: bold;
}
header a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
footer {
	background-color: #e4ff00;
	border-top: 2px solid #000;
	height: 20px;
	
}

/* @group nav */

nav {
	display: block;
	position: fixed;
	top: 2px;
	right: -150px;
	width: 150px;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	transition: all .5s;
	z-index: 1000;
	opacity: 0;
	background-color: rgba( 255, 255, 255, 0.9 );
	border-radius: 0 0 0 20px;
}
.open nav {
	right: 0;
	opacity: 1;
}
nav .inner {
	padding: 15px 25px 25px 25px;
}
nav .inner ul {
	margin: 0;
	padding: 0;
}
nav .inner ul li {
	position: relative;
	margin: 0;
	list-style: square inside;
	padding: 10px 5px;
	border-bottom: 2px dotted #999;
	text-align: left;
}
nav .inner ul li:first-child {
	border-top: 2px dotted #999;
}
/*　.toggle_btn　*/
.toggle_btn {
	display: block;
	position: fixed;
	top: 15px;
	right: 15px;
	width: 30px;
	height: 30px;
	transition: all .5s;
	cursor: pointer;
	z-index: 1000;
}
.toggle_btn span {
	display: block;
	position: absolute;
	left: 0;
	width: 30px;
	height: 2px;
	background-color: #333;
	border-radius: 4px;
	transition: all .5s;
}
.toggle_btn span:nth-child(1) {
	top: 4px;
}
.toggle_btn span:nth-child(2) {
	top: 14px;
}
.toggle_btn span:nth-child(3) {
bottom: 4px;
}

.open .toggle_btn span:nth-child(1) {
	-webkit-transform: translateY(10px) rotate(-315deg);
	transform: translateY(10px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
	opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
	-webkit-transform: translateY(-10px) rotate(315deg);
	transform: translateY(-10px) rotate(315deg);
}
nav a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
}

/* @end */

section {
	padding-top: 80px;
}


h2{
	margin: 0 40px 20px 40px;
	padding: 5px 0;
	font-size: 14px; 
	font-weight: bold;
	color: #fff;
	background-color: #666;
}
nav h2 {
	margin: 0 0 10px 0;
	background-color: transparent;
	font-size: 16px; 
	color: #333;
	letter-spacing: 3px;
	text-align: left;
}
h3{
	margin: 10px 40px;
	padding: 0 10px;
	border-bottom: 1px dotted #333;
	font-weight: bold;
}
ul{margin:10px 30px 40px 30px;}
li{list-style-type: none; padding:5px 0;}

ul.sns {
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
ul.sns li {
	padding: 10px;
}
ul.sns li a {
	display: block;
	text-decoration: none;
}
ul.sns figure img {
	margin-bottom: 5px;
	width: 100px;
	height: auto;
}
ul.sns figure figcaption {
	color: #333;
	font-weight: bold;
}

ul.link {
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
}
ul.link li {
	padding: 10px;
}
ul.link li a {
	display: block;
	text-decoration: none;
}
a:hover,
.controls li:hover {
	opacity: 0.5;
}
ul.link figure {
	
}
ul.link figure img {
	margin-bottom: 5px;
	width: 150px;
	height: auto;
}
ul.link figure figcaption {
	color: #333;
	font-weight: bold;
}

ul.pdf li {
	padding: 10px;
	list-style: none;
}
ul.pdf li a {
	color: #333;
	text-decoration: none;
}


.controls {
	margin: 0 40px 20px 40px;
	padding: 20px 0 0 0;
	overflow: hidden;
	clear: both;
}
.controls ul {
	overflow: hidden;
	margin: 0 0 10px 0;
	border-bottom: 2px dotted #000;
}
.controls li {
	margin: 0 0 10px 0;
	display: inline-block;
	line-height: 200%;
	cursor: pointer;
	padding: 0 10px;
	width: auto;
	font-size: 14px;
/*	border: 1px solid #000;*/
}
.controls li:first-child {
	padding: 0;
/*	border: none;*/
}
.mixitup-control-active {
	font-weight: bold;
}

