﻿@charset "utf-8";
/*-----------------------------------------------------------------
		基礎設計
-----------------------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	font-size:16px;

	line-height: 150%;
	font-family: Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
}
 @media screen and (-webkit-min-device-pixel-ratio:0) {
 body {
 font-family: Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
}
/* 画像スタイル */
img {
	border: 0;
}
img.i-window {
	vertical-align: middle;
	margin-left: 5px;
}
/*-----------------------------------------------------------------
		調整用
-----------------------------------------------------------------*/

.v-hidden {
	visibility: hidden;
}
/* 整列系 */
.ta-center {
	text-align: center !important;
}
.ta-right {
	text-align: right;
}
.ta-left {
	text-align: left;
}
.va-middle {
	vertical-align: middle;
}
.va-middle img {
	vertical-align: middle;
}
.f-left {
	float: left;
}
.f-right {
	float: right;
}
/* クリア */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 1px;
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

*:first-child+html .clearfix { /* IE7用 */
	width: 100%;
}
.clear {
	padding: 0px;
	margin: 0px;
	clear: both;
}
/* フォント関連 */

p.cap {
	font-size:15px;
	text-align: center;
	margin-bottom: 5px;
	;
	margin-top: 10px;
}
p.triangle {
	background:url(../img/icon_triangle.png) 0 2px no-repeat;
	padding: 0 0 0 18px;
}
.ft-bd {
	font-weight: bold;
}
.font-normal {
	font-weight: normal;
}
.fs100 {
	font-size: 100% !important;
}
.large-l {
	font-size: 130%;
}
.large-m {
	font-size: 120%;
}
.large-s {
	font-size: 110%;
}
.middle-l {
	font-size: 95%;
}
.middle-m {
	font-size: 87%;
}
.middle-s {
	font-size: 67%;
}
.fc-blue {
	color:#125687;
}
.fc-green {
	color:#9fc538;
}
.fc-orange {
	color:#FF9900;
}
.fc-red {
	color:#990000;
	font-weight: bold;
}
.fc-gray {
	color:#333 !important;
}
.line-red {
	border-left: 7px solid #900;
	padding-left: 10px;
}
.va-middle, .va-middle img {
	vertical-align: middle !important;
}
img.ex-link {
	vertical-align: middle;
	margin: 0 5px;
}
/* 1文字字下げ */
.txt-ind1 {
	padding-left: 1em;
	text-indent: -1em;
}
.txt-ind15 {
	padding-left: 1.5em;
	text-indent: -1.5em;
}
.txt-ind2 {
	padding-left: 2em;
	text-indent: -2em;
}
/* マージン調整 */
.spct3 {
	margin-top:3px !important;
}
.spct5 {
	margin-top:5px !important;
}
.spct8 {
	margin-top:8px !important;
}
.spct10 {
	margin-top:10px !important;
}
.spct15 {
	margin-top:15px !important;
}
.spct20 {
	margin-top:20px !important;
}
.spct25 {
	margin-top:25px !important;
}
.spct30 {
	margin-top:30px !important;
}
.spct40 {
	margin-top: 40px !important;
}
.spct50 {
	margin-top: 50px !important;
}
.spct60 {
	margin-top: 60px !important;
}
.spct100 {
	margin-top: 100px !important;
}
.spcb0 {
	margin-bottom: 0px !important;
}
.spcb3 {
	margin-bottom: 3px !important;
}
.spcb5 {
	margin-bottom: 5px !important;
}
.spcb10 {
	margin-bottom: 10px !important;
}
.spcb15 {
	margin-bottom: 15px !important;
}
.spcb20 {
	margin-bottom: 20px !important;
}
.spcb25 {
	margin-bottom: 25px !important;
}
.spcb30 {
	margin-bottom: 30px !important;
}
.spcb40 {
	margin-bottom: 40px !important;
}

.spcb50 {
	margin-bottom: 50px !important;
}
.spcb60 {
	margin-bottom: 60px !important;
}

@media (max-width:959px) {
.spcb60,.spcb50,.spcb40,.spcb30,.spcb25 {
	margin-bottom: 30px !important;
}
}
@media (max-width:441px) {
.spcb60,.spcb50,.spcb40,.spcb30,.spcb25 {
	margin-bottom: 0px !important;
}
}


.spcl6 {
	margin-left: 6px !important;
}
.spcl0 {
	margin-left: 0px !important;
}
.spcl5 {
	margin-left: 5px !important;
}
.spcl10 {
	margin-left: 10px !important;
}
.spcl15 {
	margin-left: 15px !important;
}
.spcl20 {
	margin-left: 20px !important;
}
.spcl25 {
	margin-left: 25px !important;
}
.spcl30 {
	margin-left: 30px !important;
}
.spcl40 {
	margin-left: 40px !important;
}
.spcl50 {
	margin-left: 50px !important;
}
.spcl60 {
	margin-left: 60px !important;
}
.spcl70 {
	margin-left: 70px !important;
}
.spcl80 {
	margin-left: 80px !important;
}
.spcl100 {
	margin-left: 100px !important;
}
.spcl140 {
	margin-left: 140px !important;
}
.spcr0 {
	margin-right: 0px !important;
}
.spcr5 {
	margin-right: 5px !important;
}
.spcr10 {
	margin-right: 10px !important;
}
.spcr15 {
	margin-right: 15px !important;
}
.spcr20 {
	margin-right: 20px !important;
}
.spcr21 {
	margin-right: 21px !important;
}
.spcr25 {
	margin-right: 25px !important;
}
.lmsp{
  margin-left:5% !important;
}
@media (max-width:959px) {
.lmsp{
  margin-left:0 !important;
}
}
@media (max-width:705px) {
.lmsp{
  margin-left:3% !important;
}
}
.spcr30 {
	margin-right: 30px !important;
}

.spcr35 {
	margin-right: 35px !important;
}
.spcr40 {
	margin-right: 40px !important;
}
.spcr50 {
	margin-right: 50px !important;
}
.spcr60 {
	margin-right: 60px !important;
}
.spcr100 {
	margin-right: 100px !important;
}
.spcr150 {
	margin-right: 150px !important;
}
.img-left {
	float: left;
	margin: 0 10px 10px 0;
}
.img-right {
	float: right;
	margin: 0 0 10px 10px;
}

@media (max-width:959px) {
.img-right {
	float: none;
	margin: 0 auto 0 auto;

}
}



.img-center {
	margin: 0 auto;
	text-align: center;
}
.base {
	vertical-align: baseline;
}
/* デフォルト */

ul, dl, dd, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.deci li {
	list-style-type: decimal;
	margin-left: 50px;
}
.division {
	width:100%;
	height: auto;
	display: block;
	padding: 20px 0;
	
}
@media (max-width:991px) {
.division {
	padding: 20px 10px;
}
}




.abstract {
	max-width:426px;
	width:48%;
	float:left;
	display:block;
	min-height:200px;
	padding:20px 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;
	letter-spacing: 0.5px;
	background:url(../img/bg_01.png) repeat;
	margin:0 0 20px 0;
	height:375px;
}
@media (max-width:708px) {
.abstract {
	width:45%;
	padding:5px 5px;
}
}
@media (max-width:550px) {
.abstract {
	min-height:350px;
}
}

.abstract ul.check {
	max-width:270px;
	width:100%;
	float:left;
	margin-top:15px;
	margin-right: 8px;
}
.abstract ul.check li {
	font-size:15px;
	padding-left: 28px;
	background:url(../img/check_icon.png) no-repeat 4px 1px;
	margin-top:8px;
}
.abstract2base {
	max-width:920px;
	width:100%;
	padding:20px;
	background:#002b62;
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;
	letter-spacing: 0.5px;
	float: left;
}
.abstract2inner {

	width:100%;
	display: block;
	margin: 0 auto;
	text-align:center;
	height: auto;
}
.abstract2 {
	width:31%;
	float:left;
	display:block;
	min-height:200px;
	padding:20px 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;
	letter-spacing: 0.5px;
	background:url(../img/bg_01.png) repeat;
	margin:0 0 10px 0;
}

@media (max-width:700px) {
.abstract2 {
	width:45%;
	padding:10px 10px;
}
}

.abstract2 ul.check {
	width:31%;
	float:left;
	margin-top:15px;
	margin-right: 8px;
}
.abstract2 ul.check li {
	font-size:15px;
	padding-left: 28px;
	background:url(../img/check_icon.png) no-repeat 4px 1px;
	margin-top:8px;
}
div.btn-more {
	margin-top:10px;
	width:100%;
	display: block;
    height: auto;
}














