/*--- reset css ---*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
}


/*--- base css ---*/


body {
	font-size: 14px;
	font-family: 'Pontano Sans', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #3b3932;
	line-height: 1.6;
}

input,
textarea,
select,
button {
	font-family: 'Pontano Sans', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #3b3932;
}

a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a:link {
	color: #f4a223;
	text-decoration: none;
}

a:visited {
	color: #f4a223;
	text-decoration: underline;
}

a:hover {
	color: #f4a223;
	text-decoration: underline;
}

a:active {
	color: #f4a223;
}

a img,
button,
input[type=button],
input[type=submit],
input[type=reset],
a div {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a img:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover,
a div:hover,
a section:hover {
	opacity: 0.9;
}


/*--- clearfix css ---*/
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.clear {
	clear: both;
}




/*--- switch css
.sp-img {
    visibility: hidden;
	} ---*/



/*--- forom css ---*/
input,
textarea,
dropdown {
	border: 1px solid #86898e;
	padding: 5px;
	color: #999;
	background: #fff;
	border-radius: 5px;

	/* Webkit */
	background: -webkit-gradient(linear,
			left top,
			left bottom,
			from(#eee),
			to(#fff));
	-webkit-border-radius: 5px;

	/* Firefox */
	background: -moz-linear-gradient(top,
			#eee,
			#fff);
	-moz-border-radius: 5px;

	/* IE */
	filter: progid:DXImageTransform.Microsoft.gradient (startColorstr=#ffeeeeee, endColorstr=#ffffffff);
	zoom: 1;
}




/*--- =========common========= ---*/
body {
	background: url(../img/common/bg_1.jpg) repeat scroll;
}

img {
	max-width: 100%;
	height: auto;
}

img#IE8hack {
	width
	/***/
	: auto;
}

.txt-small {
	font-size: 85%;
}

.txt-strong {
	color: #31ba6a;
	font-weight: bold;
}

.bg-grey {
	background: url(../img/common/bg_2.jpg) repeat scroll;
}


/*--- layout ---*/

header#top {
	background: #fff;
	height: 260px;
	text-align: center;
}

header#top h1 {
	padding-top: 40px;
}

#contents-wrapper {
	background: url(../img/common/bg_con-top.jpg) top repeat-x scroll;
}

#contents-wrapper .contents-inner {
	margin: 0 100px;
	padding: 0;
}



#contents-wrapper .contents-inner .contents {
	max-width: 1160px;
	/* /////////////横幅の基本値///////////// */
	width: 90%;
	margin: 0 auto;
	padding: 0;
}


#contents-wrapper .contents-inner h1.ttl-contents {
	text-align: center;
	padding-top: 70px;
}


@media (max-width: 760px) {
	header#top {
		height: 150px;
	}

	/* ヘッダーロゴ */
	header#top h1 {
		padding-top: 20px;
	}

	header#top h1 img {
		width: 100px;
	}



	#contents-wrapper .contents-inner {
		/* モバイルの横幅 */
		margin: 0 20px;
		padding: 0;
	}

	#contents-wrapper .contents-inner .contents {
		width: 95%;
	}
}

/*--- /layout ---*/









/*--- =========navigation========= ---*/
@media screen and (min-width: 760px) {
	nav#nav-left {
		width: 65px;
		background: #31ba6a;
		position: fixed;
		left: 0;
		min-height: 100%;
		/* 最小の高さ */
	}

	nav#nav-left li {
		margin: 0;
		padding: 0;
	}

	nav#nav-right {
		width: 65px;
		background: #f4a223;
		position: fixed;
		right: 0;
		min-height: 100%;
		/* 最小の高さ */
	}

	nav#nav-mobile ul#slicknav {
		display: none;
	}

	nav#nav-left li img,
	nav#nav-right li img {
		vertical-align: bottom;
	}
}

@media(max-width: 760px) {

	nav#nav-left,
	nav#nav-right {
		display: none;
	}

}


.slicknav_menu {
	display: none;
}

@media screen and (max-width: 760px) {
	#slicknav {
		display: none;
	}

	.slicknav_menu {
		display: block;
	}
}







/*--- =========footer========= ---*/
footer nav#nav-ftr a,
footer nav#nav-ftr a:visited {
	color: #3b3932;
	text-decoration: none;
}

footer nav#nav-ftr a:hover {
	color: #3b3932;
	text-decoration: underline;
}

footer nav#nav-ftr {
	background: #fff;
}

footer nav#nav-ftr ul {
	max-width: 1000px;
	/* /////////////横幅の基本値///////////// */
	width: 80%;
	margin: 0 auto;
	padding: 0;
	padding-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
}

footer nav#nav-ftr dl {
	padding-top: 50px;
	padding-right: 40px;
	letter-spacing: 0.1em;
}

footer nav#nav-ftr dt {
	font-weight: bold;
	margin-bottom: 20px;
	background: url(../img/common/ftr-icon1.gif) 0em 0.5em no-repeat scroll;
	padding-left: 1.4em;
}

footer nav#nav-ftr dt.icon2 {
	background: url(../img/common/ftr-icon2.gif) 0em 0.5em no-repeat scroll;
}

footer nav#nav-ftr dt.icon3 {
	background: url(../img/common/ftr-icon3_mynavi.gif) 0em 0.5em no-repeat scroll;
}

footer nav#nav-ftr dt.icon4 {
	background: url(../img/common/ftr-icon4.gif) 0em 0.5em no-repeat scroll;
}

footer nav#nav-ftr dt.icon_no {
	background: url() 0em 0.5em no-repeat scroll;
	padding-left: 0;
}

footer nav#nav-ftr dt.icon3 img {
	padding-left: 0.3em;
}

footer nav#nav-ftr dt.link-alpharm {
	font-size: 11px;
	font-weight: nomarl;
	margin-top: 20px;
	padding-left: 1.9em;
}

footer nav#nav-ftr dt.link-mynavi img {
	max-width: 170px;
	width: 100%;
	border: 1px solid #e3e5e7;
}

footer nav#nav-ftr dd {
	font-size: 12px;
	margin-bottom: 10px;
	margin-left: 20px;
}

#backToTop {
	text-align: center;
	padding-bottom: 30px;
}

.copyright {
	text-align: center;
	font-size: 80%;
	padding-bottom: 35px;
}

.footer-logo {
	text-align: center;
	border-top: 1px dotted #e3e5e7;
	padding-top: 40px;
	padding-bottom: 10px;
}

@media(max-width: 760px) {

	footer nav#nav-ftr ul {
		width: 90%;
		display: block;
	}

	footer nav#nav-ftr dl {
		padding-right: 0;
		border-bottom: 1px solid #e3e5e7;
		padding-top: 20px;
	}

	.copyright {
		border-top: none;
		padding-top: 0px;
	}


}