/*///////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////// 全てを読み込んだ後に表示 /////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////*/
#loader{
    width: 24px;
    height: 24px;
    display: none;
    position: fixed;
    _position: absolute;     /* IE6対策 */
    top: 50%;
    left: 50%;
    margin-top: -12px;       /* heightの半分のマイナス値 */
    margin-left: -12px;      /* widthの半分のマイナス値 */
    z-index: 10;             /* #fadeより多い値を入れて下さい */
}
#fade{
    width: 100%;
    height: 100%;
    display: none;
    background-color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 5;              /* #loaderより少ない値を入れて下さい */
}

/*///////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////// 全体 ///////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////*/

body{
	line-height:1.8;
	font-size: 13px;
	font-family: 'Lato','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	box-sizing: border-box;
	color: #111;
	padding-top: 50px;
}
a{
	color:#006cb8;
    outline: none;
}

hr{
	border:none;
	border-top:dashed 1px #aaa;
	height:1px;
	margin:15px 0 14px 0;
}

/*--GoogleFont--*/
.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }

.alpha_title{
	font-family: 'Squada One', cursive, 'Noto Sans JP';
	color: #245059;
	font-size: 48px;
	line-height: 1;
}
.alpha_title span {
	font-weight: bold;
	font-size: 26px;
	font-family: 'Noto Sans JP', sans-serif;
}
.alpha_title .title_smalltext{
	font-size: 12px;
	font-family: 'Noto Sans JP','Lato','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	line-height: 1;
	margin: 0 0 0 15px;
	padding-bottom: 10px;
	vertical-align: bottom;
	display: inline-block;
	letter-spacing: 2px;
}
.contents_header{
	width: 100%;
	margin: 10px 0 5px;
}

p b{
	font-size: 15px;
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}


/*----------------------------- clearfix -------------------------------*/
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}
.clear{
	clear: both;
}

/*----------------------------- responsive -------------------------------*/
.respd{
	max-width: 100%;
	height: auto;
	width /***/:auto;
}

.wrapper{
	width: 100%;
	max-width: 1040px;
	padding: 0 20px;
	margin: 0 auto;
}

/*----------------------------- hover action -------------------------------*/

.fade {
	opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.fade:hover {
    opacity: 0.8;
}

/*----------------------------- totop -------------------------------*/

.closebtn{
	text-align: center;
	margin: auto;
	padding-top: 50px;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0;
    position: relative;
    font-size: 16px;
	font-weight: bold;
}

/*----------------------------- ページャー -------------------------------*/
.pagination{
    text-align: center;
    width: 100%;
}
.pagination span, .pagination a {
    display: inline-block;
    width: auto;
    margin: 4px;
    padding: 8px;
    text-decoration: none;
    text-align: center;
    line-height: 16px;
	color: #aaa;
}

/* ページ番号 */
.pagination .pager{
    width: 32px;
}

/* ホバー時 & 現在のページ */
.pagination a:hover,
.pagination .current  {
    color: #245059;
}
/* 前へ */
.pagination a.before {
    margin-right: 16px;
	color: #245059;
}
/* 次へ */
.pagination a.next {
    margin-left: 16px;
	color: #245059;
}
/* 最初へ */
.pagination a.first {}
/* 最後へ */
.pagination a.last {}

/* Page x / y */
.pagination span.page_num {
    display: none;
}

/*----------------------------- ページャーここまで -------------------------------*/

/*----------------------------- menu -------------------------------*/

.menu{
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #ccc;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
}
.menu .logo{
	float: left;
}
.menu .logo a{
	display: inline-block;
    margin-top: 10px;
}
.menu .menucontents{
	float: right;
}
.menu .menucontents a{
	display: block;
	padding: 0 35px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 16px;
	color: #245059;
    background: #fff;
	letter-spacing: 5px;
	line-height: 50px;
	text-decoration: none;
    font-family: 'Noto Sans JP','Lato','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    font-weight: 500;
}

/*----------------------------- menuここまで -------------------------------*/

/*----------------------------- footer -------------------------------*/

footer{
	width: 100%;
	background: #f1f1f1;
	margin-top: 60px;
}
footer .wrapper{
	padding: 40px 20px;
}
.footername{
	width: 100%;
	color: #fff;
	letter-spacing: 1px;
	font-size: 11px;
	text-align: center;
	background: #245059;
	padding: 10px 0;
}
.footerlink{
	float: left;
}
.footerlink a{
	color: #245059;
	font-size: 14px;
	line-height: 2;
}
.footerlink a .fas{
	font-size: 10px;
	text-decoration: none;
}
.footerlink .noalt{
	padding-bottom: 15px;
}
.footerlink td{
	padding-right: 30px;
}
.footerlinktwitter{
	background: #1da1f2;
	margin-right: 10px;
	vertical-align: top;
}
.footerlinktwitter,.footerlinkyoutube{
	width: 40px;
	height: 40px;
	font-size: 22px;
	text-align: center;
	line-height: 1;
	color: #fff;
	border-radius: 20px;
	display: inline-block;
}
.footerlinktwitter i,.footerlinkyoutube i{
    margin-top: 9px;
}
.footerlinktwitter{
	background: #1da1f2;
	margin-right: 10px;
}
.footerlinkyoutube{
	background: #ff0000;
}
.footerlogoarea{
	float: right;
	text-align: right;
}
.footerlogoimg{
	margin-bottom: 10px;
    display: inline-block;
}

/*----------------------------- footerここまで -------------------------------*/

.dot_bar{
	background: url('/wp_test/wp/wp-content/themes/theme/img/dot_bg.gif');
	height: 7px;
	width: 100%;
}
.for_sp{
	display: none;
}
.show768,.show480{
	display: none;
}
@media only screen and (max-width: 820px) {
    .footerlogoarea{
		float: none;
		text-align: left;
	}
	.footerlogoarea br{
		display: none;
	}
	.footerlogoarea img{
		margin-bottom: 0px;
	}
    .footerlink{
        float: none;
        margin-bottom: 25px;
    }
    .footerlogoarea img{
        width: 130px;
    }
    .footerlinktwitter{
        margin-left: 15px;
    }
}

@media only screen and (max-width: 768px) {
	body{
		padding-top: 40px;
	}
    .menu .logo a{
        margin-top: 8px;
    }
	.menu .menucontents a{
		line-height: 40px;
        padding: 0 25px;
        font-size: 14px;
        letter-spacing: 3px;
    }
	.menu .logo a img{
		height: 19px;
	}
	.alpha_title{
		font-size: 40px;
	}
	.alpha_title .title_smalltext{
		padding-bottom: 6px;
	}
	footer{
		margin-top: 60px;
	}
    footer .wrapper{
        padding: 30px 20px;
    }
	.hide768{
		display: none;
	}
	.show768{
		display: block;
	}
}
@media only screen and (max-width: 480px) {
	.menu .menucontents a{
		font-size: 12px;
		padding: 0 5px 0 8px;
	}
	.for_sp{
		display: block;
	}
	.for_pc{
		display: none;
	}
	.footerlink{
		margin-bottom: 15px;
	}
	.hide480{
		display: none;
	}
	.show480{
		display: block;
	}
	footer .wrapper{
		padding: 20px 20px 25px;
	}
	footer{
		margin-top: 40px;
	}
}
@media only screen and (max-width: 420px) {
    .alpha_title .title_smalltext{
        margin: 0px 0px 0px 10px;
        letter-spacing: 1px;
    }
}
@media only screen and (max-width: 360px) {
    .alpha_title .title_smalltext{
        display: none;
    }
}
