@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');

/*
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Serif JP', serif;
	font-family: 'Open Sans', sans-serif;
	Light 300
	Regular 400
	Medium 500
	Semi-bold 600
	Bold 700
	Extra-bold 800
	Black 900
*/


  

/* CSS Document */

html {
	font-size:10px;
}
body {
	position:relative;
	font-size:1rem;
	line-height:1.7;
	font-family: 'Noto Sans JP', sans-serif;
	background: #fbfbfb;
	color:#222222;
	width: 100%;
	min-width: 100%;
	overflow-x: hidden;
	-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	-ms-font-feature-settings: "palt";
	-o-font-feature-settings: "palt";
	font-feature-settings: "palt";
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
@media screen and (max-width: 1500px) {
html {
	/*
	font-size:0.962vw;
	font-size:1.058vw;
	font-size:1.154vw;
	*/
}
body {
	font-size:1rem;
	width: 100%;
	min-width: 100%;
}
}
@media screen and (max-width: 1100px) {
body {
}
}
@media screen and (max-width: 820px) {
body {
}
}
@media screen and (max-width: 767px) {
html {
	font-size:2.868vw;
}
body {
	font-size:1rem;
	width: 100%;
	min-width: 100%;
	line-height:1.7;
	padding:0;
	padding-top:0;
	-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	-ms-font-feature-settings: "palt";
	-o-font-feature-settings: "palt";
	font-feature-settings: "palt";
}
}

* {
	font-style: normal;
	font-weight: 400;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}


a {color: #35302e; text-decoration: none; transition: .5s;}
a:hover {color: #666666; text-decoration:underline; transition: .5s;}

main a {color: #35302e; text-decoration: underline;	transition: .5s;}
main a:hover {color: #666666; text-decoration:none;	transition: .5s;}

a:hover img ,
a.opacity:hover ,
footer footer_in .f_contents section dl a:hover {
	text-decoration:none;
	opacity:0.65;
	filter: alpha(opacity=65);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=65)";  /* ie 8 */
	-moz-opacity:0.65;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.65;              /* Safari 1.x */
	zoom:1;
}
header h2 a:hover img ,
footer dl dt a:hover img {
	opacity:1.0;
	filter: alpha(opacity=100);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=100)";  /* ie 8 */
	-moz-opacity:1.0;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 1.0;              /* Safari 1.x */
	zoom:1;
}
a:before, a:after,
a:hover:before, a:hover:after{
	text-decoration: none !important;
	display: inline-block;
}
img {
	width: 100%;
	height: auto;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden; /* Chrome and Safari */
	-moz-backface-visibility:hidden; /* Firefox */
	-ms-backface-visibility:hidden; /* Internet Explorer */
	image-rendering: -webkit-optimize-contrast;
}
/*共通*/
.sp , .sp_img {
	display: none;
}
@media screen and (max-width: 767px) {
img {
	max-width: none;
	width: 100%;
	height: auto;
}
.pc {
	display: none;
}
.sp , .sp_img {
	display: block;
}
}






/*	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	behavior: url("/css/PIE.htc");*/

/*
:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}

span:before {
	font-family: "FontAwesome";
	content: "\f090";
}
span:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0c8";
}

*/






/*header*/
h1 {
	display:none;
}
header {
	position:relative;
	background: #FFF;
}
.header_in {
	position:relative;
	width:1440px;
	height:100px;
	margin:0 auto;
	background: #FFF;
}
.header_in:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
header h2 {
	float:left;
	margin:25px 0 0 105px;
	width:180px;
}
header nav {
	float:right;
	margin:50px 100px 0 0;
}
header nav ul:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
header nav ul li {
	float:left;
	font-size:1.6rem;
	margin-right:2em;
	line-height:1.1;
}
header nav ul li:last-child {
	margin-right:0;
}
header nav ul li a ,
header nav ul li a:hover {
	position:relative;
	display:block;
	text-decoration:none;
}
header nav ul li em ,
header nav ul li span {
	position:relative;
	display:block;
	font-weight:700;
	transition: .3s;
}
header nav ul li a span {
	position:relative;
	z-index: 20;
	display:block;
	font-weight:700;
	transition: .3s;
}
header nav ul li em span:after ,
header nav ul li a span:after {
	position: absolute;
	bottom: -.1em;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #0062a1;
	opacity: 0;
	transition: .3s;
}
header nav ul li em:hover span:after ,
header nav ul li a:hover span:after {
	bottom: -.6em;
	opacity: 1;
}
header nav ul li.active span:after {
	bottom: -.4em;
	opacity: 1;
}
header nav ul li em {
	cursor:pointer;
	z-index: 20;
}
header nav ul li em:hover {
	text-decoration:none;
}
header nav ul li .menu {
	position: absolute;
	top:70px;
	left:0;
	display: none;
	z-index: 10;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	white-space:nowrap;
}
header nav ul li .menu .bg {
	background:rgba(51, 51, 51, 1);
	text-align: center;
	margin-top: 30px;
	padding: 30px 0;
}
header nav ul li .menu .bg .w1240 {
	text-align: right;
}
header nav ul li .menu .bg .w1240.trigger01 {
	text-align: right;
	padding-right: 19em;
}
header nav ul li .menu .bg .w1240.trigger02 {
	text-align: right;
	padding-right: 19em;
}
header nav ul li .menu .bg .w1240.trigger03 {
	text-align: right;
}
header nav ul li .menu ol {
	background:none;
	display:inline-block;
}
header nav ul li .menu ol li {
	display:inline-block;
	float:none;
	margin-right:2em;
	font-size: 1.5rem;
}
header nav ul li .menu ol li:last-child {
	margin-right:0;
}
header nav ul li .menu ol li a {
	padding:0;
	color:#FFF;
}
header nav ul li .menu ol li a:hover {
	color:#FFF;
}
header .sns_icon {
	position:absolute;
	top:35px;
	left:320px;
}
header .sns_icon:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
header .sns_icon li {
	float:left;
	width:24px;
}
header .sns_icon li:not(:last-child) {
	margin-right:30px;
}
header .lang {
	position:absolute;
	top:10px;
	right:20px;
}
header .lang:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
header .lang li {
	float:left;
	font-size: 1.2rem;
}
header .lang li:not(:last-child) {
	margin-right:1em;
}
header .lang li a ,
header .lang li a:hover {
	text-decoration:none;
}
header .lang li a:hover {
	opacity:0.65;
	filter: alpha(opacity=65);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=65)";  /* ie 8 */
	-moz-opacity:0.65;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.65;              /* Safari 1.x */
	zoom:1;
}
header .lang li a {
	color:#cccccc;
	font-size:1.4rem;
}
header .lang li.active a {
	color:#0062a1;
}
@media screen and (max-width: 1460px) {
	.header_in {
		width:90%;
		height:100px;
	}
	header h2 {
		margin:25px 0 0 0;
		width:180px;
	}
	header nav {
		margin:50px 0 0 0;
	}
	header nav ul li {
		font-size:1.6rem;
		margin-right:2em;
	}
	header nav ul li .menu .bg .w1240 {
		width:90%;
	}
	header nav ul li .menu ol {
		background:none;
		display:inline-block;
	}
	header nav ul li .menu ol li {
		font-size: 1.5rem;
	}
	header nav ul li .menu ol li a {
		/*padding:1.2em 2.5em;*/
	}
	header .sns_icon {
		position:absolute;
		top:35px;
		left:220px;
	}
	header .sns_icon li {
		width:24px;
	}
	header .sns_icon li:not(:last-child) {
		margin-right:30px;
	}
	header .lang {
		position:absolute;
		top:10px;
		right:0;
	}
}
@media screen and (max-width: 1140px) {
	header h2 {
		margin:25px 0 0 0;
	}
	header nav {
		margin:50px 0 0 0;
	}
	header .sns_icon {
		left:220px;
	}

}
@media screen and (max-width: 900px) {
	.header_in {
		width:92%;
	}
	header h2 {
		margin:30px 0 0 0;
		width:140px;
	}
	header nav {
		margin:50px 0 0 0;
	}
	header nav ul li {
		margin-right:1em;
	}
	header nav ul li .menu .bg .w1240 {
		width:92%;
	}
	header nav ul li .menu .bg .w1240 {
		text-align: right;
	}
	header nav ul li .menu .bg .w1240.trigger01 {
		text-align: right;
		padding-right: 14em;
	}
	header nav ul li .menu .bg .w1240.trigger02 {
		text-align: right;
		padding-right: 16em;
	}
	header nav ul li .menu .bg .w1240.trigger03 {
		text-align: right;
	}
	header .sns_icon {
		display: none;
		top:35px;
		left:180px;
	}
	header .sns_icon li:not(:last-child) {
		margin-right:20px;
	}
	header .lang {
		position:absolute;
		top:10px;
		right:0;
	}
}
@media screen and (max-width: 767px) {
	.header_in {
		position:relative;
		width:100%;
		height:auto;
		margin:0 auto;
	}	
	header h2 {
		float:none;
		margin:0 auto;
		padding: 3.3vw 0 5vw;
		width:28vw;
	}
	header nav {
		display: none;
	}
	header .sns_icon {
		display: none;
	}
	header .lang {
		display: none;
	}
}


/*footer*/
footer {
	background:#333333;
	color:#e6e6e6;
	padding:60px 0 30px;
}
footer a ,
footer a:hover {
	color:#e6e6e6;
}
footer .box .box_l {
	float:left;
}
footer .box .box_l:after {
	content: " ";
	font-size: 0.1rem;
	display: block;
	clear: both;
	line-height: 0;
	height: 0;
	visibility: hidden;
}
footer .box .box_l ul {
	float:left;
	font-size:1.4rem;
	margin-right:8em;
}
footer .box .box_l ul:last-child {
	margin-right:0;
}
footer .box .box_l ul li:not(:last-child) {
	margin-bottom:.7em;
}
footer .box .box_l ul li.sub {
	position:relative;
	font-size:1.3rem;
	padding-left:2em;
}
footer .box .box_l ul li.sub:before {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
	left:0;
	width:15px;
	height:1px;
	display:block;
	background:#e6e6e6;
	content:'';
}
footer .box .box_l ul li.sub:not(:last-child) {
	margin-bottom:.5em;
}
footer .box .box_l ul li a {
	font-weight:500;
}
footer .box .box_r {
	float:right;
	width:600px;
}
footer .box .box_r ul {
	margin-bottom:20px;
}
footer .box .box_r ul:after {
	content: " ";
	font-size: 0.1rem;
	display: block;
	clear: both;
	line-height: 0;
	height: 0;
	visibility: hidden;
}
footer .box .box_r ul li {
	float:left;
	width:24px;
	margin-right:30px;
}
footer .box .box_r ul li:last-child {
	margin-right:0;
}
footer .box .box_r ul li.note {
	width:80px;
}
footer .box .box_r dl {
	display: table;
	border-collapse: collapse;
	margin-bottom:40px;
	border:  solid 1px #FFF;
}
footer .box .box_r dl dt ,
footer .box .box_r dl dd {
	display: table-cell;
}
footer .box .box_r dl dt input {
	width:300px;
	padding:.5em 4px;
	line-height: 1.1;
	font-size:1.4rem;
	background:#EEE;
	border:none;
	box-sizing: border-box;
    appearance: none;
	border-radius: 0;
	margin:0;
	outline: 0;
}
footer .box .box_r dl dt input:focus {
	outline: 0;
	border:none;
	background:#FFF;
}
footer .box .box_r dl dt input:-moz-placeholder {
    color: #AAA;
    opacity: 1;
}
footer .box .box_r dl dt input::-moz-placeholder {
    color: #AAA;
    opacity: 1;
}
footer .box .box_r dl dt input:-ms-input-placeholder {
    color: #AAA;
}
footer .box .box_r dl dt input::-ms-input-placeholder {
    color: #AAA;
}
footer .box .box_r dl dt input::-webkit-input-placeholder {
    color: #AAA;
}
footer .box .box_r dl dt input::placeholder {
    color: #AAA;
}
footer .box .box_r dl dd input {
	position:relative;
	background:none;
	border:none;
	display:block;
	cursor:pointer;
	color:#ffffff;
	padding:.5em 1em;
	text-decoration:none;
	width:auto;
	text-align:center;
	font-size:1.4rem;
	line-height: 1.1;
	margin:0;
	border-radius: 0;
	outline: 0;
}
footer .box .box_r p {
	margin-bottom:15px;
}
footer .box .box_r p a ,
footer .box .box_r p a:hover {
	text-decoration:none;
}
footer .box .box_r p a span ,
footer .box .box_r p a em {
	font-size:1.4rem;
	font-weight:500;
}
footer .box .box_r p a span {
	font-size:2.0rem;
	margin-right:1em;
}
footer .box .box_r address {
	position:relative;
	display:inline-block;
	font-size:1.3rem;
	font-weight:500;
	margin-bottom:1em;
}
footer .box .box_r address:last-of-type {
	margin-bottom:0;
}
footer .box .box_r address span ,
footer .box .box_r address em {
	font-weight:500;
	margin-right:1em;
}
footer .box .box_r address p {
	position:absolute;
	top:-10px;
	right:-50px;
	width:24px;
	margin:auto;
}
footer .box .box_r .mid-br {
	display: none;
}
footer .box .box_r .copy {
	display:block;
	font-size:1.2rem;
	color:#666666;
	padding-top:45px;
}
@media screen and (max-width: 1280px) {
	footer .box .box_l ul {
		margin-right:4em;
	}
	footer .box .box_r {
		float:right;
		width:auto;
		max-width: 600px;
	}
}
@media screen and (max-width: 1080px) {
	footer .box .box_r ul {
		margin-bottom: 20px;
	}
	footer .box .box_r address {
		display:block;
		padding-right: 60px;
	}
	footer .box .box_r .mid-br {
		display: block;
	}
	footer .box .box_r address p {
		right:20px;
	}
	footer .box .box_r address:first-of-type p {
		top:10px;
	}
}
@media screen and (max-width: 900px) {
	footer .box .box_r dl dt input {
		width:30vw;
	}
}
@media screen and (max-width: 840px) {
	footer .box .box_l ul {
		margin-right:2em;
	}
}
@media screen and (max-width: 767px) {
	footer {
		padding:10.43vw 0 7.823vw;
	}
	footer .box .box_l {
		float:none;
		padding: 0 5vw;
		margin-bottom: 13.038vw;
	}
	footer .box .box_l ul {
		font-size:1.3rem;
		margin-right:0;
	}
	footer .box .box_l ul:last-child {
		float: right;
		width: auto;
	}
	footer .box .box_l ul li.sub {
		font-size:1.2rem;
		padding-left: 1.5em;
	}
	footer .box .box_l ul li.sub:before {
		width:1em;
	}
	footer .box .box_r {
		float:none;
		width:100%;
		max-width: none;
		padding: 0 5vw;
	}
	footer .box .box_r ul {
		display: table;
		border-collapse: collapse;
		margin: 0 auto;
		margin-bottom:5vw;
		text-align: center;
	}
	footer .box .box_r ul li {
		float:none;
		display: table-cell;
		width:14vw;
		padding: 0 4vw;
		margin-right:0;
		vertical-align: middle;
	}
	footer .box .box_r ul li.note {
		width:25vw;
	}
	footer .box .box_r dl {
		width: 100%;
		margin-bottom:8vw;
	}
	footer .box .box_r dl dt {
		width:80%;
	}
	footer .box .box_r dl dt input {
		width:100%;
		padding:.5em 4px;
		font-size:1.4rem;
	}
	footer .box .box_r dl dd {
		width:20%;
	}
	footer .box .box_r dl dd input {
		width:100%;
		padding:.5em 0;
	}
	footer .box .box_r p {
		margin-bottom:5vw;
	}
	footer .box .box_r p a span ,
	footer .box .box_r p a em {
		display: block;
		text-align: center;
		font-size:1.4rem;
	}
	footer .box .box_r p a span {
		font-size:2.0rem;
		margin-right:0;
		margin-bottom: 2vw;
	}
	footer .box .box_r address {
		display:block;
		font-size:1.3rem;
		margin-bottom:1.5em;
		white-space: nowrap;
	}
	footer .box .box_r address span {
		display:block;
		margin-right: 0;
	}
	footer .box .box_r address em {
		display:block;
	}
	footer .box .box_r address p {
		position: relative;
		top: -1vw;
		right: inherit;
		width:4vw;
		display: inline-block;
		margin-left: 1em;
	}
	footer .box .box_r address:first-of-type p {
		position: absolute;
		top: 3.2em;
		left: 17em;
	}
	footer .box .box_r .mid-br {
		display: none;
	}
	footer .box .box_r .copy {
		font-size:1.2rem;
		padding-top:5vw;
	}
}

/*width*/
.w1240 {
	width:1240px;
	margin:0 auto;
}
.w1240:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
.w940 {
	width:940px;
	margin:0 auto;
}
.w940:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
@media screen and (max-width: 1260px) {
	.w1240 {
		width:90%;
		margin:0 auto;
	}
	.w940 {
		width:96%;
	}
}
@media screen and (max-width: 960px) {
	.w940 {
		width:92%;
	}
}
@media screen and (max-width: 900px) {
	.w1240 {
		width:92%;
	}
}
@media screen and (max-width: 767px) {
	.w1240 {
		width:100%;
		padding: 0 3%;
	}
	.w940 {
		width:100%;
		padding: 0 3%;
	}	
}

/*main*/
main {
	display:block !important;
	padding:50px 0 100px;
	font-size:1.5rem;
	border-top: solid 15px #333333;
}
@media screen and (max-width: 767px) {
	main {
		padding:10vw 0 15vw;
		font-size:1.5rem;
		border-top: solid 1.6vw #333333;
	}
}


/*pagination*/
.pagination {
	padding:70px 0 0;
}
.pagination .pagination-box {
	text-align:center;
	font-size:0;
}
.pagination .pagination-box a ,
.pagination .pagination-box span {
	display:inline-block;
	font-size:1.5rem;
	font-weight:700;
	width:32px;
	height:32px;
	line-height:30px;
	text-align:center;
	background:none;
	border: solid 1px #979b9b;
	border-right: none;
	color:#979b9b;
	text-decoration:none;
}
.pagination .pagination-box a:first-child ,
.pagination .pagination-box span:first-child {
	border-radius: .2em 0 0 .2em;
}
.pagination .pagination-box a:last-child ,
.pagination .pagination-box span:last-child {
	margin-right:0;
	border-right: solid 1px #979b9b;
	border-radius: 0 .2em .2em 0;
}
.pagination .pagination-box span.current {
	color:#FFFFFF;
	background:#636362;
	font-weight:700;
}
.pagination .pagination-box a:hover {
	text-decoration:none;
	opacity:0.65;
	filter: alpha(opacity=65);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=65)";  /* ie 8 */
	-moz-opacity:0.65;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.65;              /* Safari 1.x */
	zoom:1;
}
@media screen and (max-width: 767px) {
.pagination {
	padding:20vw 0 0;
}
.pagination .pagination-box a ,
.pagination .pagination-box span {
	font-size:1.4rem;
	width:8vw;
	height:8vw;
	line-height:7vw;
	margin-right:4vw;
}
}


/*タイトル*/
.title {
	position:relative;
	line-height:1.1;
	margin-bottom:60px;
	text-align:center;
}
.title:before {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
	left:0;
	z-index:-1;
	width:100%;
	height:1px;
	background:#333333;
	display:block;
	content:'';
}
.title span {
	display:inline-block;
	font-size:2.4rem;
	font-weight:700;
	padding:0 1.2em;
	background:#fbfbfb;
}
@media screen and (max-width: 767px) {
	.title {
		margin-bottom:10vw;
	}
	.title span {
		max-width: 90%;
		font-size:1.8rem;
		line-height: 1.5;
		padding:0 .6em;
		text-align: left;
	}
}


.form input[type="text"] ,
.form input[type="tel"] ,
.form input[type="email"] ,
.form input[type="date"] ,
.form input[type="number"] ,
.form textarea {
	width:100%;
	padding:10px 4px;
	font-size:14px;
	background:#FFFFFF;
	border: solid 1px #b3b3b3;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.form input[type="text"]:focus ,
.form input[type="tel"]:focus ,
.form input[type="email"]:focus ,
.form input[type="number"]:focus ,
.form input[type="date"]:focus ,
.form textarea:focus {
	outline: 0;
	border: solid 1px #666666;
}
.form input[type="number"] {
	text-align:center;
}
.form textarea {
	/*width:400px;*/
	height:350px;
}
.form input.input01 {
	/*width:350px;*/
}
.form input.input02 {
	width:50%;
}
.form input.input03 {
	width:180px;
}
.form input.input04 {
	width:120px;
}
.form ul:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility:
}
.form ul li {
	float:left;
	width:160px;
	margin:0 25px 0 0;
}
.form ul li:last-child {
	margin:0;
}
.form .zip {
	display:inline-block;
	margin:0 1em;
	font-size:2.0rem;
}
.form .select_box01 {
	position:relative;
	overflow:hidden;
	display:inline-block;
	min-width:360px;
	min-width:20em;
	background:#fafafa;
	border: solid 1px #b3b3b3;
	color:#333;
	margin:0;
	padding:0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.form .select_box01 select {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	position:relative;
	z-index:2;
	display:block;
	min-width:360px;
	min-width:20em;
	margin:0;
	padding:10px 10px;
	background:transparent;
	border:0;
	outline:none;
	font-size:1.6rem;
	line-height:1.5;
	text-align:center;
}
.form .select_box01.entypo-down-dir:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0d7";
	position:absolute;
	z-index:2;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
	right:20px;
	font-size:2.2rem;
	line-height:1;
	color:#999999;
	display: block;
	text-align:center;
}
.form .mwform-radio-field ,
.form .mwform-checkbox-field {
	display:inline-block;
	margin:0 80px 0 0;
}
.form .mwform-radio-field:last-of-type ,
.form .mwform-checkbox-field:last-of-type {
	margin:0 ;
}
input[type=checkbox] {
	appearance: none;
	display: none;
}
input[type=checkbox] + span {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
}
input[type=checkbox] + span:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0c8";
	display: inline-block;
	margin-right: 0.5em;
	font-weight: 400;
	color: #aaaaaa;
}
input[type=checkbox]:checked + span:before {
	content: "\f14a";
	font-weight: 400;
	color: #666666;
}
input[type=radio] {
	appearance: none;
	display: none;
}
input[type=radio] + span {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
input[type=radio] + span:before {
	font-family: "Font Awesome 5 Free";
	content: "\f111";
	display: inline-block;
	margin-right: 0.5em;
	font-weight: 400;
	color: #aaaaaa;
}
input[type=radio]:checked + span:before {
	content: "\f192";
	font-weight: 400;
	color: #666666;
}
.form .btn {
	text-align:center;
	font-size:0;
}
.form .btn dl {
	display:block;
	width:100%;
}
.form .btn dl dt ,
.form .btn dl dd {
	display:inline-block;
	text-align:center;
	width:48%;
}
.form .btn dl dd {
	margin:0 0 0 4%;
}
.form .btn p {
	width:48%;
	margin:0 auto;
}
.form .btn input ,
.form .btn button {
	position:relative;
	background:#0062a1;
	border:1px solid #0062a1;
	display:block;
	cursor:pointer;
	color:#ffffff;
	padding:1.5em 0;
	text-decoration:none;
	width:100%;
	text-align:center;
	color:#FFF;
	font-size:1.4rem;
	font-weight:bold;
	line-height:1.1;
	margin:0;
	text-decoration:none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	outline: 0;
}
.form .btn input[type=reset] ,
.form .btn button[type=reset] {
	background:#FFFFFF;
	border:1px solid #666666;
	color:#666666;
}
.form .btn input:hover ,
.form .btn button:hover ,
.form .btn input:focus ,
.form .btn button:focus {
	text-decoration:none;
	opacity:0.65;
	filter: alpha(opacity=65);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=65)";  /* ie 8 */
	-moz-opacity:0.65;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.65;              /* Safari 1.x */
	zoom:1;
}
.confirm .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview td .select-wrap {
	margin:0;
	border:none;
	color: inherit;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background:none;
	min-width:inherit;
}
.confirm .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview td .select-wrap:before ,
.confirm .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview td .select-wrap:after {
	display:none;
}
.confirm .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview th ,
.confirm .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview td {
	padding-top:1.5rem;
	padding-bottom:1.5rem;
	font-size:1.5rem;
}
.mw_wp_form.mw_wp_form_input span.error {
	font-size:1.5rem;
}
.mw_wp_form_confirm .form .btn dl:first-of-type {
	/*display:none;*/
}
@media screen and (max-width: 767px) {
.form input[type="text"] ,
.form input[type="tel"] ,
.form input[type="email"] ,
.form input[type="date"] ,
.form input[type="number"] ,
.form textarea {
	padding:3vw 1vw;
	font-size:1.6rem;
}
.form textarea {
	height:45.632vw;
}
.form input.input02 {
	width:100%;
}
.form input.input03 {
	width:100%;
}
.form input.input04 {
	width:100%;
}
.form .btn p {
	width:70vw;
}
.form .btn input ,
.form .btn button {
	padding:3vw 0;
	font-size:1.7rem;
}
.confirm .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview th ,
.confirm .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview td {
	padding-top:1.5rem;
	padding-bottom:1.5rem;
	font-size:1.5rem;
}
.mw_wp_form.mw_wp_form_input span.error {
	font-size:1.5rem;
}
}


/*detail contents*/
.contents {
	font-size:1.5rem;
}
.contents .c-box:not(:last-of-type) {
	margin-bottom: 2.5em;
}
.contents img {
	width:auto;
	max-width:100%;
	height:auto;
}
.contents h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.contents figcaption,
.contents figure,
.contents main {
  display: block;
}
.contents figure {
  margin: 1em 0;
}
.contents hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
.contents pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
.contents abbr[title] {
  border-bottom: 1px #767676 dotted;
  text-decoration: none;
}
.contents b,
.contents strong {
  font-weight: inherit;
}
.contents b,
.contents strong {
  font-weight: 700;
}
.contents code,
.contents kbd,
.contents samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.contents dfn {
  font-style: italic;
}
.contents mark {
  background-color: #eee;
  color: #222;
}
.contents small {
  font-size: 80%;
}
.contents sub,
.contents sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.contents sub {
  bottom: -0.25em;
}
.contents sup {
  top: -0.5em;
}
.contents audio,
.contents video {
  display: inline-block;
}
.contents audio:not([controls]) {
  display: none;
  height: 0;
}
.contents button,
.contents input,
.contents optgroup,
.contents select,
.contents textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
.contents button,
.contents input {
  overflow: visible;
}
.contents button,
.contents select {
  text-transform: none;
}
.contents button,
.contents html [type="button"],
.contents [type="reset"],
.contents [type="submit"] {
  -webkit-appearance: button;
}
.contents button::-moz-focus-inner,
.contents [type="button"]::-moz-focus-inner,
.contents [type="reset"]::-moz-focus-inner,
.contents [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.contents button:-moz-focusring,
.contents [type="button"]:-moz-focusring,
.contents [type="reset"]:-moz-focusring,
.contents [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
.contents fieldset {
  border: 1px solid #bbb;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.contents legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
.contents progress {
  display: inline-block;
  vertical-align: baseline;
}
.contents textarea {
  overflow: auto;
}
.contents [type="checkbox"],
.contents [type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.contents [type="number"]::-webkit-inner-spin-button,
.contents [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.contents [type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
.contents [type="search"]::-webkit-search-cancel-button,
.contents [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.contents ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
.contents details,
.contents menu {
  display: block;
}
.contents summary {
  display: list-item;
}
.contents canvas {
  display: inline-block;
}
.contents template {
  display: none;
}
.contents [hidden] {
  display: none;
}
.contents .alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.contents .alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.contents .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.contents .clear:before,
.contents .clear:after,
.contents .entry-content:before,
.contents .entry-content:after,
.contents .entry-footer:before,
.contents .entry-footer:after,
.contents .comment-content:before,
.contents .comment-content:after,
.contents .site-header:before,
.contents .site-header:after,
.contents .site-content:before,
.contents .site-content:after,
.contents .site-footer:before,
.contents .site-footer:after,
.contents .nav-links:before,
.contents .nav-links:after,
.contents .pagination:before,
.contents .pagination:after,
.contents .comment-author:before,
.contents .comment-author:after,
.contents .widget-area:before,
.contents .widget-area:after,
.contents .widget:before,
.contents .widget:after,
.contents .comment-meta:before,
.contents .comment-meta:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.contents .clear:after,
.contents .entry-content:after,
.contents .entry-footer:after,
.contents .comment-content:after,
.contents .site-header:after,
.contents .site-content:after,
.contents .site-footer:after,
.contents .nav-links:after,
.contents .pagination:after,
.contents .comment-author:after,
.contents .widget-area:after,
.contents .widget:after,
.contents .comment-meta:after {
  clear: both;
}
.contents button,
.contents input,
.contents select,
.contents textarea {
  color: #333;
  font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 15px;
  font-size: 0.9375em;
  font-weight: 400;
  line-height: 1.66;
}
.contents h1,
.contents h2,
.contents h3,
.contents h4,
.contents h5,
.contents h6 {
  clear: both;
  line-height: 1.4;
  margin: 0 0 0.75em;
  padding: .5em .1em;
}
.contents h1:first-child,
.contents h2:first-child,
.contents h3:first-child,
.contents h4:first-child,
.contents h5:first-child,
.contents h6:first-child {
  padding-top: 0;
}
.contents h1 {
  font-size: 24px;
  font-size: 1.5em;
  font-weight: 300;
}
.contents h2,
.contents .home.blog .entry-title {
  color: #666;
  font-size: 20px;
  font-size: 1.25em;
  font-weight: 300;
}
.contents h3 {
  color: #333;
  font-size: 18px;
  font-size: 1.125em;
  font-weight: 300;
}
.contents h4 {
  color: #333;
  font-size: 16px;
  font-size: 1em;
  font-weight: 800;
}
.contents h5 {
  color: #767676;
  font-size: 13px;
  font-size: 0.8125em;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.contents h6 {
  color: #333;
  font-size: 15px;
  font-size: 0.9375em;
  font-weight: 800;
}
.contents p {
  margin: 0 0 1.5em;
  padding: 0;
}
.contents dfn,
.contents cite,
.contents em,
.contents i {
  font-style: italic;
}
.contents blockquote {
  color: #666;
  font-size: 18px;
  font-size: 1.125em;
  font-style: italic;
  line-height: 1.7;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.contents blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 600;
  margin-top: 0.5em;
}
.contents address {
  margin: 0 0 1.5em;
}
.contents pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375em;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
.contents code,
.contents kbd,
.contents tt,
.contents var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375em;
}
.contents abbr,
.contents acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
.contents mark,
.contents ins {
  background: #eee;
  text-decoration: none;
}
.contents big {
  font-size: 125%;
}
.contents blockquote {
	border-left: 2px solid #0073aa;
	margin-left: 0;
	padding: 0 0 0 1rem;
}
.contents blockquote > p {
	margin: 0 0 1rem;
} 
.contents blockquote cite {
	color: #767676;
}
.contents q {
  quotes: "“" "”" "‘" "’";
}
.contents blockquote:before,
.contents blockquote:after {
  content: "";
}
.contents :focus {
  outline: none;
}
.contents h1,
.contents h2,
.contents h3,
.contents h4,
.contents h5,
.contents h6 {
  font-weight: 700;
}
.contents hr {
  background-color: #bbb;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
.contents ul,
.contents ol {
  margin: 0 0 1.5em;
  padding: 0;
}
.contents ul {
  list-style: disc;
}
.contents ol {
  list-style: decimal;
}
.contents li > ul,
.contents li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
.contents dt {
  font-weight: 700;
}
.contents dd {
  margin: 0 1.5em 1.5em;
}
.contents table {
  border-collapse: collapse;
  margin: 0 0 1.5em;
  width: 100%;
}
.contents thead th {
  /*border-bottom: 2px solid #bbb;*/
  padding-bottom: 0.5em;
}
.contents th {
  padding: 0.4em;
  text-align: left;
}
.contents tr {
  /*border-bottom: 1px solid #eee;*/
}
.contents td {
  padding: 0.4em;
}
.contents th:first-child,
.contents td:first-child {
  padding-left: 0;
}
.contents th:last-child,
.contents td:last-child {
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  /* Typography */
  .contents {
    /* Fix image alignment */
  }
  .contents button,
  .contents input,
  .contents select,
  .contents textarea {
    font-size: 18px;
    font-size: 1.125em;
  }
  .contents h1 {
    font-size: 30px;
    font-size:calc( 1.875em * 0.9);
  }
  .contents h2,
  .contents .home.blog .entry-title,
  .contents .page .panel-content .recent-posts .entry-title {
    font-size: 26px;
    font-size:calc( 1.625em * 0.9);
  }
  .contents h3 {
    font-size: 22px;
    font-size:calc( 1.375rem * 0.9);
  }
  .contents h4 {
    font-size: 18px;
    font-size:calc( 1.125em * 0.9);
  }
  .contents h5 {
    font-size: 13px;
    font-size:calc( 0.8125em * 0.9);
  }
  .contents h6 {
    font-size: 16px;
    font-size:calc( 1em * 0.9);
  }
  .contents .entry-content blockquote.alignleft,
  .contents .entry-content blockquote.alignright {
    font-size: 14px;
    font-size: 0.875em;
  }
  .contents img.alignleft {
    float: left;
    margin-right: 1.5em;
  }
  .contents img.alignright {
    float: right;
    margin-left: 1.5em;
  }
  .contents th {
	  display:block;
  }
  .contents tr {
    /*border-bottom: 1px solid #eee;*/
  }
  .contents td {
	display:block;
	}
	.contents iframe {
		width: 100%;
	}
}


.contents h1 {
display:block !important;
padding: 0 0 0 20px;
border-left: solid 7px #cccccc;
font-size: 30px;
line-height: 1.4;
}
.contents h2 {
margin:0 0 45px 0;
padding: 0 0 4px;
font-size: 30px;
border-bottom: 4px solid #cccccc;
line-height: 1.4;
}
.contents h3 {
	position:relative;
margin:0 0 35px 0;
padding: 0 0 6px;
font-size: 26px;
}
.contents h3::before {
	content:'';
	position:absolute;
	bottom:-2px;
	left:0;
	width:40px;
	width:100%;
	height:1px;
	background:#cccccc;
}
.contents h3::after {
	content:'';
	position:absolute;
	bottom:-4px;
	left:0;
	width:40px;
	width:100%;
	height:1px;
	background:#cccccc;
}
.contents h4{ 
border-bottom: solid 1px #cccccc;
padding: 0 0 6px;
margin: 0 0 35px 0;
font-size: 20px;
}
 
.contents h5{ 
margin: 0 0 35px 0;
font-size: 18px;
}
 
.contents h6{ 
margin: 0 0 35px 0;
font-size: 16px;
}
@media screen and (max-width: 768px) {
.contents h1 {
display:block !important;
padding: 0 0 0 20px;
border-left: solid 7px #cccccc;
font-size: calc(30px * 0.7);
line-height: 1.4;
}
.contents h2 {
margin:0 0 45px 0;
padding: 0 0 4px;
font-size: calc(30px * 0.7);
border-bottom: 4px solid #cccccc;
line-height: 1.4;
}
.contents h3 {
	position:relative;
margin:0 0 35px 0;
padding: 0 0 6px;
font-size: calc(26px * 0.7);
}
.contents h3::before {
	content:'';
	position:absolute;
	bottom:-2px;
	left:0;
	width:40px;
	width:100%;
	height:1px;
	background:#cccccc;
}
.contents h3::after {
	content:'';
	position:absolute;
	bottom:-4px;
	left:0;
	width:40px;
	width:100%;
	height:1px;
	background:#cccccc;
}
.contents h4{ 
border-bottom: solid 1px #cccccc;
padding: 0 0 6px;
margin: 0 0 35px 0;
font-size: calc(20px * 0.8);
}
 
.contents h5{ 
margin: 0 0 35px 0;
font-size: calc(18px * 0.8);
}
 
.contents h6{ 
margin: 0 0 35px 0;
font-size: calc(16px * 0.8);
}
}




@media screen and (max-width: 767px) {
	.menu-trigger {
		position: absolute;
		/*top: 36px;
		left: 30px;*/
		top: 4.694vw;
		left: 3.911vw;
		z-index:3000;
	}
	.menu-trigger.active {
		position: fixed;
	}
	.menu-trigger .menu_btn {
		position:relative;
		/*width:48px;
		height:36px;*/
		width:6.258vw;
		height:4.694vw;
	}
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height:2px;
		display:block;
		background:#0062a1;
		transition: all .5s;
	}
	.menu-trigger.active span {
		background:#FFF;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	.menu-trigger.active span:nth-of-type(1) {
		/*transform: translateY(17px) rotate(-45deg);*/
		transform: translateY(2.216vw) rotate(-45deg);
	}
	.menu-trigger span:nth-of-type(2) {
		/*top: 17px;*/
		top: 2.216vw;
	}
	.menu-trigger.active span:nth-of-type(2) {
		opacity: 0;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}
	.menu-trigger.active span:nth-of-type(3) {
		/*transform: translateY(-17px) rotate(45deg);*/
		transform: translateY(-2.216vw) rotate(45deg);
	}
	.fix_nav .box {
		width:100%;
		height:100%;
		overflow:auto;
	}
	.fix_nav {
		width: 100%;
		height: 100vh;
		padding-top: 15vw;
		padding-bottom: 15vw;
		background:#0062a1;
		position: fixed;
		top: 0;
		left: 0;
		z-index:2000;
		transform: translate(-100%);
		transition: all .5s;
		opacity:0;
	}
	.fix_nav:after {
		position: absolute;
		left: 4vw;
		bottom: 4vw;
		background: url(../img/common/sp_logo.svg) no-repeat center center;
		background-size: cover;
		display: block;
		width: 14.863vw;
		height: 15.254vw;
		opacity: .2;
		content: '';
	}
	.fix_nav.open {
		opacity:1;
		transform: translateZ(0);
	}
	.fix_nav ul {
		padding: 0 10%;
	}
	.fix_nav ul li {
		position: relative;
		font-size:1.8rem;
		margin-bottom: .2em;
	}
	.fix_nav ul li a {
		position:relative;
		display:block;
		color:#FFF;
		padding:.3em 0;
	}
	.fix_nav ul li ul {
		padding: 0;
	}
	.fix_nav ul li ul li a {
		padding-left:1em;
		font-size: 1.6rem;
	}
	.fix_nav ul li ul li ul li a {
		padding-left:0;
	}
	.acd-check {
		display: none;
	}
	.acd-label {
		color: #FFF;
		display: block;
		padding:.4em 0;
		font-size:1.8rem;
		position: relative;
	}
	.fix_nav ul li.acd ul li.acd .acd-labe {
		padding:.8em 1.6em .8em 3.2em;
	}
	.acd-label:after {
		content: '+';
		font-size:3.0rem;
		display: block;
		position: absolute;
		top: .2em;
		right: 0;
		line-height: 1.1;
	}
	.sub_nav {
		position: relative;
		display: none;
		/*height: 0;
		opacity: 0;*/
		transition: .5s;
		visibility: hidden;
	}
	.acd-check:checked + .acd-label:after {
		content: '−';
		font-size:3.0rem;
	}
	.acd-check:checked + .acd-label + .sub_nav {
		/*height:100%;
		opacity: 1;*/
		display: block;
		visibility: visible;
		transition: .5s;
	}
	.fix_nav .lang {
		padding: 0 10%;
		padding-top: 5vw;
		padding-bottom: 10vw;
	}
	.fix_nav .lang:after {
		content: " ";
		font-size: 0.1rem;
		display: block;
		clear: both;
		line-height: 0;
		height: 0;
		visibility: hidden;
	 }
	 .fix_nav .lang li {
		float:left;
		font-size: 1.4rem;
	}
	.fix_nav .lang li:not(:last-child) {
		margin-right:1em;
	}
	.fix_nav .lang li a ,
	.fix_nav .lang li a:hover {
		text-decoration:none;
	}
	.fix_nav .lang li a:hover {
		opacity:0.65;
		filter: alpha(opacity=65);        /* ie lt 8 */
		-ms-filter: "alpha(opacity=65)";  /* ie 8 */
		-moz-opacity:0.65;                 /* FF lt 1.5, Netscape */
		-khtml-opacity: 0.65;              /* Safari 1.x */
		zoom:1;
	}
	.fix_nav .lang li a {
		color:#cccccc;
		font-size:1.4rem;
		padding: 0;
	}
	.fix_nav .lang li.active a {
		color:#FFF;
	}
	.fix_nav .sns_icon {
		position:absolute;
		bottom:5vw;
		right:5vw;
	}
	.fix_nav .sns_icon:after {
	   content: " ";
	   font-size: 0.1rem;
	   display: block;
	   clear: both;
	   line-height: 0;
	   height: 0;
	   visibility: hidden;
	}
	.fix_nav .sns_icon li {
		float:left;
		width:8vw;
	}
	.fix_nav .sns_icon li:not(:last-child) {
		margin-right:10vw;
	}

	.search_btn {
		position: absolute;
		/*top: 26px;
		right: 40px;*/
		top: 2.9vw;
		right: 5.215vw;
		z-index:3000;
		font-size: 2.4rem;
		line-height: 1.1;
		color: #0062a1;
	}
	.search_btn.active {
		position: fixed;
		color: #FFF;
	}
	.fix_bg .box {
		width:100%;
		height:100%;
		overflow:auto;
	}
	.fix_bg {
		width: 100%;
		height: 100vh;
		padding-top: 15vw;
		padding-bottom: 15vw;
		background:#0062a1;
		position: fixed;
		top: 0;
		right: 0;
		z-index:2000;
		transform: translate(100%);
		transition: all .5s;
		opacity:0;
	}
	.fix_bg:after {
		position: absolute;
		left: 4vw;
		bottom: 4vw;
		background: url(../img/common/sp_logo.svg) no-repeat center center;
		background-size: cover;
		display: block;
		width: 14.863vw;
		height: 15.254vw;
		opacity: .2;
		content: '';
	}
	.fix_bg.open {
		opacity:1;
		transform: translateZ(0);
	}
	.sp_search .fix_bg .box .search_box {
		position:relative;
		width:100%;
		height:12vw;
		padding: 0 4%;
		margin-bottom: 5vw;
	}
	.sp_search .fix_bg .box .cat_box {
		position:relative;
		width:100%;
		height:12vw;
		padding: 0 4%;
	}
	.sp_search .fix_bg .box .searchandfilter ul ,
	.sp_search .fix_bg .box .searchandfilter li ,
	.sp_search .fix_bg .box .searchandfilter label {
		position: relative;
		display: block;
		margin: 0;
		padding: 0;
	}
	.sp_search .fix_bg .box .searchandfilter li.sf-field-submit {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		right:4vw;
		z-index:5;
		display: inline-block;
	}
	.sp_search .fix_bg .box .searchandfilter li.sf-field-submit:before {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		right:0;
		z-index:5;
		font-family: "Font Awesome 5 Free";
		content: "\f002";
		font-size:1.8rem;
		font-weight: 700;
		line-height:1.1;
		color:#4d4d4d;
		display: inline-block;
	}
	.sp_search .fix_bg .box .searchandfilter input ,
	.sp_search .fix_bg .box .search_box input {
		width:100%;
		height:12vw;
		font-size:1.6rem;
		line-height:1.1;
		padding:.7em .5em;
		padding-right:12vw;
		background:#FFF;
		border: solid 1px #000000;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
			 -o-box-sizing: border-box;
			-ms-box-sizing: border-box;
				box-sizing: border-box;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.sp_search .fix_bg .box .searchandfilter input:focus ,
	.sp_search .fix_bg .box .search_box input:focus {
		outline: 0;
		background:#FFF;
		border: solid 1px #666666;
	}
	.sp_search .fix_bg .box .search_box input[type="submit"] {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		right:0;
		z-index:5;
		background:none;
		border:none;
		display: inline-block;
		cursor:pointer;
		padding:0;
		margin:0;
		text-decoration:none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		outline: 0;
		font-size:0;
		line-height:1.1;
		width: 10vw;
		height: 10vw;
	}
	.sp_search .fix_bg .box .cat_box .drop_box {
		position:relative;
		width:100%;
		height:12vw;
		overflow:hidden;
		display:block;
		background:#FFF;
		border: solid 1px #000000;
		padding:0;
		margin:0;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
			 -o-box-sizing: border-box;
			-ms-box-sizing: border-box;
				box-sizing: border-box;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.sp_search .fix_bg .box .cat_box .drop_box select {
		-webkit-appearance:none;
		-moz-appearance:none;
		appearance:none;
		position:relative;
		z-index:2;
		display:block;
		margin:0;
		background:transparent;
		border:0;
		outline:none;
		font-size:1.6rem;
		line-height:1.1;
		padding:.6em .5em 0;
		width: 100%;
	}
	.sp_search .fix_bg .box .cat_box .drop_box:before {
		font-family: "Font Awesome 5 Free";
		content: "\f107";
		font-weight:700;
		position:absolute;
		z-index:2;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		right:4vw;
		font-size:1.6rem;
		line-height:1;
	}
	.sp_search .fix_bg .box .sub_tag_list {
		text-align: left;
		padding: 5vw 4% 7vw;
		font-size: 0;
	}
	.sp_search .fix_bg .box .sub_tag_list ul {
		display: inline-block;
		text-align: left;
	}
	.sp_search .fix_bg .box .sub_tag_list ul li {
		display: inline-block;
		margin: 0 2vw 3vw;
	}
	.sp_search .fix_bg .box .sub_tag_list ul li a {
		display: block;
		border:  solid 1px #4d4d4d;
		background: #4d4d4d;
		line-height: 1.1;
		font-size: 1.4rem;
		padding: .6em 1em;
		border-radius: 1.2em;
		color: #e6e6e6;
		text-decoration: none;
	}
	.sp_search .fix_bg .box .sub_tag_list ul li a:hover {
		border:  solid 1px #4d4d4d;
		background: #FFF;
		color: #4d4d4d;
	}
	
}