@charset "utf-8";

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

img {
	vertical-align: text-bottom;
}

ol, ul {
	list-style: none;
}

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

caption, th, td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

body{
	-webkit-text-size-adjust: 100%;
}
/*/////////////////　CommonElements　//////////////////*/
body {
	width: 100%;
	font-size: 16px;
	line-height: 2.0em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	color: #0f2350/*濃藍*/;
	letter-spacing: 0.2em;
}
a:link {text-decoration:none; color: #0f2350/*濃藍*/;}
a:visited { text-decoration:none; color: #0f2350/*濃藍*/;}
a:active { text-decoration:none; color: #0f2350/*濃藍*/;}
a:hover { text-decoration:underline; color: #0099ff; }
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}
/*/////////////////  color //////////////////*/
.red {
	color: #cc1644 ;
}
.blue {
	color: #145a80;
}
.vividblue {
	color: #0099ff;
}
.orange {
	color: #ff8a80;
}
.green {
	color: #3c7800;
}
.paleblue {
	color: #84b9cb/*浅縹 あさはなだ*/;
}
.palegreen {
	color:#f0f6da;
}
/*/////////////////  MARKER //////////////////*/
.marker_green_futo {
	background: linear-gradient(transparent 10%, #d1ffa3 0%);
}


/*/////////////////  space //////////////////*/
.space5 {
	display: block;
	height: 5px;
	width: 100%;
}
.space7 {
	display: block;
	height: 7px;
	width: 100%;
}
.space10 {
	display: block;
	height: 10px;
	width: 100%;
}
.space15 {
	display: block;
	height: 15px;
	width: 100%;
}
.space20 {
	display: block;
	height: 20px;
	width: 100%;
}
.space30 {
	display: block;
	height: 30px;
	width: 100%;
}
.space40 {
	display: block;
	height: 40px;
	width: 100%;
}
.space50 {
	display: block;
	height: 50px;
	width: 100%;
}
.space70 {
	display: block;
	height: 70px;
	width: 100%;
}
.space100 {
	display: block;
	height: 100px;
	width: 100%;
}
.space350 {
	display: block;
	height: 350px;
	width: 100%;
	background-color: #e8ecef/*白花色しらはないろ*/;
}

/*/////////////////  ID box //////////////////*/
#wrap {
	background-color: #e8ecef/*白花色しらはないろ*/;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
#container {
	width: 1200px;
	margin: 0 auto;
	background-color: #FFF;
}
#contents {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 50px;
	background-color: #FFF;
}
#footer {
	background-color: #e8ecef;
	width: 1200px;
	padding: 50px 0;
	font-size: 0.8em;
	line-height: 1.5em;
}
/* ------------------------------
   box + partition
------------------------------ */
.box_matome ,.partition_matome{
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 60px;
}
.box_matome_nofree ,.partition_matome_nofree {
	width: 1200px;
	margin: 0 auto;
}
.box,.partition{
	width: 900px;
	display: table;
	margin: 0 auto;
	padding-bottom: 60px;
}
.box_nofree ,.partition_nofree{
	width: 900px;
	display: table;
	margin: 0 auto;
}

/*//////////　 partition  //////////////*/
.partition_harf{
	float: left;
	width: 410px;
	display: table;
	position: relative;
	margin: 0 auto;
	padding: 20px;
}
.partition_harf_nofree{
	float: left;
	width: 410px;
	display: table;
	position: relative;
	margin: 0 auto;
	padding-right: 30px;
}
.partition_harf_nospace{
	float: left;
	width: 410px;
	display: table;
	position: relative;
	margin: 0 auto;
	padding-right: 30px;
}

/*/////////////////  img //////////////////*/
.img_left {
	text-align: left;	
}
/*/////////////////  BTN //////////////////*/
.link_box {
	display: block;
	height: 25px;
	width: 180px;
	text-align: center;
	vertical-align: middle;
	line-height: 2.0em;
	font-size: 13px;
	float: left;
	border: 2px solid #0099ff;
	padding: 3px;
	margin-top: 10px;
}
/*/////////////////  resize //////////////////*/
.contctbtn_resize{
	width: 130px;
	height: 30px;
}
.harf_img_resize{
	width: 410px;
	height: auto;
}
/*/////////////////  ON OFF //////////////////*/
.pc_box {/*1200-768px*/
	display: block;
}
.mobile_box {/*468px*/
	display: none;
}
.pconly_box {/*1200px*/
	display: block;
}
.tablet_box {/*768-468px*/
	display: none;
}
/*/////////////////  font //////////////////*/
.text_left {
	text-align: left;
	line-height: 1.6em;
}
.text_midashi {	
	font-size: 2.0em;
	line-height: 1.6em;
}
.text_midashi_left {	
	font-size: 2.0em;
	line-height: 1.6em;
	text-align: left;
}
.text_midashi_blue {	
	font-size: 2.0em;
	line-height: 1.6em;
	color: #145a80;
}
.text_midashi_left_blue {	
	font-size: 2.0em;
	line-height: 1.6em;
	text-align: left;
	color: #145a80;
}
.text_middle {	
	font-size: 1.35em;
	line-height: 1.6em;
}
.text_middle_left {	
	font-size: 1.35em;
	text-align: left;
}
.text_middle_blue  {
	font-size: 1.35em;
	line-height: 1.6em;
	color: #145a80;
	font-weight: bold;
}
.text_middle_left_blue  {	
	font-size: 1.35em;
	text-align: left;
	color: #145a80;
	font-weight: bold;
}
.text_middle_green  {
	font-size: 1.35em;
	line-height: 1.6em;
	color: #3c7800;
	font-weight: bold;
}
.text_middle_left_green  {	
	font-size: 1.35em;
	text-align: left;
	color: #3c7800;
	font-weight: bold;
}
.text_caption{
	font-size: 0.85em;
	line-height: 1.6em;
}
.text_caption_left{
	font-size: 0.85em;
	line-height: 1.6em;
	text-align: left;
}


@media screen and (max-width:768px) {
#wrap {
	background-color: #f5f5f5;
	width: 100%;
	margin: 0 auto;
}
#container {
	background-color: #FFF;
	width: 768px;
	margin: 0 auto;
}
#contents {
	width: 100%;
	margin: 0 auto;
	background-color: #FFF;
	padding-bottom: 50px;
}
#footer {
	background-color: #f5f5f5;
	width: 768px;
	font-size: 13px;
	line-height: 1.3em;
	display: table;
	text-align: left;
	margin-top: 30px;
	padding-bottom: 50px;
}

/*/////////////////  resize //////////////////*/
p.resizeimage img { width: 100%; }
.mainimg_resize{
	width: 768px;
	height: auto;
}
.harf_img_resize{
	width: 600px;
	height: auto;
}
.contctbtn_resize{
	width: 195px;
	height: 45px;
}

/*/////////////////  ON OFF //////////////////*/
.pc_box {/*1200-768px*/
	display: block;
}
.mobile_box {/*468px*/
	display: none;
}
.pconly_box {/*1200px*/
	display: none;
}
.tablet_box {/*768-468px*/
	display: block;
}


/* ------------------------------
   box + partition
------------------------------ */

.box_matome ,.partition_matome{
	width: 768px;
	margin: 0 auto;
	padding-bottom: 60px;
}
.box_matome_nofree ,.partition_matome_nofree {
	width: 768px;
	margin: 0 auto;
}
.box,.partition{
	width: 600px;
	display: table;
	margin: 0 auto;
	padding-bottom: 60px;
}
.box_nofree ,.partition_nofree{
	width: 600px;
	display: table;
	margin: 0 auto;
}


/*//////////　 partition  //////////////*/
.partition_harf{
	float: left;
	width: 600px;
	display: table;
	position: relative;
	margin: 0 auto;
}
.partition_harf_nofree{
	float: left;
	width: 600px;
	display: table;
	position: relative;
	margin: 0 auto;
	padding-bottom: 60px;
}


/*/////////////////  font //////////////////*/
.text_midashi ,.text_midashi_left{
	font-size: 1.6em;
	line-height: 1.6em;
	text-align: left;
	float: left;
}
.text_midashi_blue ,.text_midashi_left_blue{	
	font-size: 1.6em;
	line-height: 1.6em;
	text-align: left;
	color: #145a80;
}

.text_middle ,.text_middle_left {	
	font-size: 1.3em;
	line-height: 1.6em;
	text-align: left;
}


}




@media only screen and (max-width: 480px) {
#wrap {
	background-color: #f5f5f5;
	width: 100%;
	margin: 0 auto;
}
#container {
	background-color: #FFF;
	width: 480px;
	margin: 0 auto;
}
#contents {
	width: 100%;
	margin: 0 auto;
	background-color: #FFF;
	padding-bottom: 50px;
}
#footer {
	background-color: #f5f5f5;
	width: 480px;
	font-size: 13px;
	line-height: 1.3em;
	display: table;
	text-align: left;
	margin-top: 30px;
	padding-bottom: 50px;
}


/* ------------------------------
   box + partition
------------------------------ */

.box_matome ,.partition_matome{
	width: 480px;
	margin: 0 auto;
	padding-bottom: 30px;
}
.box_matome_nofree ,.partition_matome_nofree {
	width: 480px;
	margin: 0 auto;
}
.box,.partition{
	width: 410px;
	display: table;
	margin: 0 auto;
	padding-bottom: 30px;
}
.box_nofree ,.partition_nofree{
	width: 410px;
	display: table;
	margin: 0 auto;
}
/*//////////　 partition  //////////////*/
.partition_harf{
	float: left;
	width: 380px;
	display: table;
	position: relative;
	margin: 0 auto;
	padding: 20px;
}
.partition_harf_nofree{
	float: left;
	width: 380px;
	display: table;
	position: relative;
	margin: 0 auto;
	padding-right: 30px;
}


/*/////////////////  resize //////////////////*/
.mainimg_resize{
	width: 100%;
	height: auto;
}
.harf_img_resize{
	width: 400px;
	height: auto;
}


/*/////////////////  ON OFF //////////////////*/
.pc_box {/*1200-768px*/
	display: none;
}
.mobile_box {/*468px*/
	display: block;
}
.pconly_box {/*1200px*/
	display: none;
}
.tablet_box {/*768-468px*/
	display: block;
}
/*/////////////////  font //////////////////*/
.text_midashi ,.text_midashi_left{
	font-size: 1.3em;
	line-height: 1.6em;
	text-align: left;
	float: left;
}
.text_midashi_blue ,.text_midashi_left_blue{	
	font-size: 1.3em;
	line-height: 1.6em;
	text-align: left;
	color: #145a80;
}

.text_middle ,.text_middle_left {	
	font-size: 1.3em;
	line-height: 1.6em;
	text-align: left;
}

}