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

/*
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Bodoni Moda', serif;
	font-family: 'PT Sans Narrow', 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;
	color:#333333;
	min-width:1070px;
	-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: 1040px) {
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: 767px) {
html {
	font-size:2.868vw;
}
body {
	font-size:1rem;
	width: 100%;
	min-width: 100%;
	line-height:1.7;
	padding:0;
	padding-top: 14.342vw;
	-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: #333333; text-decoration: none; transition: .5s;}
a:hover {color: #666666; text-decoration:underline; transition: .5s;}

main a {color: #333333; 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 */
}
/*共通*/
.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;
}
.sub header {
	background: linear-gradient(to right, #0000008a, transparent);
}
.sub header h2 {
	position:relative;
	width:355px;
	padding:40px 0 15px;
	margin-left:60px;
}
.sub header nav {
	background:#3e3a39;
}
.sub header nav .box {
	width:1070px;
	margin:0 auto;
	line-height:1.1;
	font-size:1.4rem;
}
.sub header nav .box:after ,
.sub header nav .box ul:after {
	content: " ";
	font-size: 0.1rem;
	display: block;
	clear: both;
	line-height: 0;
	height: 0;
	visibility: hidden;
}
.sub header nav .box ul ,
.sub header nav .box ul li {
	position:relative;
	float:left;
}
/*.sub header nav .box ul li a {
	display:block;
	padding:1.5em 2.5em;
	text-decoration:none;
	color:#FFF;
}
.sub header nav .box ul li a:hover {
	background:#595757;
	text-decoration:none;
}*/

.sub header nav .box ul li span ,
.sub header nav .box ul li a {
	position:relative;
	display:block;
	text-decoration:none;
	line-height:1.1;
	color:#FFF;
	cursor:pointer;
	transition: .5s;
	padding:1.5em 2.5em;
}
.sub header nav .box ul li span:hover ,
.sub header nav .box ul li a:hover {
	text-decoration:none;
	transition: .5s;
	color:#FFF;
	background:#595757;
}
.sub header nav .box ul li .menu {
	position: absolute;
	top:4em;
	left:0;
	display: none;
	z-index: 10;
	white-space:nowrap;
}
.sub header nav .box ul li .menu ol {
	background:none;
	display:inline-block;
}
.sub header nav .box ul li .menu ol li {
	display:block;
	float:none;
	width:100%;
	margin-bottom:.1em;
	background:#FFF;
}
.sub header nav .box ul li .menu ol li a {
	background:#4c4642;
	padding:1.2em 2.5em;
	/*width:200px;*/
}
.sub header nav .box ul li .menu ol li a:hover {
	background:rgba(75,70,66,.8);
}

.sub header nav .box p {
	float:right;
}
.sub header nav .box p a {
	display:block;
	padding:1.5em 2.5em;
	text-decoration:none;
	color:#FFF;
}
.sub header nav .box p a:hover {
	background:#595757;
	text-decoration:none;
}
@media screen and (max-width: 1100px) {
	.sub header nav .box {
		width:96%;
	}
}
@media screen and (max-width: 1000px) {
	.sub header nav .box ul li span ,
	.sub header nav .box ul li a {
		padding:1.5em 1.5em;
	}
	.sub header nav .box ul li .menu ol li a {
		padding:1.2em 1.5em;
	}
	.sub header nav .box p a {
		padding:1.5em 1.5em;
	}
}
@media screen and (max-width: 767px) {
	.sub header {
		display: none;
	}
}


/*header_bg*/
.header_bg {
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:600px;
	background-position:center center;
	background-repeat:no-repeat;
}
.header_bg img {
	display:none;
}
@media screen and (min-width: 1480px) {
.header_bg {
	background-size:cover !important;
}
}
@media screen and (max-width: 767px) {
	.header_bg {
		position: relative;
		top: inherit;
		left:inherit;
		z-index:inherit;
		width:100%;
		height:auto;
		background-image: none !important;
	}
	.header_bg img {
		display:block;
	}
}






/*footer*/
footer {
	background:#e2e3e3;
}
footer .box {
	width:1070px;
	margin:0 auto;
	padding:15px 0 40px;
	font-size:1.4rem;
}
footer .box a ,
footer .box a:hover {
	color:#000000;
}
footer .box p {
	width:355px;
	margin-bottom:20px;
}
footer .box .box_in:after {
	content: " ";
	font-size: 0.1rem;
	display: block;
	clear: both;
	line-height: 0;
	height: 0;
	visibility: hidden;
}
footer .box .box_in .f_nav {
	float:left;
}
footer .box .box_in .f_nav:after {
	content: " ";
	font-size: 0.1rem;
	display: block;
	clear: both;
	line-height: 0;
	height: 0;
	visibility: hidden;
}
footer .box .box_in .f_nav dl {
	float:left;
	/*width:160px;*/
	width:140px;
	margin-right:10px;
}
footer .box .box_in .f_nav dl:last-child {
	margin-right:0;
}
footer .box .box_in .f_nav dl dt {
	padding:0 .3em .2em;
	margin-bottom:.5em;
	line-height:1.1;
	font-size:1.3rem;
	font-weight:700;
	border-bottom: solid 1px #9fa0a0;
}
footer .box .box_in .f_nav dl dd {
	padding-left:.4em;
}
footer .box .box_in .f_nav dl dd ul li {
	margin-bottom:.3em;
}
footer .box .box_in .f_nav dl dd ul li:last-child {
	margin-bottom:0;
}
footer .box .box_in address {
	display:block;
	float:right;
}
footer .box .box_in address span {
	display:block;
	padding:0 .3em .2em;
	margin-bottom:.5em;
	line-height:1.1;
	font-size:1.4rem;
	font-weight:700;
	border-bottom: solid 1px #9fa0a0;
}
footer .box .box_in address span + span {
	display:block;
	padding:0 .3em;
	margin-bottom:0;
	line-height:1.7;
	font-size:1.4rem;
	font-weight:400;
	border-bottom:none;
}
footer .box .box_in address em {
	margin-right:.5em;
}
footer .box .box_in address i {
	margin-right:1em;
}
small.copy {
	display:block;
	padding:.6em 0;
	background:#595757;
	text-align:center;
	color:#FFF;
	font-size:1.2rem;
}
@media screen and (max-width: 1100px) {
	footer .box {
		width:96%;
	}
	footer .box .box_in .f_nav dl {
		float:left;
		width:auto;
	}
}
@media screen and (max-width: 1000px) {
	footer .box .box_in .f_nav {
		float:left;
	}
	footer .box .box_in .f_nav dl dd {
		padding-left:.4em;
		padding-right:.8em;
	}
}
@media screen and (max-width: 900px) {
	footer .box .box_in .f_nav {
		float:none;
		margin-bottom: 2em;
	}
	footer .box .box_in .f_nav dl {
		float:left;
		/*width:23.5%;*/
		width:18.4%;
		margin-right:2%;
	}
	footer .box .box_in .f_nav dl dd {
		padding-right:0;
	}
	footer .box .box_in address {
		float:none;
	}
}
@media screen and (max-width: 767px) {
	footer .box {
		width:92%;
		padding:5vw 0;
		font-size:1.4rem;
	}
	footer .box p {
		width:60vw;
		margin: 0 auto;
		margin-bottom:5vw;
	}
	footer .box .box_in .f_nav {
		display: none;
	}
	footer .box .box_in address {
		float:none;
	}
	footer .box .box_in address span {
		padding:0 .3em .2em;
		margin-bottom:.5em;
		font-size:1.4rem;
	}
	footer .box .box_in address span + span {
		padding:0 .3em;
		font-size:1.4rem;
	}
	footer .box .box_in address em {
		margin-right:.5em;
	}
	footer .box .box_in address i {
		margin-right:1em;
	}
	small.copy {
		font-size:1.1rem;
	}
}



/*pan*/
.pan {
	width:1070px;
	padding:10px 30px;
	margin:0 auto;
	color:#FFF;
	font-size:1.3rem;
}
.pan a ,
.pan a:hover {
	color:#FFF;
}
@media screen and (max-width: 1100px) {
	.pan {
		width:96%;
	}
}
@media screen and (max-width: 767px) {
	.pan {
		width:92%;
		padding:4vw 0;
		font-size:1.2rem;
		color:#666;
	}	
	.pan a ,
	.pan a:hover {
		color:#666;
	}
}


/*main*/
main {
	display:block !important;
	width:1070px;
	margin:0 auto;
	margin-bottom:100px;
	padding:40px;
	padding-bottom:60px;
	background:rgba(239,239,239,.95);
	font-size:1.4rem;
}
main:after {
	content: " ";
	font-size: 0.1rem;
	display: block;
	clear: both;
	line-height: 0;
	height: 0;
	visibility: hidden;
}
@media screen and (max-width: 1100px) {
	main {
		width:96%;
	}
}
@media screen and (max-width: 767px) {
	main {
		width:92%;
		margin-bottom:10vw;
		padding:8vw 4vw;
		padding-bottom:10vw;
		font-size:1.4rem;
	}
}


/*width*/
.w1070 {
	width:1070px;
	margin:0 auto;
}
.w1070:after {
	content: " ";
	font-size: 0.1rem;
	display: block;
	clear: both;
	line-height: 0;
	height: 0;
	visibility: hidden;
}
@media screen and (max-width: 1100px) {
	.w1070 {
		width:96%;
	}
}
@media screen and (max-width: 767px) {
	.w1070 {
		width:92%;
	}
}


/*タイトル*/
.ttl01 {
	font-size:3.6rem;
	line-height:1.5;
	margin-bottom:.5em;
}
.ttl02 {
	font-size:2.4rem;
	line-height:1.5;
	margin-bottom:1em;
}
@media screen and (max-width: 767px) {
	.ttl01 {
		font-size:2.4rem;
		font-weight: 700;
		margin-bottom:.5em;
	}
	.ttl02 {
		font-size:1.8rem;
		font-weight: 700;
	}	
}



.common_banner {
	margin-bottom:50px;
}
.common_banner a {
	display:block;
	background:#000000;
	color:#FFF;
	text-decoration:none;
}
.common_banner a dl {
	display:table;
	width:100%;
}
.common_banner a dl dt ,
.common_banner a dl dd {
	display:table-cell;
	vertical-align:middle;
	line-height:1.1;
}
.common_banner a dl dt {
	width:360px;
}
.common_banner a dl dd {
	text-align:right;
	padding-right:150px;
}
.common_banner a dl dd span ,
.common_banner a dl dd em {
	display:block;
	text-align:right;
}
.common_banner a dl dd span {
	font-size:2.2rem;
	font-weight:700;
	margin-bottom:.4em;
}
.common_banner a dl dd em {
	font-family: 'Bodoni Moda', serif;
	font-size:2.2rem;
	font-weight:500;
	letter-spacing:.4em;
	margin-right:-.4em;
	text-transform: uppercase;
}
@media screen and (max-width: 1100px) {
	.common_banner a dl dd {
		padding-right:50px;
	}
}
@media screen and (max-width: 1000px) {
	.common_banner a dl dt {
		width:40%;
	}
	.common_banner a dl dd {
		padding-right:20px;
	}
}
@media screen and (max-width: 840px) {
	.common_banner a dl dt {
		width:35%;
	}
	.common_banner a dl dd span {
		font-size:2.0rem;
	}
	.common_banner a dl dd em {
		font-size:2.0rem;
	}
}
@media screen and (max-width: 767px) {
	.common_banner {
		margin-bottom:10vw;
	}
	.common_banner a dl {
		display:block;
	}
	.common_banner a dl dt ,
	.common_banner a dl dd {
		display:block;
	}
	.common_banner a dl dt {
		width:100%;
	}
	.common_banner a dl dd {
		text-align:left;
		padding:5vw;
	}
	.common_banner a dl dd span ,
	.common_banner a dl dd em {
		text-align:left;
	}
	.common_banner a dl dd span {
		font-size:1.8rem;
		margin-bottom:.4em;
		line-height: 1.7;
	}
	.common_banner a dl dd em {
		font-size:1.8rem;
	}
}



.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:1.4rem;
	background:#FFFFFF;
	border: solid 1px #dddddd;
	-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: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.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 #dddddd;
	color:#333;
	margin:0;
	padding:0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.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: "\f107";
	position:absolute;
	z-index:2;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
	right:0;
	font-size:2.2rem;
	line-height:1;
	color:#FFF;
	display: block;
	text-align:center;
	width:50px;
}
.form .select_box01.entypo-down-dir:after {
	content:'';
	position:absolute;
	z-index:1;
	top:0;
	right:0;
	display: block;
	background:#aaaaaa;
	width:50px;
	height:100%;
}
.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 {
	font-size:0;
}
.form .btn dl {
	display:block;
	width:100%;
	font-size:0;
	margin:0;
	padding:0;
	text-align:center;
}
.form .btn dl dt ,
.form .btn dl dd {
	display:inline-block;
	font-size:0;
	margin:0;
	padding:0;
	text-align:center;
	width:30%;
}
.form .btn dl dd {
	margin:0 0 0 3.5%;
}
.form .btn p {
	width:48%;
	margin:0 auto;
}
.form .btn input ,
.form .btn button {
	position:relative;
	background:#a3a3a3;
	border:1px solid #a3a3a3;
	display:block;
	cursor:pointer;
	color:#ffffff;
	padding:15px 0;
	text-decoration:none;
	width:100%;
	text-align:center;
	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 #000000;
	color:#000000;
}
.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:60vw;
}
.form input.input02 {
	width:100%;
}
.form input.input03 {
	width:100%;
}
.form input.input04 {
	width:100%;
}
.form .btn {
	text-align:center;
	font-size:0;
	width:100%;
	margin:0 auto;
}
.form .btn dl dt ,
.form .btn dl dd {
	display:inline-block;
	font-size:0;
	margin:0;
	padding:0 2%;
	text-align:center;
	width:50%;
}
.form .btn dl dd {
	margin:0;
}
.form .btn p {
	width:70vw;
}
.form .btn input ,
.form .btn button {
	padding:3vw 0;
	font-size:1.5rem;
}
.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.5em;
	padding-bottom:1.5em;
	font-size:1.5rem;
}
.mw_wp_form.mw_wp_form_input span.error {
	font-size:1.5rem;
}
}


/*member*/
.um-account-profile-link {
/*	display:none !important;*/
}



/*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.4rem;
	font-weight:bold;
	width:36px;
	height:36px;
	line-height:36px;
	text-align:center;
	margin-right:10px;
	color:#AAAAAA;
	border: solid 1px #AAAAAA;
	text-decoration:none;
}
.pagination .pagination-box a:last-child ,
.pagination .pagination-box span:last-child {
	margin-right:0;
}
.pagination .pagination-box span.current {
	background:none;
	border: solid 1px #000e59;
	color:#000e59;
	font-weight:bold;
}
.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: 768px) {
.pagination {
	padding:9.126vw 0 0;
}
.pagination .pagination-box a ,
.pagination .pagination-box span {
	font-size:1.4rem;
	width:10vw;
	height:12vw;
	line-height:11vw;
	margin-right:4vw;
}
}

/*detail contents*/
.contents {
	font-size:1.4rem;
}
.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 {
  quotes: "" "";
}
.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 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 {
	  width: 100%;
	  height: 14.342vw;
	  position: fixed;
	  top: 0;
	  left: 0;
	  z-index:3000;
	  background:#FFF;
		box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.1);
	}
	.menu-trigger:after {
	   content: " ";
	   font-size: 0.1rem;
	   display: block;
	   clear: both;
	   line-height: 0;
	   height: 0;
	   visibility: hidden;
	}
	.menu-trigger .head_logo {
		float:left;
		width:50vw;
		margin:2vw 0 0 2vw;
	}
	.menu-trigger .menu_btn {
		position:relative;
		float:right;
		width:11.734vw;
		height: 14.342vw;
	}
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 7.823vw;
		height:0.522vw;
		z-index:3000;
		display:block;
		background:#595757;
	}
	.menu-trigger span:nth-of-type(1) {
	  top: 5.346vw;
	}
	.menu-trigger.active span:nth-of-type(1) {
	  transform: translateY(2.8vw) rotate(-45deg);
	}
	.menu-trigger span:nth-of-type(2) {
	  top: 8.214vw;
	}
	.menu-trigger.active span:nth-of-type(2) {
	  opacity: 0;
	}
	.menu-trigger span:nth-of-type(3) {
	  top: 10.952vw;
	}
	.menu-trigger.active span:nth-of-type(3) {
	  transform: translateY(-2.8vw) rotate(45deg);
	}
	.fix_nav .box {
		width:100%;
		height:100%;
		overflow:auto;
	}
	.fix_nav {
	  width: 100%;
	  height: 100vh;
	  padding-top: 10vh;
	  background-color: rgb(226, 227, 227, 0.9);
	  position: fixed;
	  top: 0;
	  right: 0;
	  z-index:2000;
	  transform: translate(100%);
	  transition: all .5s;
	  opacity:0;
	}
	.fix_nav.open {
	  opacity:1;
	  transform: translateZ(0);
	}
	.fix_nav .box {
		padding-bottom:10vw;
	}
	.fix_nav p {
		width:16vw;
		margin-bottom:5vh;
	}
	.fix_nav ul li {
		position: relative;
		/*border-bottom: solid 1px #333;*/
	}
	.fix_nav ul li:after {
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 2;
		width: 100%;
		height: 1px;
		background: #333;
		display: block;
		content: '';
	}
	.fix_nav ul li.acd {
		border-bottom: none;
	}
	.fix_nav ul li a {
		position:relative;
		display:block;
		font-size:1.4rem;
		color:#333;
		padding:.8em 1.6em;
	}
	.fix_nav ul li ul li a {
		padding-left:3.2em;
	}
	.fix_nav ul li ul li ul li a {
		padding-left:4.8em;
	}
	.fix_nav ul li a span {
		position:relative;
		display: inline-block;
	}
	.fix_nav ul li a span:after {
		position:relative;
		display:inline-block;
		content: "\f1c1";
		font-family: FontAwesome;
		color:#333;
		margin-left:.5em;
	}
	.acd-check {
		display: none;
	}
	.acd-label {
		/*background: #025745;*/
		color: #333;
		display: block;
		border-bottom: solid 1px #333;
		padding:.8em 1.6em;
		font-size:1.4rem;
		position: relative;
		background-color: rgb(226, 227, 227, 0.9);
	}
	.fix_nav ul li.acd ul li.acd .acd-labe {
		padding:.8em 1.6em .8em 3.2em;
	}
	.acd-label:after {
		background-color: rgb(226, 227, 227, 0.9);
		box-sizing: border-box;
		/*content: '\f067';*/
		content: '+';
		font-size:2.0rem;
		display: block;
		/*font-family: "FontAwesome";*/
		position: absolute;
		right: 0;
		top: 0;
		/*padding:.8em .8em;*/
		padding:.32em 0;
		width:12vw;
		text-align:center;
	}
	.sub_nav {
		position: relative;
		display: block;
		height: 0;
		opacity: 0;
		transition: .5s;
		visibility: hidden;
		background-color: rgb(226, 227, 227, 0.9);
	}
	.sub_nav:after {
		position: absolute;
		top: -1px;
		left: 0;
		z-index: 2;
		width: 100%;
		height: 1px;
		background: #333;
		display: block;
		content: '';
	}
	.acd-check:checked + .acd-label:after {
		/*content: '\f068';*/
		content: '−';
		font-size:2.0rem;
		padding:.32em 0;
	}
	.acd-check:checked + .acd-label + .sub_nav {
		height:100%;
		opacity: 1;
		visibility: visible;
	}
	.fix_nav ul li.f_external a:after {
		position:absolute;
		top:.9em;
		right:4vw;
		width:calc(18.253vw * .3);
		height:calc(14.211vw * .3);
		background:url(../img/common/icon_external_w.png) no-repeat center center;
		background-size:cover;
		display:block;
		content:'';
	}
	}
	