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

/*#global_nav nav > ul {
	display: none;
}
h1 {
	padding-left: 10px;
	width: 180px;
}
#global_nav {
	height: 62px;
	position: static;
}
#global_nav h1 a {
	top: 12px;
}
#global_nav h1 a img {
	width: 200px;
}
.header_page_img {
	width: 100%;
	position: relative;
	top: -13px;
}
#header_page h1 {
	display: inline-block;
	width: 153px;
	top: -40px;
	padding: 5px 0 5px 10px;
}

#header_page {
	height: auto;
	margin-top: 16px;
}
.inner_content {
	width: auto;
}
#bread ol {
	text-align: left;
	background-color: #fff;
	padding-bottom: 30px;
	padding-top: 10px;
	padding-left: 10px;
	margin-top: -33px;
	font-size: 10px;
}
#contents {
	width: 100%;
	background-color: #fff;
}
#contents h2 {
	background-color: #fff;
	margin-top: -10px;
	font-size: 1.2em;
	padding-bottom: 10px;
	width: 100%;
}
#contents h2:after {
	width: 50%;
}
#header_page h1 span {
	font-size: 22px;
}
#contents h3 {
	width: auto;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 1.1em;
	background-color: #fff;
	position: relative;
	top: -40px;
	margin-bottom: -20px;
}
#contents p {
	padding-left: 10px;
	padding-right: 10px;
}
table {
	width: 95%;
	margin: 0 auto;
}
table tbody th,
table tbody td {
	display: block;
	width: 100%;
	padding: 0;
}
table tbody td {
	padding-top: 10px;
	border: none;
	padding-bottom: 30px;
}
#contents table td select.date {
	width: 100%;
}
#contents table td select,
#contents table td input[type="text"],
#contents table td textarea {
	width: 98%;
}
#contents table td input.short_form {
	width: 60%;
}
#contents table td input.post,
#contents table td input.tel,
#contents table td input.fax {
	width: 60%;
}
#contents table td input[type="submit"],
#contents table td input[type="reset"]{
	display: block;
	width: 100%;
	padding: 15px 0;
	margin-bottom: 20px;
	height: 45px;
}
.dynamic_menu_bottom p {
	text-align: center;
	position: relative;
	top: -10px;
}
.dynamic_menu_bottom p span {
	display: block;
	font-size: 22px;
	padding-bottom: 10px;
}
.dynamic_menu_bottom ul {
	margin-top: -30px;
}
.dynamic_menu_bottom li {
	width: 98%;
	margin: 0px 5px 10px;
}
.dynamic_menu_bottom li a {
	padding: 10px 0 10px 10px;
	/*background-image: url(https://shutto.s3.amazonaws.com/uploads/625da8603eee942630b0/red_arrow.svg);*/
	/*background-repeat: no-repeat;
	background-size: 5%;
	background-position: right 10px top 16px;
}

#sub_nav inner_content nav {
	display: block;
}
.sub_nav li {
	width: 95%;
	margin: 0 auto;
	margin-bottom: 10px;
}
.sub_nav li:first-child {
	margin-top: 10px;
}
footer {
	display: flex;
	flex-flow: row wrap;
}
#footer_top_wrapper {
	display: none;
	order: 1;
}
#footer_banners_wrapper {
	order: 2;
	padding: 0 0 0 0;
}
#footer_middle_wrapper {
	width: 100%;
	order: 3;
	margin: 0;
}
#footer_bottom_wrapper {
	width: 100%;
	order: 4;
}

#footer_bottom_wrapper .flex_base {
	display: block;
}

#footer_banners_wrapper .flex_base {
	width: 95%;
	margin: 0 auto;
	margin-bottom: 10px;
}
#footer_banners_wrapper .flex_base li {
	width: 49%;
}
#footer_banners_wrapper .flex_base li img {
	width: 100%;
}
#footer_banners_wrapper img {
	width: 100%;
}
#footer_middle_wrapper ul {
	width: 100%;
}
#footer_middle_wrapper li {
	width: 100%;
	margin: 0 auto;
	display: block;
	padding: 20px 0;
	border-top: 1px solid #E5E0E0;
	text-align: left;
	font-weight: normal;
}
#footer_middle_wrapper li a {
	display: block;
	background-image: url(../images/black_arrow.png);
	background-repeat: no-repeat;
	background-position: top -3px right 10px;
	background-size: 20px;
	height: 22px;
}
#footer_middle_wrapper li:last-child {
	border-top: 1px solid #E5E0E0;
	border-bottom: 1px solid #E5E0E0;
}
#footer_bottom_wrapper dl {
	margin: 0 auto;
}
#footer_bottom_wrapper dl dt {
	float: none;
	text-align: center;
	padding-bottom: 10px;
}
#footer_bottom_wrapper dl dd {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 0.9rem;
}
#footer_bottom_wrapper dl dd address {
	width: 90%;
	margin: 0 auto;
}
#footer_bottom_wrapper a {
	border-radius: 10px;
	margin: 0 auto;
	margin-top: 10px;
	display: block;
	width: 60%;
	text-align: center;
}
#copy {
	width: 100%;
}*/


@media print, screen and (max-width: 767px){
	
	html {
		width: 100%;
		height: auto;
	}
	body {
		min-width: 100%;
		width: 100%;
		height: auto;
		font-size: small;
	}
	
	/*========= header =========*/

	.global_nav_sp {
		width: 100%;
		height: 65px;
		display: block;
		position: fixed;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		background:#ba2a2a;
		z-index: 9999;
	}
	.global_nav_sp .logo_sp {
		display: inline-block;
		position: relative;
	    z-index: 3;
	}
	.global_nav_sp .logo_sp img {
		width: 220px;
		margin: 15px 0 5px 12px;
	}
	.global_nav_sp.smaller {
		height: 70px;
	}
	.global_nav_sp .menu_sp {
		display: none;
    	position: fixed;
    	top: 0;
    	right: 0;
    	width: 100%;
    	z-index: 1;
    	overflow: auto;
    	-webkit-overflow-scrolling: touch;
    	overflow-scrolling: touch;
    	background: rgba(255,255,255,0.5);
	}
	.menu_sp ul {
	    border-bottom: 0px solid rgba(188,197,192,0.5);
	}
	.menu_sp > ul {
	    padding-top: 65px;
	}
	.menu_sp ul li {
	    background: rgba(255,255,255,0.9);
	}
	.menu_sp ul li.contact {
		background: #335183;
	}
	.menu_sp ul li a:after {
	    position: absolute;
	    right: 20px;
	    top: 50%;
	    content: '';
	    display: block;
	    width: 8px;
	    height: 8px;
	    border-top: solid 2px #ba2a2a;
	    border-right: solid 2px #ba2a2a;
	    transform: translateY(-50%) rotate(45deg);
	    z-index: 2;
	}
	.global_nav_sp .menu_sp {
		background: rgba(255,255,255,0.5);
	}
	.global_nav_sp .menu_sp ul li a {
		display: block;
		position: relative;
		color: #000;
		font-size: 1em;
		font-weight: 500;
		line-height: 1.3;
		text-decoration: none;
		border-bottom:dotted 1px #ba2a2a;
		padding: 14px 40px 14px 20px;
		box-sizing: border-box;
	}
	.global_nav_sp .menu_sp ul li.contact a {
		color: #fff;
	}
	.menu_sp ul li.contact a:after {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
	}
	
		/*==== menu.js ====*/
	.toggle {
		position: absolute;
		top: 5px;
		right: 5px;
		width: 50px;
		height: 60px;
		transition: all .7s ease;
		cursor: pointer;
		z-index: 2;
	}
	.bar {
		position: relative;
		top: 15px;
		right:0;
		display: block;
		height: 2px;
		width: 33px;
		background: #fff;
		margin: 6px auto;
		transition: all .7s ease;
		z-index: 2;
	}
	.smaller .bar{
		background: #335183;
	}
	.middle {
		margin: 0 auto;
	}
	.toggle.on .top {
		-webkit-transform: translateY(8px) rotateZ(45deg);
		transform: translateY(8px) rotateZ(45deg);
	}
	.toggle.on .bottom {
		-webkit-transform: translateY(-8px) rotateZ(-45deg);
		transform: translateY(-8px) rotateZ(-45deg);
	}
	.toggle.on .middle {
		width: 0;
	}
}