@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.1em;
	line-height : 0;
}
.clear {
	clear : both;
}
/*--------------------------------------------------------------------------------------------------------------------
no-img NO IMAGE eyecatch
--------------------------------------------------------------------------------------------------------------------*/
.no_img {
	display : block;
	width : 100%;
	height : 0;
	padding : 0 0 67% 0;
	background : url(../images/no_image.png) #ccc no-repeat center center;
	background-size : contain;
	text-indent : -9999px;
}
.no_img-sq {
	display : block;
	width : 100%;
	height : 0;
	padding : 0 0 100% 0;
	background : url(../images/no_image.png) #ccc no-repeat center center;
	background-size : contain;
	text-indent : -9999px;
}
/*--------------------------------------------------------------------------------------------------------------------
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;
}
dfn {
	font-style : italic;
}
mark {
}
svg:not(:root) {
	overflow : hidden;
}
figure {
	margin : 1em 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 : #ccc;
	background : #ccc;
}
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 : -0.5em;
}
sub {
	bottom : -0.25em;
}
/*--------------------------------------------------------------------------------------------------------------------
レスポンシブ対策
--------------------------------------------------------------------------------------------------------------------*/
img,
video,
object {
	max-width : 100%!important;
	height : auto;
	border : none;
	vertical-align : top;
}
iframe {
	max-width : 100%;
}
@media screen and (max-width: 999px) {
.youtube-container {
	position : relative;
	padding-bottom : 56.25%;
	padding-top : 30px;
	height : 0;
	overflow : hidden;
}
.youtube-container iframe {
	position : absolute;
	top : 0;
	left : 0;
	width : 100%;
	height : 100%;
}
}
/*--------------------------------------------------------------------------------------------------------------------
フォーム
--------------------------------------------------------------------------------------------------------------------*/
button,
input,
optgroup,
select,
textarea {
	color : inherit;
	font : inherit;
	margin : 0;
}
button {
	overflow : visible;
}
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"] {
	-webkit-appearance : textfield;
	max-width : 100%;
}
input[type="email"] {
	-webkit-appearance : textfield;
	width : 100%;
}
textarea {
	-webkit-appearance : textfield;
	width : 100%;
	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;
}
--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------
表示コントロール
--------------------------------------------------------------------------------------------------------------------*/
.flex {	/*子要素の幅に合わせて改行*/
	display : -webkit-flex;
	display : -moz-flex;
	display : -ms-flex;
	display : -o-flex;
	display : flex;
	-webkit-flex-wrap : wrap;
	flex-wrap : wrap;
	justify-content : space-between;
	align-items : stretch;
}
.flex-nowrap {	/*幅に合わせて子要素を縮小*/
	display : -webkit-flex;
	display : -moz-flex;
	display : -ms-flex;
	display : -o-flex;
	display : flex;
	-webkit-flex-wrap : nowrap;
	flex-wrap : nowrap;
	justify-content : space-between;
	align-items : stretch;
}
.box-left {
	float : left;
}
.box-right {
	float : right;
}
.pc-only {
	display : block;
}
.mobile-only {
	display : none;
}
.fixed {	/*scroll_fix.js用*/
	position : fixed;
	top : 0;
	left : 0;
	z-index : 9999;
}
@media screen and (max-width: 999px) {
.flex ,
.flex-nowrap {
	display : block;
}
.box-left ,
.box-right {
	float : none;
}
.pc-only {
	display : none;
}
.mobile-only {
	display : block;
}
}
/*--------------------------------------------------------------------------------------------------------------------
画像
--------------------------------------------------------------------------------------------------------------------*/
img {
	border : 0;
	margin : 0;
}
img.size-thumbnail,
img.size-medium,
img.size-medium_large,
img.size-large,
img.size-full {
	max-width : 100%;
	height : auto;
}
.alignleft {
	float : left;
	margin : 0 20px 10px 0;
}
.alignright {
	float : right;
	margin : 0 0 10px 20px;
}
.aligncenter {
	display : block;
	margin : 0 auto;
	text-align : center;
}
@media screen and (max-width: 999px) {
.alignleft ,
.alignright ,
.aligncenter {
	float : none;
	margin : 0 0 10px 0;
}
.aligncenter {
	margin-left : auto;
	margin-right : auto;
}
}
/*--------------------------------------------------------------------------------------------------------------------
画像キャプション
--------------------------------------------------------------------------------------------------------------------*/
.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%;
	background : rgba(255,255,255,1.0);
	border : 1px solid #333;
	height : 40px;
}
form#searchform #search {
	position : relative;
	height : 38px;
	border : none;
	z-index : 10;
	padding : 5px 0 5px 5px;
	width : 100%;
}
form#searchform #searchsubmit {
	position : absolute;
	right : 0;
	top : 0;
	z-index : 100;
	width : 33px;
	height : 33px;
	border-radius : 0;
}
*:first-child + html #searchsubmit {
	top : 1px;
}
/*--------------------------------------------------------------------------------------------------------------------
検索ボックス　searchform2　focus
--------------------------------------------------------------------------------------------------------------------*/
form#searchform2 {
	border : none;
	text-align : center;
}
form#searchform2 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#searchform2 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;
}
