@charset "UTF-8";
/* CSS Document */

body {
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}


html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td,
form, fieldset {
	color: #8e8e8e;
	font-weight: 100;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	font-size:14px;
	/*transform: rotate(.03deg);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;*/
}


body{
	font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese";
	font-weight: 700;
	*font-size:small;
	*font:x-small;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	background: #fff;
}
/*IE7*/
*+html body  {
font-size:13px;
}
select,input,button,textarea{
	font: 99% "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese";
}

img{
	border: none;
	max-width: 100%;
}

table{
	font-size: inherit;
	font: 100%;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

label{
	cursor: pointer;
}

input,
select,
textarea{
	padding: 5px;
}

ol,ul,li{
	list-style: none;
}


a,
input{
	outline: none;
}

/*	Basic Text Link	*/
a {
	color: #cb4f4f;
	text-decoration: none;
	transition-property: all;
	transition: 0.2s linear;
}

/*a:link {
	color: #141414;	text-decoration: none;
}
a:visited {
	color: #141414;	text-decoration: none;
}
a:hover {
	color: #141414;	text-decoration: none;
}
a:focus {
	color: #141414;	text-decoration: none;
}
a:active {
	color: #141414;	text-decoration: none;
}*/

em {
	color:#4c4c4c;
	font-style:normal;
}




/* inquiry */
.inquiry .step{
	list-style-type: none;
	display:flex;
	width:100%;
	padding:0;
	margin:0 0 5%;
	overflow:hidden;
}
.inquiry .step li{
	flex: 1;
	text-align: center;
	position:relative;
	background: #999;
	padding: 1em 0.5em 1em 1em;
	color: #fff;
	font-size: 10px;
	margin-bottom: 0;
	list-style: none;
	letter-spacing: normal;
}
.inquiry .step li:last-child{
  padding-right: 1em;
}
.inquiry .step li:last-child:before,
.inquiry .step li:last-child:after{
  display:none;
}
.inquiry .step li:before,
.inquiry .step li:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.inquiry .step li:before{
  top:-15px;
  right:-1em;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 35px 0 35px 1em;
  z-index: 10;
}
.inquiry .step li:after{
  top:-15px;
  right:-.8em;
  border-style: solid;
  border-color: transparent transparent transparent #999;
  border-width: 35px 0 35px 1em;
  z-index: 10;
}
.inquiry .step li.is-current{
  background :#1c8335;
  font-weight: bold;
}
.inquiry .step li.is-current:after{
  border-color: transparent transparent transparent #1c8335;
}
@media screen and ( min-width:768px ) {
	.inquiry .step li {
		font-size: 14px;
	}
	.inquiry .step li:before,
	.inquiry .step li:after {
		border-width: 40px 0 40px 1em;
	}
}


.inquiry .formarea {
	max-width: 800px;
	margin: 0 auto;
}

.inquiry form dl {
	display: flex;
	border-bottom: 1px dotted #ccc;
	padding: 2.5% 2%;
}
.inquiry form dl dt,
.inquiry form dl dd {
	letter-spacing: normal;
}
.inquiry form dl dt {
	width: 30%;
	position: relative;
}
.inquiry form dl dt sup {
	display: block;
	background: #e68924;
	color: #fff;
	font-size: 11px;
	padding: 1px 5px;
	position: absolute;
	right: 5%;
	top: 0;
}
.inquiry form dl dd {
	width: 70%;
}
.inquiry form dl dd input[type="text"],
.inquiry form dl dd input[type="email"],
.inquiry form dl dd input[type="tel"],
.inquiry form dl dd textarea {
	width: 95%;
	border: 1px solid #ccc;
	color: #4c4c4c;
}
.inquiry form dl dd input[type="text"]#zip {
	width: 30%;
}

.inquiry form dl dd input:focus,
.inquiry form dl dd textarea:focus {
	/*background: #F9FFEF*/;
	background: #FFF4F4;
	outline: none;
}

.inquiry form dl dd select ,
.inquiry form dl dd select option {
	padding: 10px;
}
::-webkit-input-placeholder {
  color: #ccc;
}
::-moz-placeholder {
  color: #ccc; opacity: 1;
}
:-ms-input-placeholder {
  color: #ccc;
}
.submit_area {
	text-align: center;
	margin: 5% 0;
}
.submit_area p {
	margin: 3% 0;
	font-size: 13px;
}
.submit_area button {
	padding: 14px 50px;
	border-radius: 0;
	background: #666;
	box-shadow: none;
	border: none;
	outline: none;
	color: #fff;
	text-align: center;
	cursor: pointer;
	transition-property: all;
	transition: 0.1s linear;
}
.submit_area button:hover {
	background: #888;
}
.submit_area input[type="reset"] {
	margin: 5% auto;
	background: #fff;
	padding: 5px 20px;
	border: 1px solid #ccc;
	color: #666;
	border-radius: 0;
	display: block;
}
.submit_area input[type="reset"]:hover {
	background: #eee;
}

.inquiry p a {
	color: #0d6fb8;
	text-decoration: underline;
}

.inquiry .note {
	font-size: 12px;
}
.inquiry .note span {
	background: #f44899;
	color: #fff;
	font-size: 11px;
	padding: 3px 5px;
	margin-right: 2px;
}

.inquiry form dl dd input#gradYear,
.inquiry form dl dd input#gradSchoolSubOther,
.inquiry form dl dd input#teacher {
	width: 30%;
	margin: 0 5px;
}
.inquiry form dl dd input#certificate1,
.inquiry form dl dd input#certificate2,
.inquiry form dl dd input#certificate3,
.inquiry form dl dd input#certificate4,
.inquiry form dl dd input#certificate5 {
	width: 10%;
	margin: 0 5px;
}

.inquiry .thanks {
	text-align: center;
	padding: 5% 0 15%;
}
.inquiry .thanks p {
	letter-spacing: normal;
	margin: 0 0 2%;
}
.inquiry .thanks .main_p {
	font-size: 24px;
	color: #ff9000;
	text-decoration: underline;
	margin: 0 0 5%;
}
.inquiry .thanks a {
	margin: 10% 0 0;
	text-decoration: underline;
	font-size: 14px;
	position: relative;
	display: inline-block;
}
.inquiry .thanks a:before {
	content: '';
	position: absolute;
	left: -12px;
	top: 3px;
	border-left: 6px solid #ff9000;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}

.inquiry #address_type {
	margin: 0 0 3%;
}


footer {
	clear: both;
	padding: 5% 0;
}
footer .foot_about {
	overflow: hidden;
	margin-bottom: 2em;
}
footer p {
	font-size: 12px;
	color: #8e8e8e;
}
footer a {
	font-size: 12px;
	text-decoration: underline;
}
footer p.copyright {
	font-size: 10px;
}



.main_navi a {
	color: inherit;
}
.main_navi .gnav,
.main_navi .works_nav {
	clear: both;
	overflow: hidden;
}
.main_navi .gnav {
	margin-bottom: 15px;
}
.gnav li:before {
	content: '■';
	margin-right: 5px;
	text-decoration: none;
	transition-property: all;
	transition: 0.2s linear;
}
.main_navi .gnav li:hover:before {
	color: #cb4f4f;
}
.main_navi li {
	float: left;
	width: auto;
	margin-right: 30px;
}
.main_navi li:last-child {
	margin-right: 0;
}
.main_navi .works_nav li {
	font-size: 12px;
	margin-bottom: 5px;
}
.navi li.current,
.navi a:hover {
	color: #cb4f4f;
}



.lower {
	clear: both;
	margin: 3% auto 0;
}

.lower.index ul {
	/*display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));*/
}
.lower.index ul li {
	box-sizing: border-box;
	float: left;
	width: 17%;
	margin: 1.2%;
}
.lower.index ul li img {
	width: 100%;
	height: 170px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	vertical-align: bottom;
}

@media screen and ( max-width:1200px ) {
	.lower.index ul li img {
		height: 150px;
	}
}
@media screen and ( max-width:1000px ) {
	.lower.index ul li img {
		height: 100px;
	}
}
@media screen and ( max-width:960px ) {
	.lower.index ul li {
		width: 22%;
	}
}
@media screen and ( max-width:680px ) {
	.lower.index ul li {
		width: 30.5%;
	}
}


.lower header {
	margin-bottom: 5%;
}
.lower h1 {
	font-size: 18px;
	margin-bottom: 3%;
}
.lower h1 span {
	margin-left: 15px;
	font-size: 14px;
}

.lower h2 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
}
.lower header p {
	font-size: 12px;
}
.lower header a.link {
	position: relative;
	display: inline-block;
	padding: 10px;
}
.lower header a.link:before {
	content: '';
	position: absolute;
	left: 105%;
	top: 28px;
	width: 15px;
	height: 15px;
	border: 4px solid;
	border-color: #000 #000 transparent transparent;
	transform: rotate(45deg);
}
.lower header a.link:hover {
	background: #eee;
}
.lower header a.link img {
	width: 300px;
}

.cat_list {
	clear: both;
	padding: 20% 0 0;
	overflow: hidden;
}
.cat_list li {
	box-sizing: border-box;
	float: left;
	width: 12%;
	margin: 1%;
}
.cat_list li img {
	width: 100%;
	height: 100px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	vertical-align: bottom;
}
@media screen and ( max-width:960px ) {
	.cat_list li {
		width: 100px;
	}
}


.about h1 {
	margin-bottom: 5%;
}
.about section {
	margin-bottom: 8%;
}
.about section:last-of-type {
	margin-bottom: 0;
}
.about dl {
	display: flex;
	margin-bottom: 5px;
}
.about dt {
	width: 8%;
	margin-right: 2%;
}
.about dd {
	width: 90%;
}
.about dt,.about dd,.about li,.about p {
	font-size: 12px;
}

.about .image.map {
	margin: 20px 0;
	max-width: 350px;
	padding: 5px;
}

.about p a,
.access p a {
	text-decoration: underline;
}
.access p.google_map {
	margin-bottom: 3%;
}



.room {
	position: relative;
	width: 90%;
	max-width: 1300px;
	margin: auto;
	position: relative;
}
.room img.bg {
	width: 100%;
}
.room .h_fade {
	position: absolute;
}
.room .h_fade img {
	width: 100%;
	cursor: pointer;
}
.room img.item {
	position: absolute;
}
.room img.desk {
	width: 55%;
	top: 55%;
	left: 25%;
}
.room img.chair_01 {
	width: 15%;
	top: 66%;
	left: 50%;
}
.room img.chair_02 {
	width: 14%;
	top: 59%;
	left: 66%;
}
.room .h_fade.member_to {
	width: 9%;
	top: 37%;
	left: 15%;
}
.room .h_fade.member_tk {
	width: 15%;
	top: 38%;
	left: 24%;
}
.room .h_fade.member_dn {
	width: 16%;
	top: 40%;
	left: 37%;
}
.room .h_fade.member_hu {
	width: 11%;
	top: 40%;
	left: 51%;
}
.room .h_fade.member_gk {
	width: 15%;
	top: 41%;
	left: 60%;
}
.room .h_fade.member_co {
	width: 10%;
	top: 38.8%;
	left: 73%;
}

.room img.member_dn_hand {
	width: 8.6%;
	top: 56.3%;
	left: 44.2%;
}
.room img.member_hu_hand {
	width: 5.2%;
	top: 49.7%;
	left: 56.57%;
}


.room .cont {
	position: absolute;
	background-color: #fff;
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #000;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	display: flex;
	width: 80%;
	max-width: 500px;
	box-sizing: border-box;
	opacity: 0;
	display: none;
	z-index: 0;
	/* transform: translateX(-50px) translateY(50px); */
}
.room .cont.view {
	opacity: 0;
	display: flex;
	z-index: 2;
	animation: fadein .5s linear .1s forwards;
}
.room .cont.view:hover {
	opacity: 1;
}
@keyframes fadein {
	0% {
		opacity: 0;
		transform: translateX(-50px) translateY(50px);
	}
	100% {
		opacity: 1;
		transform: translateX(0) translateY(0);
	}
}

.room .cont.member_to {
	top: 28%;
	left: 30%;
}
.room .cont.member_tk {
	top: 28%;
	left: 40%;
}
.room .cont.member_dn {
	top: 28%;
	left: 50%;
}
.room .cont.member_hu {
	top: 28%;
	left: 10%;
}
.room .cont.member_gk {
	top: 50%;
	left: 15%;
}
.room .cont.member_co {
	top: 28%;
	left: 27%;
}

.room .cont .image,
.slide_cont .cont .image {
	width: 40%;
	margin-right: 15px;
	height: 100%;
}
.room .cont .image img {
	height: 100%;
	vertical-align: middle;
	object-fit: cover;
}
.room .cont .text,
.slide_cont .cont .text {
	width: 60%;
}
.room .cont .text p,
.slide_cont .cont .text p {
	color: #000;
}
.room .cont .text .name,
.slide_cont .cont .text .name {
	font-size: 16px;
	padding-bottom: 10px;
	border-bottom: 2px solid #000;
	margin-bottom: 10px;
}
.room .cont .text .name span,
.slide_cont .cont .text .name span {
	font-size: 12px;
	margin-left: 10px;
}
.room .cont .text .profile,
.slide_cont .cont .text .profile {
	font-size: 14px;
}

.slide_cont {
	width: 96%;
	margin: 3% auto;
	max-width: 600px;
	display: none;
}
.slide_cont .cont {
	display: flex;
	padding: 20px;
}
.slide_cont .cont .image img {
	width: 100%;
}
@media screen and ( max-width:896px ) {
	.slide_cont {
		display: block;
	}
	.room .h_fade img {
		cursor: auto;
	}
}
@media screen and ( max-width:480px ) {
	.room {
		display: none;
	}
	.slide_cont {
		background: url('/images/about/main_visual.svg') no-repeat center top / 160%;
		padding-top: 50vh;
	}
	.slide_cont .cont {
		flex-direction: column;
	}
	.slide_cont .cont .image,
	.slide_cont .cont .text {
		margin-right: auto;
		margin-left: auto;
	}
	.slide_cont .cont .image {
		width: 60%;
		margin-bottom: 20px;
	}
	.slide_cont .cont .text {
		width: 90%;
	}
	.slide_cont .cont .image img {
		height: 250px;
		object-fit: cover;
		object-position: center 20%;
	}
}

.slick-arrow {
	content: '';
	width: 30px;
	height: 100px;
	position: absolute;
	top: 20%;
	margin: auto;
	z-index: 1;
	cursor: pointer;
	transition: 0.2s;
}
.slick-arrow.prev {
	left: 10px;
}
.slick-arrow.next {
	right: 10px;
}
.slick-arrow:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.slick-arrow.prev:before {
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px solid;
	border-color: transparent transparent #000 #000;
	transform: rotate(45deg);
}
.slick-arrow.next:before {
	right: 0;
	width: 20px;
	height: 20px;
	border: 1px solid;
	border-color: #000 #000 transparent transparent;
	transform: rotate(45deg);
}
.slick-slide:focus {
	outline: none;
}
.slick-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 0 30px;
}
.slick-dots li button {
	display: none;
}
.slick-dots li {
	content: '';
	width: 12px;
	height: 12px;
	background-color: #ccc;
	border-radius: 50%;
	margin: 0 10px;
}
.slick-dots li.slick-active {
	background-color: #666;
}



.breadcrumb {
	max-width: 1100px;
	width: 90%;
	margin: 15px auto 30px;;
	overflow: hidden;
}
.breadcrumb li,
.breadcrumb span,
.breadcrumb a {
	font-size: 12px;
	color: #888;
}
.breadcrumb li {
	float: left;
}
.breadcrumb li:after {
	content: '>';
	padding: 0 3px;
}
.breadcrumb li:last-child:after {
	content: '';
	padding: 0;
}



/* TOPへボタン */
#page-top{
	display: block;
	position: fixed;
	z-index: 9999;
	bottom: 5%;
	right: 3%;
	background: rgba(154, 162, 185,.5);

	height: 30px;
	width: 50px;

	text-align: center;
	text-decoration: none;
	overflow: hidden;
	padding-top: 8px;
	padding-bottom: 12px;
	font-size: 150%;
}
#page-top:hover{
	background: rgba(154, 162, 185,1);
}

#page-top:after {
	content: '';
	position: absolute;
	top: 40%;
	right: 26%;
	width: 20px;
	height: 20px;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}



/* common */
.note {
	font-size: 12px;
}
.note:before {
	content: '※';
}
.inline {
	display: flex;
}
.object-fit-img {
  object-fit: cover;
  font-family: 'object-fit: cover;'
}

.inner,
header,
main,
footer {
	width: 80%;
	margin: 0 auto;
}
main header {
	width: 100%;
}
.site_title {
	position: fixed;
	top: 30px;
}
.site_title img {
	max-width: 360px;
}

header nav,
.contents.home {
	padding-top: 140px;
}
main {
	padding-bottom: 5%;
	overflow: hidden;
    display: block;
}


/* home */
.contents.home {
	background: url("/images/top_anime.gif") no-repeat top right / 60%;
}
.contents.home .read {
	max-width: 600px;
	margin-bottom: 10%;
}
.contents.home .read .spot {
	color: #C90003;
	font-size:10px
}
.contents.home p.text {
	font-size:8px;
	color: #8e8e8e;
}

.contents.home nav {
	margin-bottom: 15%;
}
.contents.home nav li {
	margin: 15px 0;
}
.contents.home nav img {
	max-height: 23px;
}

.info dl {
	display: flex;
	margin-bottom: 10px;
}
.info dt,
.info dd {
	font-size: 11px;
	background: #eee;
	padding: 3px 8px;
}
.info dt {
	padding-right: .5em;
}





@media screen and ( max-width:960px ) {
	.inner, header, main, footer {
		width: 90%;
	}


}



/* sp main-size */
@media screen and ( max-width:680px ) {

	.pcnone {
		display: inherit;
	}
	.spnone {
		display: none;
	}

	.contents.home {
		margin-top: 0;
	}



	footer .inner {
		flex-direction: column;
	}
	footer p.copyright {
		padding: 10% 0 0;
	}


	.inquiry form dl {
		flex-direction: column;
	}
	.inquiry form dl dt,
	.inquiry form dl dd {
		width: 100%;
	}
	.inquiry form dl dt {
		color: #777;
		font-size: 12px;
		margin-bottom: 5px;
	}
	.inquiry form dl dt sup {
		position: inherit;
		margin-left: 5px;
		display: inline-block;
		vertical-align: initial;
		right: auto;
	}
	.inquiry form dl dd input[type="text"]#zip {
		width: 95%;
	}

	.submit_area {
		margin: 10% 0;
	}
	.inquiry .thanks p {
		text-align: left;
	}
	.inquiry .thanks .main_p {
		text-align: center;
	}




	.scroll{
		overflow: auto;
		white-space: nowrap;
	}
	.scroll::-webkit-scrollbar{
		 height: 5px;
	}
	.scroll::-webkit-scrollbar-track{
		 background: #F1F1F1;
	}
	.scroll::-webkit-scrollbar-thumb {
		 background: #BCBCBC;
	}


	header .main_navi {
		display: none;
	}
	.site_title {
		top: 10px;
	}
	.site_title img {
		max-width: 130px;
	}

	header nav, .contents.home {
		padding-top: 60px;
	}
	.contents.home {
		background-position: 100% 40%;
		background-size: 65%;
	}
	.contents.home nav {
		margin-bottom: 35%;
	}
	.contents.home nav img {
		height: 15px;
	}
	.lower h1 {
		font-size: 14px;
	}
	.about .cont_wrap {
		display: block;
	}
	.about .cont_wrap .image {
		float: right;
	}
	.about .cont_wrap .text {
		width: 100%;
	}
	.about dl {
		flex-direction: column;
	}
	.about dt,
	.about dd {
		width: 100%;
	}
	.about dt {
		font-size: 10px;
	}

}


@media screen and ( max-width:480px ) {

	html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset {
		font-size: 14px;
	}

}



/* サイドオープン時にメインコンテンツを覆う部分 */
.overlay {
  content: '';
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 3;
}
.overlay::after {
  visibility: hidden;
  position: fixed;
  top: 40%;
  left: 0;
  display: block;
  width: 100%;
  height: 50px;
  color: rgba(255,255,255,0);
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.side-open .overlay {
  visibility: visible;
  cursor: pointer;
  background: rgba(0,0,0,.7);
}
.side-open .overlay::after {
  visibility: visible;
  color: rgba(255,255,255,.8);
}

/* サイドメニュー */
.side-menu {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	width: 85%;
	height: 100%;
	padding: 3%;
	text-align: left;
	font-size: 13px;
	z-index: 4;
	background: #fff;
	padding-top: 50px;
}
.side-open .side-menu {
	display: inherit;
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}
.side-open .home .main_logo {
	display: none;
}

.side-menu li {
	padding: 10px 0;
}
.side-menu li a {
	color: inherit;
	text-decoration: none;
}


.side-menu .works_nav {
	padding: 20px 0;
}
.side-menu .works_nav li {
	border-bottom: none;
	float: left;
	width: auto;
	padding: 10px 20px;
}


/* 開閉用ボタン */
.side-menu-btn {
	display: none;
	position: fixed;
	top: 18px;
	right: 15px;
	width: 28px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	z-index: 4;
}
@media screen and ( max-width:680px ) {
	.side-menu-btn {
		display: inherit;
	}
}
 /*ボタンのスタイル */
.side-menu-btn,
.side-menu-btn span {
	transition: all .4s;
	box-sizing: border-box;
}
.side-menu-btn span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #000;
	border-radius: 4px;
}
.side-menu-btn span:nth-of-type(1) {
	top: 0;
}
.side-menu-btn span:nth-of-type(2) {
	top: 9px;
}
.side-menu-btn span:nth-of-type(3) {
	bottom: 0;
}

.side-open .side-menu-btn span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
.side-open .side-menu-btn span:nth-of-type(2) {
  opacity: 0;
}
.side-open .side-menu-btn span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}


/* メインコンテンツ */
.wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 2;
}

/* サイドメニューオープン */
.side-open .wrapper,
.side-open .overlay {
  -webkit-transform: translate3d(-91%, 0, 0);
  transform: translate3d(-91%, 0, 0);
}


.side-menu li.menu-item a {
	color: #133c86;
	font-weight: bold;
}
.side-menu .sub-menu {
	padding-left: 5%;
}
.side-menu .sub-menu li {
	border-bottom: none;
	position: relative;
	padding: 1% 0;
}
.side-menu .sub-menu li:before {
	position: absolute;
	top: 35%;
	left: -10px;
	content: ' ';
	display: block;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-left: 5px solid #133c86;
	border-bottom: 4px solid transparent;
}
.side-menu .sub-menu li a {
	font-size: 14px;
	color: #333;
	font-weight: normal;
}



/* 印刷時の余白幅指定 */
@page {
	margin: 12.7mm 9.7mm;
}
/* IE6で印刷時の倍率を指定 */
@media print {
	body {
        overflow: visible !important;
	  _zoom: 0.75;
		width: 1020px;
		margin: 0 auto;
	}
	.col_box {
		overflow: visible !important;
	}
}
