@charset "utf-8";

/*=====================================

base.css

=====================================*/


/*-------------------------------------
 reset
-------------------------------------*/
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%;
	font: inherit;
	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;
}
img {
	max-width: 100%;
	line-height: 0;
	vertical-align: bottom;
}
iframe {
	vertical-align: bottom;
	border: 0;
}


/*-------------------------------------
 setting
-------------------------------------*/
body {
	position: relative;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
	font-size: 18px;
	line-height: 1.6;
	background: #fff;
	-webkit-text-size-adjust: 100%;
}
a {
	color: #333;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}

strong {
	font-weight: bold;
}
em {
	font-style: normal;
}


/*-------------------------------------
 layout
-------------------------------------*/
.inner {
	max-width: 946px;
	margin: 0 auto;
}
.inner:after {
	display: block;
	clear: both;
	content: "";
}

/*-------------------------------------
 header
-------------------------------------*/
#header .inner {
	padding: 18px 0 20px 0;
}
.headerLogo {
	float: right;
}


/*-------------------------------------
 contents
-------------------------------------*/
#contents {
	padding: 0 0 70px 0;
}

.oshieteLead {
	padding: 50px 0;
	text-align: center;
}
.oshieteLead h2 {
	margin: 0 0 30px 0;
	color: #e95377;
	font-size: 30px;
	font-weight: bold;
}
.oshieteLead p {
	line-height: 1.8;
}

.oshieteList {
	margin: 0 0 30px 0;
	padding: 30px;
	background: #f8f7f5;
	overflow: hidden;
}
.oshieteList .pic {
	float: left;
	max-width: 150px;
	padding: 0 30px 0 0;
}
.oshieteList .pic img {
	border: 1px solid #b4b4b4;
}
.oshieteList .item {
	overflow: hidden;
}
.oshieteList .item h3 {
	margin: 0 0 15px 0;
	color: #e95377;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3;
}
.oshieteList .item p {
	margin: 0 0 12px 0;
	line-height: 1.7;
}
.oshieteList .item .btn {
	width: 130px;
}
.oshieteList .item .btn a {
	display: block;
	padding: 5px 0 5px 42px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	background: url(../img/icn_pdf.png) no-repeat 20px center #e95377;
}
.oshieteList .pic img:hover,
.oshieteList .item .btn a:hover {
	opacity: 0.8;
}

.pagetop a {
	position: fixed;
	bottom: 10px;
	right: 20px;
}


/*-------------------------------------
 footer
-------------------------------------*/
#footer {
	background: #dfdfdf;
}
#footer .inner {
	padding: 22px 0;
}






