@charset "utf-8";

/* 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%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
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;
}

/* //reset css*/

/* CSS Document */

body {
	background-color: #fff;
	background: url( ../img/bg.jpg) top center no-repeat;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #555;
}

.wrapper {
	width: 1100px;
	margin: 0 auto;
}
.header {
	margin-bottom: 20px;
}
.main {
	width: 800px;
	margin: 0 auto;
}
.main2 {
	width: 800px;
	margin: 0 auto;
}
.main3 {
	width: 900px;
	margin: 0 auto;
}
.centering {
	margin: 0 auto;
	text-align: center;
}
h2 {
	font-size: 32px;
	font-weight: bold;
	padding-bottom: 15px;
	color: #444;
	margin-top: 50px;
}
.h2b {
	display: inline-block;
	border-bottom: 2px solid #444;
}
.h2b-box {
	text-align: center;
	margin-bottom: 40px;
}
h3 {
	background: #f2f2f2;
	padding: 10px;
	border-left: 5px solid #666;
	font-size: 24px;
	margin-bottom: 50px;
}
p {
	font-size:24px;
	line-height: 1.6;
	margin-bottom: 30px;
}
p span {
	font-weight: bold;
}
a {
	color:#286fbe;
}
a:hover {
	color: #4698f3;
}
.main2 p {
	font-size:18px;
	line-height: 1.6;
	margin-bottom: 30px;
}
.main3 p {
	font-size:18px;
	line-height: 1.6;
	margin-bottom: 30px;
}
ul.list01 {
	margin-bottom: 30px;
}
ul.list01 li {
	font-size:18px;
	line-height: 1.6;
	margin-bottom: 30px;
	background: url(../img/icon18.gif) left 6px no-repeat;
	padding-left: 28px;
	/*font-weight: bold;*/
}
table.table01 {
	border-collapse: collapse;
	margin-bottom: 30px;
}
table.table01 td {
	border: 1px solid #ccc;
	padding: 10px;
	border-collapse: collapse;
	font-size: 18px;
}
table.table01 td.title {
	background-color: #f2f2f2;
}
.kigyo {
	width: 96%;
	margin: 0 auto;
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px dotted #ccc;
}
.kigyo-e {
	width: 96%;
	margin: 0 auto;
	padding-bottom: 50px;
}
.kigyo-l {
	float: left;
	width: 40%;
}
.kigyo-r h2 {
	font-size: 24px;
	margin-bottom: 0;
	margin-top: 0;
}
.kigyo-l img {
	max-width: 100%;
	height: auto;
}
.kigyo-r {
	float:right;
	width: 55%;
}
.clear {
	clear: both;
}
.sine {
	text-align: right;
}
#footer {
	padding: 30px 0 15px;
	background-color: #eef4fa;
	border-top: 3px solid #286fbe;
}
#footer p {
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 15px;
}
#footer a {
	color: #555;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.mb0 {margin-bottom: 0 !important;}
.mb10 {	margin-bottom: 10px !important;}
.mb30 {	margin-bottom: 30px !important;}
.mb50 {	margin-bottom: 50px !important;}
.mb70 {	margin-bottom: 70px !important;}
.mb100 {	margin-bottom: 100px !important;}

.sp {
	display: none;
	}
/*
***************************************************
***************************************************
***************************************************
****************************************************/
@media screen and (max-width: 1100px)  {
body {
	background:none;
}

.wrapper {
	width:96%;
	margin: 0 auto;
}
.header {
	margin-bottom: 20px;
}
.main {
	width:100%;
	margin: 0 auto;
}
.main2 {
	width:100%;
	margin: 0 auto;
	word-break: break-all;
}
.main3 {
	width:100%;
	margin: 0 auto;
}

p {
	font-size:18px;
	line-height: 1.6;
	margin-bottom: 1.5em;
}
/*h2*/
h2 {
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 5px;
	color: #444;
	margin-top: 1em;
	line-height: 1.5;
}
.h2b {
	display: inline-block;
	border-bottom: 2px solid #444;
}
.h2b-box {
	text-align: center;
	margin-bottom: 40px;
}
/*//h2*/
h3 {
	background: #f2f2f2;
	padding: 10px;
	border-left: 5px solid #666;
	font-size: 18px;
	margin-bottom: 1.5em;
}
.kigyo {
	width: 96%;
	margin: 0 auto;
	margin-bottom: 1.5em;
	padding-bottom: 0;
	border-bottom: 1px dotted #ccc;
}
.kigyo-e {
	width: 96%;
	margin: 0 auto;
	padding-bottom: 1.5em;
}
.kigyo-l {
	float:none;
	width:60%;
	margin: 0 auto;
	margin-bottom: 1em;
}

.kigyo-l img {
	max-width: 100%;
	height: auto;
}
.kigyo-r {
	float:none;
	width: 100%;
	word-break: break-all;
}
.kigyo-r h2 {
	font-size: 20px;
	margin-bottom: 0;
	margin-top: 0;
}
.mb10 {	margin-bottom: 10px !important;}
.mb30 {	margin-bottom: 1em !important;}
.mb50 {	margin-bottom: 1.5em !important;}
.mb70 {	margin-bottom: 1.5em !important;}
.mb100 {	margin-bottom: 1.5em !important;}	
	
.pc {
	display: none;
	}
.sp {
	display: block;
	}
	
}