/* ----------------------------------------------------------------------------------------------------
     全端末共通のCSS（961px〜）
---------------------------------------------------------------------------------------------------- */

.pc {
	display:block;
}

.sp {
	display:none;
}

.tab2 {
	display:none;
}

/* レイアウト
--------------------------------------------------------------------------*/

html{
}

body {
	color: #333;
	text-align: center;
	margin: 0 auto;
	height: 100%;
	-webkit-text-size-adjust: 100%;
}

#wrap {
	width :100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#layout {
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.width {
	width: 1100px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

body {
	display: flex;
	justify-content: center;
	align-items: center;
 
	min-height: 100vh;
	background: #F5F5F5;
	line-height: 1.5em;
}
 
.inner {
	padding: 15px 30px;
	text-align: center;
}


/* 文字
--------------------------------------------------------------------------*/

h1 {
	font-size: 180%;
	margin-bottom: 40px;
	font-weight: bold;
	color: #4D792B;
	text-align: left;
	padding-top: 40px;
	word-wrap:break-word;
}

h1 span {
	display: block;
	font-size: 40%;
	margin-top: -5px;
}

h2 {
	font-size: 120%;
	position: relative;
	padding-left: 35px;
	margin-bottom: 20px;
	text-align: left;
	color: #3369BD;
}
 
h2::after {
	position: absolute;
	top: 50%;
	left:0;
	content: '';
	width: 25px;
	height:1px;
	background-color: #3369BD;
}

h3 {
	text-align: left;
	font-size: 130%;
	line-height: 180%;
	color: #2F5597;
	border-left: 3px solid #3369BD;
	padding-left: 15px;
	margin-bottom: 20px;
}

p {
	font-size: 100%;
	line-height: 180%;
	margin-bottom: 20px;
	text-align: left;
}

ul.text {
	text-align: left;
	font-size: 100%;
	padding-bottom: 20px;
}

ul.text li {
	line-height: 200%;
	padding: 0 0 0 10px;
	list-style: inside;
}

/* ヘッダー
--------------------------------------------------------------------------*/

#header {
}

#h_left {
	float: left;
}

#h_right {
	float: right;
}


/* ナビゲーション
--------------------------------------------------------------------------*/

/*
#navi {
	width: 100%;
}

#navi ul {
}

#navi ul li {
	float: right;
	box-sizing: border-box;
	list-style: none;
	line-height: 100%;
	font-size: 85%;
	font-weight: bold;
}

#navi ul li a {
	display: block;
	text-decoration: none;
	overflow: hidden;
	padding: 30px 15px;
	margin: 0px;
	box-sizing: border-box;
}

#navi .menu a {
	position: relative;
	text-align: center;
	overflow: hidden;
	border-top: 3px solid #FFF;
}

#navi .menu a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 0%;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

body#home #navi ul li a#cat-nav-1 { border-top: 3px solid #3369BD; }
body#profile #navi ul li a#cat-nav-2 { border-top: 3px solid #3369BD; }
body#determination #navi ul li a#cat-nav-3 { border-top: 3px solid #3369BD; }
body#active #navi ul li a#cat-nav-4 { border-top: 3px solid #3369BD; }
body#club #navi ul li a#cat-nav-5 { border-top: 3px solid #3369BD; }
body#donation #navi ul li a#cat-nav-6 { border-top: 3px solid #3369BD; }
body#news #navi ul li a#cat-nav-7 { border-top: 3px solid #3369BD; }
*/

/* コンテンツ
--------------------------------------------------------------------------*/

#container {
	margin-top: 80px;
}

section {
	padding: 0 0 30px 0;
}

#home section {
	padding: 0 0 80px 0;
}

.column2 {
	width: 48%;
	float: left;
	margin-right: 4%;
	margin-bottom: 20px;
}

.column2:nth-child(2n) {
	margin-right:0;
}

.column3 {
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
}

.column3:nth-child(3n) {
	margin-right: 0;
}

.column4 {
	width: 23.5%;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
}

.column4:nth-child(4n) {
	margin-right: 0;
}

.column3Box {
	width: 33.333333%;
	float: left;
	margin-bottom: 20px;
}


/* トップページ
--------------------------------------------------------------------------*/

#main {
	position: relative;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}

#main p {
	position: absolute;
	top: 50%;
	margin-top: -225px;
	z-index: 10;
}

.fadein {
    -webkit-animation-name: fadein_anime;
    -webkit-animation-duration:5s;
    animation-name:fadein_anime;
    animation-duration:5s;
}

@-webkit-keyframes fadein_anime {
    from{
		opacity: 0;
    }
    to {
		opacity: 1;
    }
}

@keyframes fadein_anime {
    from{
		opacity: 0;
    }
    to{
		opacity: 1;
    }
}

/* 新着情報
-------------------------------------*/

#newsUl {
	text-align:left;
}

#newsUl ul {
	margin-top: -20px;
}

#newsUl ul li {
	padding: 20px 0;
	list-style: none;
	border-bottom: 1px dotted #97AACB;
	font-size: 90%;
}

#newsUl ul li span {
	font-weight: bold;
	padding: 5px 20px;
	box-sizing: border-box;
	border: 1px solid #3369BD;
	font-size: 70%;
	color: #3369BD;
	margin-right: 10px;
	text-transform: uppercase;
}

#newsUl ul li a {
	margin-left: 10px;
}


/* 下階層
--------------------------------------------------------------------------*/

#prtMain {
	padding: 140px 0;
}

#prtMain p {
	text-align: right;
}


/* コンテンツ
--------------------------------------------------------------------------*/

#content {
	float: right;
	width: 750px;
}

.fade {
    opacity : 0.1;
    transform : translate(0, 50px);
    transition : all 500ms;
}
 
.fade.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

.fade2 {
    opacity : 0.1;
    transform : translate(-50px, 0);
    transition : all 500ms;
}
 
.fade2.scrollin2 {
    opacity : 1;
    transform : translate(0px, 0);
}

.fade3 {
    opacity : 0.1;
    transform : translate(50px, 0);
    transition : all 500ms;
}
 
.fade3.scrollin3 {
    opacity : 1;
    transform : translate(0, 0);
}

/* サイドバー
--------------------------------------------------------------------------*/

#sidebar {
	float: left;
	width: 200px;
}


/* フッター
--------------------------------------------------------------------------*/

footer {
	margin-top: 50px;
}

#f_main {
	border-top: 1px solid #EEE;
	padding: 30px 0 10px;
}

#f_m_left {
	margin-top: 20px;
	float: left;
}

#f_m_left ul li {
	font-size: 80%;
	line-height: 100%;
	border-radius: 100%;
	float: left;
	list-style: none;
	margin-right: 20px;
}

#f_m_left ul li a {
	display: block;
}

#f_m_right {
	float: right;
	width: 200px;
}

address {
	text-align: center;
	background: #4D792B;
	font-style: normal;
	color: #FFF;
	font-size: 75%;
	padding: 20px 0;
}

/* その他
--------------------------------------------------------------------------*/

div.normalTbl2 input {
	font-size: 120%;
	height: 28px;
	background: #F5F5F5;
	border: 1px solid #E5E5E5;
	font-weight: normal;
}

div.normalTbl2 select {
	font-size: 100%;
	height: 28px;
	background: #F5F5F5;
	border: 1px solid #E5E5E5;
}

div.normalTbl2 textarea {
	font-size: 120%;
	background: #F5F5F5;
	border: 1px solid #E5E5E5;
}

.icon {
	padding-bottom: 4px;
}

.formButton {
	text-align:center;
	margin:0 auto;
	display: block;
	margin-top: 40px;
}

.formButton input {
	padding:20px 10%;
	text-align: center;
	margin: 0 auto;
	border-style: none;
	background: #B4151D;
	color: #FFF;
	font-size: 100%;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}

.formButton input:hover {
	background:#FF8800;
	transition: 0.3s;
}

/* loading
-------------------------------------*/

.loading {
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,1.0);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20000;
}

.loading img {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
}

/* その他ナビゲーション
--------------------------------------------------------------------------*/

.btn {
	background: #3B5998;
	color: #FFF;
	font-size: 90%;
	margin: 10px auto 0;
	text-align: center;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.btn a {
	color: #FFFFFF;
	transition: 0.3s;
	text-decoration: none;
	display: block;
	padding: 12px 50px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.btn a:hover {
	color: #FFFFFF;
	transition: 0.3s;
	text-decoration: underline;
	background-color: #4091E2;
}


/* ページトップ
--------------------------------------------------------------------------*/

#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 80%;
	z-index: 50;
}

#page-top a {
    background: #333;
    text-decoration: none;
    color: #fff;
	padding: 20px 15px;
    text-align: center;
    display: block;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

#page-top a:hover {
    text-decoration: none;
	background: #000;
}

/* ワードプレス
--------------------------------------------------------------------------*/



/* ----------------------------------------------------------------------------------------------------
     タブレット・PC端末（480px〜960px）
---------------------------------------------------------------------------------------------------- */ 
@media only screen and (max-width: 1100px) {

.pc {
	display:none;
}

.sp {
	display:none;
}

.width {
	width: 95%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}


} /* /@media */


/* ----------------------------------------------------------------------------------------------------
     タブレット・PC端末（480px〜960px）
---------------------------------------------------------------------------------------------------- */ 
@media only screen and (max-width: 640px) {

.pc {
	display:none;
}

.sp {
	display:none;
}

.width {
	width: 95%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

}

