@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=Sawarabi+Gothic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kosugi&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');

/*
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Sawarabi Gothic', sans-serif;
	font-family: 'Kosugi', sans-serif;
	font-family: 'Roboto', sans-serif;
	font-family: 'Montserrat', 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.8;
	font-family: 'Noto Sans JP', sans-serif;
	color:#3e3a39;
	-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: 768px) {
html {
	font-size:2.868vw;
}
body {
	font-size:1rem;
	width: 100%;
	min-width: 100%;
	line-height:1.7;
	padding-top:16vw;
	-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	-ms-font-feature-settings: "palt";
	-o-font-feature-settings: "palt";
	font-feature-settings: "palt";
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
}
}

* {
	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: #3e3a39; text-decoration: none; transition: .5s;}
a:hover {color: #666666; text-decoration:underline; transition: .5s;}

main a {color: #3e3a39; 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;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	image-rendering: -webkit-optimize-contrast;
}
/*共通*/
.md , .md_img {
	display: none;
}
.sp , .sp_img {
	display: none;
}
@media screen and (max-width: 1040px) {
	.md , .md_img {
		display: block;
	}
}
@media screen and (max-width: 768px) {
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*/
header {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 35px;
	line-height: 1.1;
}
header:after {
	content: " ";
	font-size: 0.1rem;
	display: block;
	clear: both;
	line-height: 0;
	height: 0;
	visibility: hidden;
}
header h1 {
	position: absolute;
	top: 10px;
	left: 70px;
	z-index: 5;
	font-family: 'Sawarabi Gothic', sans-serif;
	font-size: 1.6rem;
	color: #595757;
}
header h2 {
	float: left;
	padding-top: 10px;
}
header h2 a {
	position: relative;
	display: block;
	text-decoration: none;
}
header h2 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 span {
	display: block;
	width: 495px;
	margin-bottom: 15px;
}
header h2 a em {
	display: block;
	font-family: 'Sawarabi Gothic', sans-serif;
	/*font-size: 1.2rem;*/
	font-size: 1.6rem;
	color: #2586dc;
}
header .box_r {
	float: right;
	padding-top: 40px;
}
header .box_r:after {
	content: " ";
	font-size: 0.1rem;
	display: block;
	clear: both;
	line-height: 0;
	height: 0;
	visibility: hidden;
}
header .box_r .year {
	position: relative;
	float: left;
	width: 104px;
	height: 104px;
	text-align: center;
	font-family: 'Kosugi', sans-serif;
}
header .box_r .year:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 104px;
	height: 104px;
	background: url(../img/common/year_bg.svg) no-repeat center center;
	background-size: cover;
	content: '';
}
header .box_r .year em {
	position: relative;
	display: block;
	font-size: 1.8rem;
	/*font-weight: bold;*/
	text-align: center;
	color: #3e3a39;
	padding-top: .9em;
}
header .box_r .year em::first-letter {
	letter-spacing: .1em;
}
header .box_r .year span {
	position: relative;
	top: -3px;
	display: inline-block;
	font-size: 5.6rem;
	font-weight: bold;
	color: #2586dc;
}
header .box_r .year span::first-letter {
	letter-spacing: -2px;
}
header .box_r .year i {
	position: relative;
	top: -10px;
	display: inline-block;
	font-size: 1.8rem;
	/*font-weight: bold;*/
	color: #3e3a39;
}
header .box_r .h_tel {
	float: left;
	margin: 0 1em;
	background: rgb(37,134,220);
	background: -moz-linear-gradient(top,  rgba(37,134,220,1) 0%, rgba(37,128,218,1) 43%, rgba(37,98,218,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(37,134,220,1) 0%,rgba(37,128,218,1) 43%,rgba(37,98,218,1) 100%);
	background: linear-gradient(to bottom,  rgba(37,134,220,1) 0%,rgba(37,128,218,1) 43%,rgba(37,98,218,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2586dc', endColorstr='#2562da',GradientType=0 );
	border: solid 2px #2586dc;
	border-radius: 10px;
	padding: 15px;
}
header .box_r .h_tel:after {
	content: " ";
	font-size: 0.1rem;
	display: block;
	clear: both;
	line-height: 0;
	height: 0;
	visibility: hidden;
}
header .box_r .h_tel p {
	float: left;
	background: #FFF;
	padding: .3em;
	margin-right: 10px;
	font-size: 2.4rem;
	font-weight: 700;
	color: #2586dc;
	letter-spacing: .1em;
	border-radius: 10px;
}
header .box_r .h_tel ul {
	position: relative;
	top: -.5em;
	float: left;
}
header .box_r .h_tel ul li {
	position: relative;
	font-size: 3.2rem;
	font-weight: 700;
	color: #ffef00;
	padding-left: 40px;
}
header .box_r .h_tel ul li:before {
	position: absolute;
	top: .2em;
	left: 0;
	width: 32px;
	height: 25px;
	background: url(../img/common/icon_tel.svg) no-repeat center center;
	background-size: cover;
	content: '';
}
header .box_r .h_tel ul li:first-of-type {
	letter-spacing: .05em;
}
header .box_r .h_btn {
	float: left;
}
header .box_r .h_btn a {
	display: block;
	text-decoration: none;
	background: #8fc31f;
	border: solid 2px #d4e8aa;
	border-radius: 10px;
	color: #FFF;
}
header .box_r .h_btn 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 .box_r .h_btn a span {
	display: block;
	font-size: 1.8rem;
	font-weight: 500;
	padding: 2.3em 1.8em;
}
@media screen and (max-width: 1240px) {
	header {
		width: 96%;
	}
	header h1 {
		left: 3vw;
	}
	header h2 {
		padding-top: 2vw;
	}
	header h2 a span {
		width: 35vw;
	}
	header .box_r .year {
		width: 90px;
		height: 90px;
	}
	header .box_r .year:before {
		width: 90px;
		height: 90px;
	}
	header .box_r .year em {
		font-size: 1.6rem;
	}
	header .box_r .year span {
		position: relative;
		top: -3px;
		font-size: 4.6rem;
	}
	header .box_r .year span::first-letter {
		letter-spacing: -2px;
	}
	header .box_r .year i {
		top: -10px;
		font-size: 1.6rem;
	}
	header .box_r .h_tel {
		padding: 10px 15px;
	}
	header .box_r .h_tel p {
		font-size: 2.0rem;
	}
	header .box_r .h_tel ul li {
		font-size: 2.8rem;
		padding-left: 40px;
	}
	header .box_r .h_tel ul li:before {
		width: calc(32px * .9);
		height: calc(25px * .9);
		background: url(../img/common/icon_tel.svg) no-repeat center center;
		background-size: cover;
		content: '';
	}
	header .box_r .h_btn a span {
		font-size: 1.6rem;
		padding: 2.0em 1.2em;
	}
}
@media screen and (max-width: 1000px) {
	header .box_r .year {
		width: 70px;
		height: 70px;
	}
	header .box_r .year:before {
		width: 70px;
		height: 70px;
	}
	header .box_r .year em {
		font-size: 1.4rem;
	}
	header .box_r .year span {
		position: relative;
		top: -3px;
		font-size: 3.6rem;
	}
	header .box_r .year span::first-letter {
		letter-spacing: -2px;
	}
	header .box_r .year i {
		top: -10px;
		font-size: 1.4rem;
	}
	header .box_r .h_tel {
		padding: 10px 15px 5px;
	}
	header .box_r .h_tel p {
		font-size: 1.6rem;
	}
	header .box_r .h_tel ul li {
		font-size: 2.2rem;
		padding-left: calc(40px * .9);
	}
	header .box_r .h_tel ul li:before {
		width: calc(32px * .8);
		height: calc(25px * .8);
		background: url(../img/common/icon_tel.svg) no-repeat center center;
		background-size: cover;
		content: '';
	}
	header .box_r .h_btn a span {
		font-size: 1.4rem;
		padding: 1.8em 1.0em;
	}
}
@media screen and (max-width: 900px) {
	header h1 {
		display: none;
	}
	header h2 a span {
		width: 30vw;
	}
	header h2 a em {
		font-size: 1.4rem;
	}
	header .box_r {
		float: right;
		padding-top: 20px;
	}
}
@media screen and (max-width: 768px) {
	header {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 15;
		background: rgba(255, 255, 255, .8);
		width: 100%;
		height: 16vw;
		padding-bottom: 0;
		box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
	}
	header h2 {
		padding-top: 4vw;
		padding-left: 2vw;
	}
	header h2 a span {
		width: 55vw;
		margin-bottom: 0;
	}
	header h2 a em {
		position: absolute;
		top: -1.5vw;
		left: 7vw;
		white-space: nowrap;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 1.0rem;
		letter-spacing: 0;
	}
	header .box_r {
		padding-top: 2vw;
	}
	header .box_r .year {
		width: auto;
		height: auto;
		padding: 1vw 3vw;
		margin-right: 4vw;
		background: rgb(255,170,0);
		background: -moz-linear-gradient(-45deg,  rgba(255,170,0,1) 0%, rgba(222,148,0,1) 13%, rgba(255,170,0,1) 26%, rgba(255,239,0,1) 100%);
		background: -webkit-linear-gradient(-45deg,  rgba(255,170,0,1) 0%,rgba(222,148,0,1) 13%,rgba(255,170,0,1) 26%,rgba(255,239,0,1) 100%);
		background: linear-gradient(135deg,  rgba(255,170,0,1) 0%,rgba(222,148,0,1) 13%,rgba(255,170,0,1) 26%,rgba(255,239,0,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaa00', endColorstr='#ffef00',GradientType=1 );
		border-radius: .5em;
	}
	header .box_r .year:before {
		display: none;
	}
	header .box_r .year em {
		font-size: 1.2rem;
		padding-top: 0;
	}
	header .box_r .year em::first-letter {
		letter-spacing: .1em;
	}
	header .box_r .year span {
		top: 0;
		font-size: 2.0rem;
	}
	header .box_r .year span::first-letter {
		letter-spacing: -2px;
	}
	header .box_r .year i {
		top: 0;
		font-size: 1.4rem;
	}
	header .box_r .h_tel {
		display: none;
	}
	header .box_r .h_btn {
		display: none;
	}
	header .box_r .h_menu_btn {
		position: relative;
		top: 2.5vw;
		z-index: 50;
		float: right;
		width: 8vw;
		height: 8vw;
		cursor: pointer;
		transition: .5s;
		display: block;
		margin-right: 4vw;
	}
	header .box_r .h_menu_btn.is-active {
		height: 8vw;
	}
	header .box_r .h_menu_btn span {
		position: absolute;
		left: 0;
		z-index: 50;
		width: 100%;
		height: 0.522vw;
		display: block;
		transition: .5s;
	}
	header .box_r .h_menu_btn span:first-of-type {
		top: 0;
		background: #2586dc;
	}
	header .box_r .h_menu_btn span:nth-of-type(2) {
		top: 3vw;
		background: #2586dc;
	}
	header .box_r .h_menu_btn span:last-of-type {
		top: 6vw;
		background: #2586dc;
	}
	header .box_r .h_menu_btn.is-active span:first-of-type {
		top: 2.347vw;
		left: 0;
		transform: translateY(5px) rotate(-45deg);
		background: #2586dc;
	}
	header .box_r .h_menu_btn.is-active span:nth-of-type(2) {
		opacity: 0;
	}
	header .box_r .h_menu_btn.is-active span:last-of-type {
		top: 4.694vw;
		left: 0;
		transform: translateY(-5px) rotate(45deg);
		background: #2586dc;
	}
}


/*nav*/
nav {
	width: 1200px;
	margin: 0 auto;
}
nav ul {
	display: flex;
}
nav ul li {
	position: relative;
	width: 100%;
}
nav ul li:not(:last-of-type)::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: #3e3a39;
	display: block;
	content: '';
}
nav ul li a {
	position: relative;
	display: block;
	padding: 1.2em 0;
	text-decoration: none;
	transition: .5s;
}
nav ul li 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;
	transition: .5s;
}
nav ul li.current a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	display: block;
	background: #2586dc;
	content: '';
}
nav ul li a span ,
nav ul li a em {
	display: block;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 700;
	color: #3e3a39;
}
nav ul li a em {
	font-size: 1.0rem;
	color: #2586dc;
}
nav .c_btn {
	display: none;
}
@media screen and (max-width: 1200px) {
	nav {
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	nav {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 10;
		width: 100vw;
		height: 100vh;
		padding: 20vw 5% 10vw;
		background: #FFF;
		pointer-events: none;
		opacity: 0;
		transform-origin: center;
		transform: scale(.5);
		transition: all .1s ease;
	}
	nav.is-active {
		pointer-events: auto;
		opacity: 1;
		transform: scale(1.0);
	}
	nav ul {
		display: block;
		margin-bottom: 10vw;
	}
	nav ul li:not(:last-of-type)::after {
		position: absolute;
		top: inherit;
		right: inherit;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1px;
	}
	nav ul li::last-of-type::after {
		position: absolute;
		top: inherit;
		right: inherit;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1px;
	}
	nav ul li a {
		padding: .8em .6em;
	}
	nav ul li.current a:after {
		position: absolute;
		bottom: inherit;
		top: 0;
		left: 0;
		width: 2px;
		height: 100%;
		display: block;
		background: #2586dc;
		content: '';
	}
	nav ul li a span ,
	nav ul li a em {
		display: inline;
		text-align: left;
		font-size: 1.6rem;
	}
	nav ul li a em {
		font-size: 1.2rem;
		margin-left: .5em;
	}
	nav .c_btn {
		display: block;
		text-align: center;
	}
	nav .c_btn a {
		display: inline-block;
		text-decoration: none;
		background: #8fc31f;
		border: solid 2px #d4e8aa;
		border-radius: 10px;
		color: #FFF;
	}
	nav .c_btn 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;
	}
	nav .c_btn a span {
		display: block;
		font-size: 1.8rem;
		font-weight: 500;
		padding: .6em 3.5em;
	}	
	nav .sns {
		padding-top: 5vw;
	}	
	nav .sns ul {
		display: flex;
		justify-content: center;
	}	
	nav .sns ul li {
		width: 18vw;
	}	
}

/*footer*/
footer {
	background: url(../img/common/footer_bg.png) no-repeat center top;
	background-size: cover;
	padding: 100px 0 100px;
}
@media screen and (min-width: 1600px) {
	footer {
		background: url(../img/common/footer_bg_w.jpg) no-repeat center top;
		background-size: cover;
	}	
}
footer * {
	letter-spacing: .1em;
}
footer .box {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 20px;
}
footer .box:after {
	content: " ";
	font-size: 0.1rem;
	display: block;
	clear: both;
	line-height: 0;
	height: 0;
	visibility: hidden;
}
footer .box .box_l {
	float: left;
}
footer .box .box_l p {
	margin-bottom: 20px;
}
footer .box .box_l p a {
	position: relative;
	display: block;
}
footer .box .box_l p 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;
}
footer .box .box_l p a em {
	position: absolute;
	top: 10px;
	left: 75px;
	display: block;
	font-family: 'Sawarabi Gothic', sans-serif;
	font-size: 1.2rem;
	line-height: 1.1;
	color: #2586dc;
}
footer .box .box_l p a span {
	display: block;
	width: 462px;
}
footer .box .box_l address {
	display: block;
	font-size: 1.6rem;
}
footer .box .box_l address span {
	margin-right: 1em;
}
footer .box .box_r {
	float: right;
	display: table;
}
footer .box .box_r ul {
	display: table-row;
}
footer .box .box_r ul li {
	display: table-cell;
	padding-right: 3rem;
	font-size: 1.6rem;
}
footer .box .box_r ul li:last-of-type {
	padding-right: 1.5rem;
}
footer .box .box_r ul:first-of-type li {
	padding-bottom: 3.5em;
}
footer .box .box_r ul li a {
	position: relative;
	display: inline-block;
	padding-left: 30px;
}
footer .box .box_r ul li a:before {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
	left: 0;
	width: 22px;
	height: 22px;
	background: url(../img/common/f_icon.svg) no-repeat center center;
	background-size: cover;
	display: block;
	content: '';
}
footer .copy {
	display: block;
	text-align: center;
	font-size: 1.4rem;
}
@media screen and (max-width: 1200px) {
	footer {
		background: url(../img/common/footer_bg.png) no-repeat center top;
		background-size: cover;
		padding: 100px 0 100px;
	}
	footer .box {
		width: 96%;
	}		
}
@media screen and (max-width: 1140px) {
	footer .box .box_l p a em {
		left: 65px;
		color: #2586dc;
	}
	footer .box .box_l p a span {
		width: 400px;
	}
	footer .box .box_r {
		display: block;
		max-width: 40%;
	}
	footer .box .box_r ul {
		display: block;
		width: 100%;
	}
	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;
		display: block;
		width: 50%;
		padding-right: 0 !important;
		padding-bottom: 1.5em !important;
	}
	footer .box .box_r ul:last-of-type li:nth-last-child(-n+2) {
		padding-bottom: 0 !important;
	}
}
@media screen and (max-width: 768px) {
	footer {
		background: url(../img/common/footer_bg.png) no-repeat center top;
		background-size: cover;
		padding: 10vw 0 18vw;
	}
	footer .box {
		width: 94%;
		margin-bottom: 5vw;
	}
	footer .box .box_l {
		float: none;
	}
	footer .box .box_l p {
		margin-bottom: 5vw;
	}
	footer .box .box_l p a em {
		position: absolute;
		top: 1vw;
		left: 14vw;
		font-size: 1.1rem;
	}
	footer .box .box_l p a span {
		width: 100%;
	}
	footer .box .box_l address {
		font-size: 1.4rem;
	}
	footer .box .box_l address span {
		display: block;
		margin-right: 0;
	}	
	footer .box .box_r {
		display: none;
	}
	footer .copy {
		font-size: 1.2rem;
		letter-spacing: 0;
	}	
}


.side_fixed {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	z-index: 5;
}
.side_fixed ul li {
	width: 60px;
}
.side_fixed ul li:not(:last-of-type) {
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) {

	.side_fixed {
		display: none;
	}
	
	
}

/*main*/
main {
	display: block !important;
	font-size: 1.6rem;
}
.sub main {
	border-top: solid 30px #c0dcf5;
}
main * {
	letter-spacing: .05em;
}
@media screen and (max-width: 768px) {

	.sub main {
		border-top: solid 10px #c0dcf5;
	}
	
}

/*width*/
.w1200 {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
}
@media screen and (max-width: 768px) {
	.w1200 {
		max-width: 100%;
		padding: 0 4%;
	}
	
}

/*パンくず*/
.pan {
	max-width: 1240px;
	margin: 0 auto;
	padding: 20px 20px 60px;
	font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
	.pan {
		max-width: 100%;
		padding: 6vw 4%;
		font-size: 1.3rem;
	}
	
}



/*タイトル*/
.title01 {
	margin-bottom: 60px;
}
.title01 span ,
.title01 em {
	display: block;
	text-align: center;
	line-height: 1.1;
}
.title01 span {
	font-size: 5.0rem;
	font-weight: 700;
	margin-bottom: .3em;
}
.title01 em {
	font-size: 2.2rem;
	font-weight: 700;
	color: #2586dc;
}
.title02 {
	position: relative;
	background: rgb(37,134,220);
	background: -moz-linear-gradient(-45deg,  rgba(37,134,220,1) 0%, rgba(37,128,218,1) 43%, rgba(37,98,218,1) 100%);
	background: -webkit-linear-gradient(-45deg,  rgba(37,134,220,1) 0%,rgba(37,128,218,1) 43%,rgba(37,98,218,1) 100%);
	background: linear-gradient(135deg,  rgba(37,134,220,1) 0%,rgba(37,128,218,1) 43%,rgba(37,98,218,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2586dc', endColorstr='#2562da',GradientType=1 );
	margin-bottom: 60px;
	line-height: 1.1;
	font-size: 3.6rem;
	font-weight: 500;
	text-align: center;
	border-radius: 1.5em;
	color: #ffffff;
	padding: .3em 0 .4em;
}
.title02::after {
	position: absolute;
	right: 0;
	left: 0;
	bottom: -24px;
	display: block;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 24px 9px 0 9px;
	border-color: #2580da transparent transparent transparent;
	content: '';
}
.title02 span {
	color: #ffef00;
	font-weight: 500;
}
.title02 em {
	color: #b1d562;
	font-weight: 500;
}
.title02 strong {
	color: #ffef00;
	font-size: 4.9rem;
	font-weight: 700;
}
.title03 {
	position: relative;
	z-index: 5;
	line-height: 1.2;
	text-align: center;
	font-size: 4.8rem;
	font-weight: 700;
	margin-bottom: 90px;
}
.title03 span {
	color: #2586dc;
	font-weight: 700;
}
.title03:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	display: block;
	margin: auto;
	width: 160px;
	height: 160px;
	background: #ffffff;
	content: '';
	border-radius: 50%;
}
.title03-s1 {
	position: relative;
	z-index: 5;
	line-height: 1.2;
	text-align: center;
	font-size: 3.8rem;
	font-weight: 700;
	margin-bottom: 90px;
}
.title03-s1 span {
	color: #2586dc;
	font-weight: 700;
}
.title03-s1:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	display: block;
	margin: auto;
	width: 120px;
	height: 120px;
	background: #ffffff;
	content: '';
	border-radius: 50%;
}
.title04 {
	line-height: 1.2;
	text-align: center;
	margin-bottom: 90px;
}
.title04 span {
	position: relative;
	display: inline-block;
	white-space: nowrap;
	font-size: 3.4rem;
	font-weight: 700;
}
.title04 span::after {
	position: absolute;
	bottom: -.4em;
	left: 0;
	width: 100%;
	height: 6px;
	background: rgb(37,134,220);
	background: -moz-linear-gradient(left,  rgba(37,134,220,1) 0%, rgba(37,128,218,1) 43%, rgba(37,98,218,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(37,134,220,1) 0%,rgba(37,128,218,1) 43%,rgba(37,98,218,1) 100%);
	background: linear-gradient(to right,  rgba(37,134,220,1) 0%,rgba(37,128,218,1) 43%,rgba(37,98,218,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2586dc', endColorstr='#2562da',GradientType=1 );
	content: '';
}
@media screen and (max-width: 1240px) {
	.title01 span {
		font-size: 4.0rem;
	}
	.title01 em {
		font-size: 2.0rem;
	}
	.title02 {
		font-size: 3.0rem;
	}
	.title03 {
		font-size: 4.0rem;
	}
	.title03-s1 {
		font-size: 4.0rem;
	}
	.title04 span {
		font-size: 3.0rem;
	}

}
@media screen and (max-width: 768px) {
	.title01 {
		margin-bottom: 15vw;
		line-height: 1.7;
	}
	.title01 span {
		font-size: 2.2rem;
	}
	.title01 em {
		font-size: 2.2rem;
	}
	.title02 {
		margin-bottom: 15vw;
		font-size: 2.2rem;
		padding: .6em 1em .7em;
		line-height: 1.7;
	}
	.title02::after {
		bottom: -5vw;
		border-width: 5vw 4vw 0 4vw;
	}
	.title02 strong {
		font-size: 2.2rem;
	}
	.title03 {
		font-size: 2.2rem;
		margin-bottom: 15vw;
		line-height: 1.7;
	}
	.title03:before {
		width: 20vw;
		height: 20vw;
	}
	.title03-s1 {
		font-size: 2.2rem;
		margin-bottom: 15vw;
		line-height: 1.7;
	}
	.title03-s1:before {
		width: 20vw;
		height: 20vw;
	}
	.title04 {
		margin-bottom: 15vw;
		line-height: 1.7;
	}
	.title04 span {
		font-size: 2.2rem;
	}
	.title04 span::after {
		height: 3px;
	}
}



/*common_contact*/
.common_contact {
	background: url(../img/common/common_contact_bg.svg) repeat center center;
	padding: 50px 0;
}
.common_contact .box {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	padding-left: 350px;
}
.common_contact .box h3 {
	margin-bottom: 35px;
	line-height: 1.1;
	color: #ffffff;
	text-align: center;
}
.common_contact .box h3 span {
	position: relative;
	display: inline-block;
	text-align: center;
	font-size: 6.0rem;
	font-weight: 700;
}
.common_contact .box h3 span::before ,
.common_contact .box h3 span::after {
	position: absolute;
	top: 2px;
	width: 4px;
	height: 110%;
	display: block;
	background: #FFF;
	content: '';
}
.common_contact .box h3 span::before {
	left: -40px;
	transform: rotate(-20deg);
}
.common_contact .box h3 span::after {
	right: -40px;
	transform: rotate(20deg);
}
.common_contact .box .img {
	position: absolute;
	top: -10px;
	left: 0;
	width: 325px;
}
.common_contact .box .img h4 {
	background: #89beec;
	color: #FFF;
	text-align: center;
	line-height: 1.2;
	font-size: 3.5rem;
	font-weight: 700;
	padding: .6em 0;
	border-radius: 50%;
}
.common_contact .box .img h4 span {
	font-size: 4.6rem;
	font-weight: 700;
}
.common_contact .box .img p {
	position: relative;
	top: -5px;
}
.common_contact .box dl {
	display: table;
	width: 100%;
	background: #FFF;
	line-height: 1.1;
	border-radius: 6em;
	overflow: hidden;
}
.common_contact .box dl dt ,
.common_contact .box dl dd {
	display: table-cell;
	vertical-align: middle;
}
.common_contact .box dl dt {
	background: #ffef00;
	color: #2562da;
	font-size: 6.0rem;
	font-weight: 700;
	width: 195px;
	padding: .4em 0;
	padding-left: .8em;
}
.common_contact .box dl dd {
	font-size: 6.0rem;
	padding: .4em 0;
	padding-left: .6em;
}
.common_contact .box dl dd ul li {
	position: relative;
	font-size: 6.2rem;
	font-weight: 700;
	color: #2562da;
	padding-left: 75px;
}
.common_contact .box dl dd ul li:before {
	position: absolute;
	top: .2em;
	left: 0;
	width: 64px;
	height: 47px;
	background: url(../img/common/common_contact_icon.svg) no-repeat center center;
	background-size: cover;
	content: '';
}
.common_contact .box dl dd ul li:first-of-type {
	letter-spacing: .11em;
}
@media screen and (max-width: 1240px) {
	.common_contact .box {
		width: 96%;
	}
	.common_contact .box h3 span {
		font-size: 5.0rem;
	}
	.common_contact .box dl dt {
		font-size: 5.0rem;
		width: 175px;
	}
	.common_contact .box dl dd {
		font-size: 5.0rem;
		padding-left: .6em;
	}
	.common_contact .box dl dd ul li {
		font-size: 5.2rem;
		padding-left: calc(75px * .9);
	}
	.common_contact .box dl dd ul li:before {
		width: calc(64px * .9);
		height: calc(47px * .9);
	}
	.common_contact .box dl dd ul li:first-of-type {
		margin-bottom: .3em;
	}
}
@media screen and (max-width: 1140px) {
	.common_contact .box h3 span {
		font-size: 4.0rem;
	}
	.common_contact .box dl dt {
		font-size: 4.5rem;
		width: 155px;
	}
	.common_contact .box dl dd {
		font-size: 4.0rem;
	}
	.common_contact .box dl dd ul li {
		font-size: 4.2rem;
		padding-left: calc(75px * .9);
	}
	.common_contact .box dl dd ul li:before {
		width: calc(64px * .8);
		height: calc(47px * .8);
	}
	.common_contact .box dl dd ul li:first-of-type {
		margin-bottom: .3em;
	}
}
@media screen and (max-width: 1040px) {
	.common_contact .box {
		padding-left: 32vw;
	}
	.common_contact .box .img {
		width: 30vw;
	}
	.common_contact .box .img h4 {
		font-size: 3.0rem;
	}
	.common_contact .box .img h4 span {
		font-size: 3.6rem;
	}
}
@media screen and (max-width: 980px) {
	.common_contact .box h3 span {
		font-size: 3.0rem;
	}
	.common_contact .box dl dt {
		font-size: 3.5rem;
		width: 115px;
	}
	.common_contact .box dl dd {
		font-size: 3.0rem;
	}
	.common_contact .box dl dd ul li {
		font-size: 3.2rem;
		padding-left: calc(75px * .7);
	}
	.common_contact .box dl dd ul li:before {
		top: .1em;
		width: calc(64px * .6);
		height: calc(47px * .6);
	}
	.common_contact .box dl dd ul li:first-of-type {
		margin-bottom: .4em;
	}
}
@media screen and (max-width: 768px) {
	.common_contact {
		padding: 10vw 0;
	}
	.common_contact .box {
		width: 94%;
		padding-left: 0;
	}
	.common_contact .box h3 {
		margin-bottom: 5vw;
	}
	.common_contact .box h3 span {
		font-size: 2.1rem;
	}
	.common_contact .box h3 span::before ,
	.common_contact .box h3 span::after {
		position: absolute;
		top: 2px;
		width: 4px;
	}
	.common_contact .box h3 span::before {
		left: -5vw;
		transform: rotate(-20deg);
	}
	.common_contact .box h3 span::after {
		right: -5vw;
		transform: rotate(20deg);
	}
	.common_contact .box .img {
		position: relative;
		top: 0;
		left: 0;
		width: 80%;
		margin: 0 auto;
		margin-bottom: 5vw;
	}
	.common_contact .box .img h4 {
		font-size: 2.2rem;
		padding: .8em 0;
		border-radius: 50%;
	}
	.common_contact .box .img h4 span {
		font-size: 3.0rem;
		font-weight: 700;
	}
	.common_contact .box .img p {
		position: relative;
		top: -5px;
		width: 80%;
		margin: 0 auto;
	}
	.common_contact .box dl {
		display: block;
		border-radius: 1em;
	}
	.common_contact .box dl dt ,
	.common_contact .box dl dd {
		display: block;
	}
	.common_contact .box dl dt {
		font-size: 4.0rem;
		width: 100%;
		padding: .4em 0;
		padding-left: 0;
		text-align: center;
	}
	.common_contact .box dl dt br {
		display: none;
	}
	.common_contact .box dl dd {
		font-size: 3.0rem;
		padding: .4em 0;
		padding-left: .6em;
	}
	.common_contact .box dl dd ul li {
		font-size: 3.0rem;
		padding-left: 10vw;
		letter-spacing: 0 !important;
	}
	.common_contact .box dl dd ul li:before {
		position: absolute;
		top: .2em;
		left: 0;
		width: 8.333vw;
		height: 6.120vw;
	}
}



/*fixed*/
.fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	padding: 20px 0;
	background: rgb(37,134,220);
	background: -moz-linear-gradient(top,  rgba(37,134,220,1) 0%, rgba(37,128,218,1) 43%, rgba(37,98,218,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(37,134,220,1) 0%,rgba(37,128,218,1) 43%,rgba(37,98,218,1) 100%);
	background: linear-gradient(to bottom,  rgba(37,134,220,1) 0%,rgba(37,128,218,1) 43%,rgba(37,98,218,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2586dc', endColorstr='#2562da',GradientType=0 );
}
.fixed a {
	pointer-events: none;
}
.fixed a span {
	display: block;
	width: 1200px;
	margin: 0 auto;
}
@media screen and (max-width: 1240px) {
	.fixed a span {
		width: 96%;
	}
}
@media screen and (max-width: 768px) {
	.fixed {
		padding: 3vw 0;
	}
	.fixed a {
		pointer-events: auto;
	}
	.fixed a span {
		width: 94%;
	}
}


.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:1em .6em;
	font-size:1.5rem;
	background:#FFF;
	border: solid 1px #f0f3f5;
	-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;
	border-radius: .4em;
}
.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;
	background:#FFF;
	border: solid 1px #999;
}
.form input[type="number"] {
	text-align:center;
}
.form textarea {
	/*width:400px;*/
	height:180px;
}
.form input.input01 {
	width:100%;
}
.form input.input02 {
	width:320px;
}
.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;*/
	display: block;
	/*margin:0 30px 0 0;*/
	margin-bottom: .3em;
}
.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;*/
	display: block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	padding-left: 30px;
}
input[type=checkbox] + span:before {
	position: absolute;
	top: -.2em;
	left: 0;
	/*font-family: "Font Awesome 5 Free";*/
	font-family: "FontAwesome";
	font-size: 2.0rem;
	/*content: "\f0c8";*/
	content: "\f096";
	display: inline-block;
	margin-right: 0.5em;
	font-weight: 400;
	color: #a4a2a2;
}
input[type=checkbox]:checked + span:before {
	/*content: "\f14a";*/
	content: "\f14a";
	font-size: 2.0rem;
	font-weight: 400;
	color: #2776c0;
}
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 {
	position: relative;
	top: .1em;
	font-family: "Font Awesome 5 Free";
	font-size: 2.0rem;
	content: "\f111";
	display: inline-block;
	margin-right: 0.5em;
	font-weight: 400;
	color: #a4a2a2;
}
input[type=radio]:checked + span:before {
	content: "\f192";
	font-size: 2.0rem;
	font-weight: 400;
	color: #2776c0;
}
:-moz-placeholder {
    color: #bdbec6;
    opacity: 1;
}
::-moz-placeholder {
    color: #bdbec6;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #bdbec6;
}
::-ms-input-placeholder {
    color: #bdbec6;
}
::-webkit-input-placeholder {
    color: #bdbec6;
}
::placeholder {
    color: #bdbec6;
}
.form .btn {
	font-size:0;
	text-align:center;
	padding-top: 60px;
}
.form .btn dl {
	display: inline-block;
	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:350px;
}
.form .btn dl dd {
	margin:0 0 0 50px;
}
.form .btn p {
	width:350px;
}
.form .btn input ,
.form .btn button {
	position:relative;
	background: rgb(37,134,220);
	background: -moz-linear-gradient(left,  rgba(37,134,220,1) 0%, rgba(37,128,218,1) 42%, rgba(37,98,218,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(37,134,220,1) 0%,rgba(37,128,218,1) 42%,rgba(37,98,218,1) 100%);
	background: linear-gradient(to right,  rgba(37,134,220,1) 0%,rgba(37,128,218,1) 42%,rgba(37,98,218,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2586dc', endColorstr='#2562da',GradientType=1 );
	border: none;
	display:block;
	cursor:pointer;
	color:#ffffff;
	padding:30px 0;
	text-decoration:none;
	width:100%;
	text-align:center;
	font-size:3.2rem;
	font-weight:500;
	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:#9cbbd6;
	border: none;
	color:#FFF;
}
.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;
}
.mw_wp_form.mw_wp_form_input span.error {
	font-size:1.5rem;
}
.mw_wp_form_confirm .btn dl:first-of-type {
	display:none;
}

@media screen and (max-width: 1000px) {
	.form .btn dl {
		display: block;
		width: 100%;
		font-size: 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:48%;
	}
	.form .btn dl dd {
		margin:0 0 0 1%;
	}

}

@media screen and (max-width: 768px) {
.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.input01 {
	width:100%;
}
.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 p {
	width:70vw;
}
.form .btn dl {
	display: block;
	width: 100%;
	font-size: 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:48%;
}
.form .btn dl dd {
	margin:0 0 0 1%;
}
.form .btn input ,
.form .btn button {
	padding:3vw 0;
	font-size:1.5rem;
}
.mw_wp_form.mw_wp_form_input span.error {
	font-size:1.5rem;
}
}



/*pagination*/
.pagination {
	padding-top: 50px;
}
.pagination .pagination-box {
	text-align:center;
	font-size:0;
}
.pagination .pagination-box a ,
.pagination .pagination-box span {
	position: relative;
	display:inline-block;
	font-size:1.6rem;
	font-weight: 700;
	width:32px;
	height:32px;
	line-height:1.8em;
	text-align:center;
	margin-right:10px;
	color:#1076cd;
	border: solid 1px #a7a8aa;
	text-decoration:none;
}
.pagination .pagination-box a:not(.inactive) em {
	display: inline-block;
	font-size:1.6rem;
}
.pagination .pagination-box a:last-child ,
.pagination .pagination-box span:last-child {
	margin-right:0;
}
.pagination .pagination-box span.current {
	background:#3391e2;
	border: solid 1px #3391e2;
	color:#FFF;
	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: 768px) {
.pagination {
	padding:10vw 0 0;
}
.pagination .pagination-box a ,
.pagination .pagination-box span {
	font-size:1.4rem;
	width:4.694vw;
	height:6.78vw;
	line-height:4.694vw;
	margin-right:1.304vw;
}
}




/*detail contents*/
.contents {
	font-size:1.5rem;
}
.contents img {
	width:auto;
	max-width:100%;
	height:auto;
}
.contents .thum_img {
	text-align:left;
	margin:0 auto;
	margin-bottom:50px;
}
.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 p:last-child {
  margin: 0;
  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: 20px 0 1.5em 40px;
  padding: 0;
}
.contents ul {
  list-style: disc;
}
.contents ol {
  list-style: decimal;
}
.contents li > ul,
.contents li > ol {
  margin-bottom: 20px;
  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 {
border-bottom: solid 3px #3391e2;
position: relative;
display:block !important;
margin:0 0 1.2em 0;
padding: 0 .2em .5em;
font-size: 2.2rem;
font-weight:700;
color:#000000;
}

.contents h1:after {
position: absolute;
left:0;
content: " ";
display: block;
border-bottom: solid 3px #083478;
bottom: -3px;
width: 20%;
}
.contents h2 {
position: relative;
margin:0 0 1.2em ;
padding: 0 0 0 1em;
font-size: 2.0rem;
font-weight:500;
border: none;
line-height: 1.7;
color:#000000;
}
.contents h2:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 6px;
	height: 100%;
	background: #3391e2;
	display: block;
	border-radius: 3px;
	content: '';
}
.contents h3 {
	position: relative;
	z-index: 2;
	margin:0 0 1.2em 0;
	padding:0;
	font-size: 1.8rem;
	font-weight:500;
	border: none;
	line-height: 1.7;
	color:#000;
	/*background:linear-gradient(transparent 50%, #f5e9fa 50%);*/
}
.contents h3 span {
	position: relative;
	font-weight:500;
	background:linear-gradient(transparent 50%, #e4eff8 50%);
}
.contents h4{ 
border: none;
border-bottom: solid 1px #728199;
margin:0 0 1.2em 0;
padding: 0 .2em .6em;
font-size: 1.6rem;
font-weight:500;
color:#000;
}
 
.contents h5{ 
border: none;
margin:0 0 1.2em 0;
padding: 0 .2em;
font-size: 1.5rem;
font-weight:500;
color:#000000;
}
 
.contents h6{ 
border: none;
margin:0 0 1.2em 0;
padding: 0 .2em .6em;
font-size: 1.4rem;
font-weight:500;
color:#000000;
border-bottom: dotted 1px #666666;
}


