@charset "UTF-8";
/*--------------------------------------------------------------------------------------------------------------------
■エディタ設定
--------------------------------------------------------------------------------------------------------------------*/
body.mceContentBody {
	margin : 0 10px;
	background : transparent;
	color : #000;
}
/*--------------------------------------------------------------------------------------------------------------------
■clearfix
--------------------------------------------------------------------------------------------------------------------*/
.clearfix:after {
	content : "";
	display : block;
	clear : both;
	overflow : hidden;
	font-size : 0.1px;
	line-height : 0;
}
.clear {
	clear : both;
}
/*--------------------------------------------------------------------------------------------------------------------
■wpadminbar 管理バー　ツールバー
--------------------------------------------------------------------------------------------------------------------*/
#wpadminbar {
	position : fixed!important;
	top : 0!important;
}
/*--------------------------------------------------------------------------------------------------------------------
■Normalize
--------------------------------------------------------------------------------------------------------------------*/
* {
	box-sizing : border-box;
}
h1,h2,h3,h4,h5,h6,h7 {
	font-size : 1em;
	font-weight : normal;
	margin : 0;
	padding : 0;
}
audio,
canvas,
progress,
video {
	display : inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display : none;
	height : 0;
}
[hidden],
template {
	display : none;
}
abbr[title] {
	border-bottom : 1px dotted #666;
}
dfn {
	font-style : italic;
}
mark {
}
svg:not(:root) {
	overflow : hidden;
}
figure {
	margin : 20px 40px;
}
fieldset {
	border : none;
	margin : 0;
	padding : 0;
}
legend {
	border : 0;
	padding : 0;
}
optgroup {
	font-weight : bold;
}
HR {	
	border : 0 none;
	height : 1px;
	margin : 10px 0;
	padding : 0;
	color : #999;
	background : #999;
}
ol, ol li,
ul, ul li {
	list-style-type : none;
	padding : 0;
	margin : 0;
}
dl,
dl dt ,
dl dd {
	margin : 0;
	padding : 0;
}
small {
	font-size : 75%;
}
sub,
sup {
	font-size : 75%;
	line-height : 0;
	position : relative;
	vertical-align : baseline;
}
sup {
	top : -50%;
}
sub {
	bottom : -25%;
}
/*--------------------------------------------------------------------------------------------------------------------
レスポンシブ対策
--------------------------------------------------------------------------------------------------------------------*/
img,
video,
object {
	max-width : 100%!important;
	height : auto;
	border : none;
	vertical-align : top;
}
iframe {
	max-width : 100%!important;
}
.youtube-container iframe[src*="youtube.com"] {
	width: 100%;
	max-width : 100%!important;
	height: auto;
	aspect-ratio: 16/9;
}
/*--------------------------------------------------------------------------------------------------------------------
フォーム
--------------------------------------------------------------------------------------------------------------------*/
button,
input,
optgroup,
select,
textarea {
	color : inherit;
	font : inherit;
	margin : 0;
}
button {
	overflow : visible;
	border : none;
	box-shadow : none;
}
button,
select {
	text-transform : none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance : button;
	cursor : pointer;
	display : block;
}
input[type="submit"]:hover {
}
button[disabled],
html input[disabled] {
	cursor : default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border : 0;
	padding : 0;
}
input {
	line-height : normal;
}
input[type="checkbox"],
input[type="radio"] {
	padding : 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height : auto;
}
input[type="search"] {
	-webkit-appearance : textfield;
	width : 100%;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance : none;
}
input[type="select"] {
}
select {
}
input[type="text"] ,
input[type="email"] ,
input[type="tel"] ,
input[type="search"] ,
input[type="url"] ,
input[type="password"] ,
input[type="datetime"] ,
input[type="date"] ,
input[type="time"] ,
input[type="month"] ,
input[type="week"] ,
input[type="number"] ,
textarea {
	-webkit-appearance : textfield;
	max-width : 100%;
	border : 1px solid #999;
}
textarea {
	overflow : auto;
}
input[type="submit"] {
	border : none;
	box-shadow : none;
}
input[type="submit"]:hover {
}
/*--------------------------------------------------------------------------------------------------------------------
添付ファイルのアイコン表示
--------------------------------------------------------------------------------------------------------------------*/
a[href $='.pdf'] {
	display : block;
	min-height : 63px;
	background:url(../images/pdf.png) no-repeat;
	margin: 20px 0;
	padding : 0 0 0 70px;
}
a[href $='.doc'] {
	display : block;
	min-height : 63px;
	background:url(../images/word.png) no-repeat;
	margin: 20px 0;
	padding : 0 0 0 70px;
}
a[href $='.docx'] {
	display : block;
	min-height : 63px;
	background:url(../images/word.png) no-repeat;
	margin: 20px 0;
	padding : 0 0 0 70px;
}
a[href $='.xls'] {
	display : block;
	min-height : 63px;
	background:url(../images/excel.png) no-repeat;
	margin: 20px 0;
	padding : 0 0 0 70px;
}
a[href $='.xlsx'] {
	display : block;
	min-height : 63px;
	background:url(../images/excel.png) no-repeat;
	margin: 20px 0;
	padding : 0 0 0 70px;
}
a[href $='.ppt'] {
	display : block;
	min-height : 63px;
	background:url(../images/powerpoint.png) no-repeat;
	margin: 20px 0;
	padding : 0 0 0 70px;
}
a[href $='.pptx'] {
	display : block;
	min-height : 63px;
	background:url(../images/powerpoint.png) no-repeat;
	margin: 20px 0;
	padding : 0 0 0 70px;
}
/*--------------------------------------------------------------------------------------------------------------------
画像キャプション
--------------------------------------------------------------------------------------------------------------------*/
.wp-caption.align-right ,
.wp-caption.align-left {
	float : none;
	margin : 0 0 10px 0;
}
@media screen and (min-width: 1000px) {
.wp-caption {
	max-width : 100%!important;
	position : relative;
	padding : 0;
	margin : 0;
}
.wp-caption p.wp-caption-text {
	position : absolute;
	display : table-caption;
	width : 100%;
	margin : 0;
	bottom : 0;
	background : rgba(0,0,0,0.3);
	color : #fff;
	padding : 5px;
	font-size :12px;
}
.wp-caption.align-right {
	float : right;
	margin : 0 0 10px 20px;
}
.wp-caption.align-left {
	float : left;
	margin : 0 20px 10px 0;
}
}
/*--------------------------------------------------------------------------------------------------------------------
検索フォーム
--------------------------------------------------------------------------------------------------------------------*/
form#searchform {
	position : relative;
	padding : 0;
	width : 100%;
}
form#searchform input#searchbox {
	position : relative;
	width : 100%;
	height : 40px;
	border : none;
	z-index : 10;
	padding : 5px;
	background : #fff;
	border : 1px solid #333;
}
form#searchform #searchsubmit {
	position : absolute;
	right : 0;
	top : 0;
	padding : 5px;
	z-index : 100;
	width : 40px;
	height : 40px;
	border-radius : 0;
}
*:first-child + html #searchsubmit {
	top : 1px;
}
/*--------------------------------------------------------------------------------------------------------------------
検索ボックス　searchform-circle　focus
--------------------------------------------------------------------------------------------------------------------*/
form#searchform-circle {
	border : none;
	text-align : center;
}
form#searchform-circle input {
	width: 50px;
	height: 50px;
	border: solid 2px #666666;
	border-radius: 25px;
	padding: 20px;
	background : url("../images/search.svg") center center no-repeat;
	background-size: 25px;
	transition: all 0.5s;
	margin : 0 auto;
}
form#searchform-circle input:focus {
	width: 100%;
	background-position: 96% 50%;
	padding-right: 50px;
}

/*--------------------------------------------------------------------------------------------------------------------
metasliderキャプションオーバーレイの調整
--------------------------------------------------------------------------------------------------------------------*/
.metaslider {
	z-index : 100;
}
.metaslider ul.slides .caption-wrap {
	position : absolute;
	display : block;
	width : 100%;
	bottom : 0;
	left : 0;
	opacity : 1;	/*metasliderの指定をリセット*/
	background-color : rgba(0,0,0,0.6);	/*RGBaで再指定*/
	margin : 0;
	line-height : 1.5em;
}
.metaslider ul.slides .caption-wrap .caption {
	padding : 5px 10px;
	word-wrap : break-word;
	color : #fff;
	font-size : 18px;
}
.metaslider .flex-viewport {
	overflow: hidden!important;
}
html {
	overflow-x : hidden!important;
}
@media screen and (min-width : 1000px) {
.metaslider .flex-viewport {
	overflow: visible!important;
}
}
/*--------------------------------------------------------------------------------------------------------------------
リキャプチャ非表示reCAPTCHA
--------------------------------------------------------------------------------------------------------------------*/
.grecaptcha-badge {
	visibility : hidden!important;
	margin : 0!important;
	padding : 0!important;
}
