@charset "utf-8";

/*		Contents
---------------------------------------------------------------------------

	Reset Styles
	Paging（ページング）
	Widget（共通パーツ）

------------------------------------------------------------------------ */


/* ========================================================================
	Reset Styles
======================================================================== */
.pagetop{
    bottom: 0;
    position: fixed;
    right: 0;
    text-align: right;
}
body{

}
svg{
	max-width: 1366px;
	height:768px;
}
body::-webkit-scrollbar {
    width: 0px;
}
/* font-face */
@font-face{
	font-family:"YuGothic M"; /* Windows Firefox用 */
	src:local(Yu Gothic Medium);
}
/* HTML5 */
article, aside, figure, figcaption, video, footer, header,
main, nav, section, summary{
	display:block;
}
/* Base Styles */
*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address, small,
ul, ol, li, dl, dt, dd,
table, th, td,
form, fieldset{
	margin:0;
	padding:0;
	font-weight:normal;
}
html{
	font-size:62.5%; /* 10px */
}
body{
	font-family:"游ゴシック Medium", "游ゴシック体", "YuGothic M", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size:1.5rem; /* 15px */
	line-height:1.5;
    -webkit-text-size-adjust:100%;
	margin:0;
	overflow-x:hidden;
}
select,input,button,textarea{
	color:white;
	font-family:inherit;
	font-size:100%;
}
pre,code,kbd,samp{
	font-family:inherit;
}
img,
iframe{
	border:none;
	vertical-align:bottom;
}
table{
	margin: 0 auto;
}
label{
	cursor:pointer;
}
input,
textarea{
	padding:0;
	vertical-align:middle;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="url"],
textarea{
	height:34px;
	margin:0;
	padding:0 10px;
	-webkit-appearance:none; /* iPhone・iPad グラデーション解除 */
}
textarea{
	height:auto;
	padding:10px;
}
/* Firefox・IE スピンボタン非表示 */
input[type="number"]{
	-moz-appearance:textfield;
}
/* Chrome・Safari スピンボタン非表示 */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button{
	margin:0;
	-webkit-appearance:none;
}
input[type="radio"],
input[type="checkbox"]{
	vertical-align:baseline;
	cursor:pointer;
}
button,
input[type="image"],
input[type="submit"],
input[type="button"]{
	margin:0; /* iPhone・iPad用 */
	padding:0;
	cursor:pointer;
	border-radius:0; /* iPhone・iPad 角丸解除 */
	-webkit-appearance:none; /* iPhone・iPad グラデーション解除 */
}
select,
select option,
select optgroup{
	padding:0 10px;
	font-style:normal;
	cursor:pointer;
}
ol,ul{
	list-style:none;
}
h1,h2,h3,h4,h5,h6,small{
	font-size:100%;
}
address{
	font-style:normal;
} 
a,
input{
	outline:none;
}
/* Basic Text Link */
a{
	color:white; text-decoration:none;
}
a:link{
	color:white; text-decoration:none;
}
a:visited{
	color:white; text-decoration:none;
}
a:hover{
	text-decoration:none;
}
a:focus{
	color:white; text-decoration:none;
}
a:active{
	color:white; text-decoration:none;
}
.sidemenu-list:hover{
    background:#eaefd8;
}
/* Common Styles */
img{
	height:auto;
	max-width:100%;
}
ul,
ol,
.column{
	position:relative;
}
strong{
	font-weight: normal;
}

/* ========================================================================
	Paging（ページング）
======================================================================== */
.pagenavi{
	color:#ffffff;
	font-size:1.6rem;
	font-weight:bold;
	padding:0 0 70px 0;
	text-align:center;
}
.pagenavi span{
	display:inline-block;
	margin:0 5px 10px;
	vertical-align:top;
}
.pagenavi span.current{
	background:#0e5c01;
	line-height:30px;
	text-align:center;
	width:30px;
}
.pagenavi a{
	color:#000000;
	line-height:30px;
	margin:0 5px 10px;
	text-align:center;
	text-decoration:none;
	transition-duration:0.2s;
	vertical-align:top;
	width:30px;
    padding: 7.5px 11px;
}
.pagenavi a:hover{
	background:#0e5c01;
	color:#ffffff;
}

.pagenavi a[rel="prev"],
.pagenavi a[rel="next"]{
	font-size:1.0rem;
}

/* ========================================================================
	Widget（共通パーツ）
======================================================================== */
.widget_list span.cat_02,
.widget_cat a.cat_02{ background:#ffa038; }
.widget_list span.cat_03,
.widget_cat a.cat_03{ background:#893d9a; }
.widget_list span.cat_04,
.widget_cat a.cat_04{ background:#1291e6; }

/* ----------------------------------------
	widget_list
---------------------------------------- */
.widget_list li{
	float:left;
	margin:0 40px 28px 0;
	width:340px;
}
.widget_list li:nth-child(3n){ 
	margin-right:0; 
}
.widget_list li a{
	display:block;
	font-size:1.6rem;
	color:#ffffff;
}
.widget_list li img{
	margin:0 0 -11px 0;
}
.widget_list li span{
	background:#ff0000;
	border-radius:10px;
	display:inline-block;
	font-size:1.2rem;
	line-height:22px;
	margin:0 0 10px 0;
	padding:0 14px;
	position:relative;
}

@media screen and (max-width:767px){
.widget_list{
	margin:0 -5px;
}
.widget_list li{
	float:left;
	margin:0;
	padding:0 5px 20px;
	width:50%;
}
}

/* ----------------------------------------
	widget_cat
---------------------------------------- */
.widget_cat{
	background:#f4f4f4;
}
.widget_cat li{
	float:left;
}
.widget_cat a{
	background:#ff0000;
	color:#ffffff;
	display:block;
	font-size:1.3rem;
	font-weight:bold;
	line-height:50px;
	min-width:215px;
	padding:0 20px;
	text-align:center;
	text-decoration:none;
}
.news_contents p, .news_contents h1, .news_contents h2, .news_contents h3, .news_contents h4, .news_contents h5{
	color:black;
	font-size:15px;
}
.top_news{
	max-height: 131px;
    overflow: hidden;
}
.news_contents{
	color:black;
	font-size:15px;
	float: left;
	width:100%;
}
.news_contents a .left{
	color:black;
	width:100%;
}
.news_contents a .right{
	color:black;
	width:100%;
}
.news_contents a .single_left3{
	color:black;
	width:100%;
}
.news_contents a .sin gle_left7{
	color:black;
	width:100%;
}
.news_contents a .single_right3{
	color:black;
	width:100%;
}
.news_contents a .single_right7{
	color:black;
	width:100%;
}

/* ========================================================================
	Paging（ページング）
======================================================================== */
.pagination {
	clear: both;
	padding: 20px 0;
	position: relative;
	font-size: 14px;
	line-height: 14px;
        text-align: center;
}
.pagination-box {
	display: inline-block;
}
.pagination span, .pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 10px 15px 10px 15px;
	text-decoration: none;
	width: auto;
	color: #fff;
	background: #888888;
}
.pagination a:hover{
	color: #56d3dd;
	background: #484848;
}
.pagination .current{
	padding: 10px 15px 10px 15px;
	color: white;
    background: #000000;
}
@media only screen and (max-width: 413px) {
.pagination {
	font-size: 12px;
	line-height: 12px;
}
.pagination span, .pagination a {
	padding: 8px 10px 8px 10px;
}
.pagination .current{
	padding: 8px 10px 8px 10px;
}
}
@-webkit-keyframes circle {
    0% {
        border-color: transparent;
        -webkit-transform: rotate(0);
    }
    25% {
        border-color: transparent #fff transparent transparent;
    }
    50% {
        border-color: transparent #fff #fff transparent;
    }
    75% {
        border-color: transparent #fff #fff #fff;
    }
    100% {
        border-color: #fff;
        -webkit-transform: rotate(-680deg);
    }
}
@keyframes circle {
    0% {
        border-color: transparent;
        transform: rotate(0);
    }
    25% {
        border-color: transparent #fff transparent transparent;
    }
    50% {
        border-color: transparent #fff #fff transparent;
    }
    75% {
        border-color: transparent #fff #fff #fff;
    }
    100% {
        border-color: #fff;
        transform: rotate(-680deg);
    }
}
@-webkit-keyframes active-menu-bar02 {
    100% {
        height: 0;
    }
}
@keyframes active-menu-bar02 {
    100% {
        height: 0;
    }
}
