@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
/*CSSリセット*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
	pre,form,fieldset,input,textarea,p,blockquote,th,td,figure{
	margin:0;
	padding:0;
	word-break: break-all;
	word-wrap: break-word;
}
table{
	border-collapse:collapse;
	border-spacing:1px;
	width: 100%;
}
fieldset,img{
	border:0;
}

body{
	font-family: 'Noto Sans JP',"Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	color: #000000;
	font-size:14px;
}
.fMin{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
h1,h2,h3,h4,h5,h6,p,li,dt,dd,th,td,form{
	font-weight:normal;
	font-style:normal;
	line-height:166%;
	max-height: 100%;
	font-size: inherit;
	vertical-align: middle;
}
em,strong,span{
	line-height:166%;
}
em{
	font-weight: normal;
	font-style: normal;
}
ul{
	list-style:none;
}
.ac{
	text-align: center;
}
.al{
	text-align: left;
}
.ar{
	text-align: right;
}
a{
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    cursor: pointer;
    color: #0087c5;
}
a:hover{
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}
sup,
sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    _vertical-align: bottom;
    position: relative;
}
sup {
    bottom: 2ex;
}

sub {
    top: .5ex;
}
img{
	max-width: 100%;
	vertical-align: middle;
	height: auto;
}

/*wp*/
.has-text-align-center,.aligncenter{
	text-align: center;
}.has-text-align-right,.alignright{
	text-align: right;
}.has-text-align-left,.alignleft{
	text-align: left;
}
.has-pale-pink-color {
	color: rgb(247, 141, 167)!important;
}
.has-vivid-red-color{
 color: rgb(207, 46, 46)!important;
}
.has-luminous-vivid-orange-color{
	color: rgb(255, 105, 0)!important;
}
.has-luminous-vivid-amber-color{
	color: rgb(252, 185, 0)!important;
}
.has-light-green-cyan-color{
	color: rgb(123, 220, 181)!important;
}
.has-vivid-green-cyan-color{
	color: rgb(0, 208, 132)!important;
}
.has-pale-cyan-blue-color{
	color: rgb(142, 209, 252)!important;
}
.has-vivid-cyan-blue-color{
	color: rgb(6, 147, 227)!important;
}
.has-vivid-purple-color{
	color: rgb(155, 81, 224)!important;
}
.has-very-light-gray-color{
	color: rgb(238, 238, 238)!important;
}
.has-cyan-bluish-gray-color{
	color: rgb(171, 184, 195)!important;
}
.has-very-dark-gray-color{
	color: rgb(49, 49, 49)!important;
}

/*背景色*/

.has-pale-pink-background-color{
	background-color: rgb(247, 141, 167)!important;
}
.has-vivid-red-background-color{
	background-color: rgb(207, 46, 46)!important;
}
.has-luminous-vivid-orange-background-color{
		background-color: rgb(255, 105, 0)!important;
}
.has-luminous-vivid-amber-background-color{
	background-color: rgb(252, 185, 0)!important;
}
.has-light-green-cyan-background-color{
	background-color: rgb(123, 220, 181)!important;
}
.has-vivid-green-cyan-background-color{
	background-color: rgb(0, 208, 132)!important;
}
.has-pale-cyan-blue-background-color{
	background-color: rgb(142, 209, 252)!important;
}
.has-vivid-cyan-blue-background-color{
	background-color: rgb(6, 147, 227)!important;
}
.has-vivid-purple-background-color{
	background-color: rgb(155, 81, 224)!important;
}
.has-very-light-gray-background-color{
	background-color: rgb(238, 238, 238)!important;
}
.has-cyan-bluish-gray-background-color{
	background-color: rgb(171, 184, 195)!important;
}
.has-very-dark-gray-background-color{
	background-color: rgb(49, 49, 49)!important;
}
.has-extra-small-font-size{font-size: 0.8em!important;}
.has-small-font-size{font-size: 0.9em!important;}
.has-large-font-size{font-size: 1.5em!important;}
.has-extra-large-font-size{font-size: 2em!important;}
.has-huge-font-size{font-size: 3em!important;}
.has-gigantic-font-size{font-size: 5em!important;}
.is-style-rounded img{border-radius: 40px!important;}

.wp-pagenavi{
	text-align: center;
	font-size: 1.125em;
	margin-top: 80px;
}
.wp-pagenavi a{
	display: inline-block;
	margin: 0 10px;
	color: inherit;
	text-decoration: none;
}

.wp-pagenavi span{
	display: inline-block;
	margin: 0 10px;
	padding: 3px 10px;
	background: #FFE033;
	border: 1px solid #707070;
}


select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #DDDDDD;
	background: #eee;
	padding-right: 30px;
	border-radius: 5px;
	background: -webkit-linear-gradient(top, #fff 0%,#efefef 100%);
	cursor: pointer;
}
span.select{
	position: relative;
	cursor: pointer;
	display: block;
}
span.select:before{
	content: "";
	display: flex;
	position: absolute;
	top: calc(50% - 7px);
	right: 10px;
	align-items: center;
	text-align: center;
	border-top: 14px solid #666;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}
form table input.error, form table textarea.error, form table select.error {
    background: #FFE7F3!important;
}