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 {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
}
img.responsive {
	width: 100%;
}
.clear {
	clear: both
}
.clearfix {
	display: inline-block
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
	font-size: 0
}
* html .clearfix {
	height: 1%
}
.clearfix {
	display: block
}
p, li, td {
	background: url('')
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.last {
	margin-right: 0 !important;
}
.center {
	text-align: center;
}
/* ---------- End RESET ----------- */

/*============= COMMON =============*/
body {
	background: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Helvetica, Arial, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: none;
	line-height: 1.5;
	color: #000;
	font-size: 12px;
}
.f2 {
	font-family: Meiryo, メイリオ, Osaka, "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
/*@media (max-width: 640px) {
  body {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  body {
    font-size: 20px;
  }
}
@media (max-width: 360px) {
	body {
		font-size: 14px;
	}
}*/
a, a:link, a:active, a:hover {
	color: #f57200;
	outline: none;
	text-decoration: underline;
}
.container {
	width: 100%;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#wrapper {
	width: 100%;
	min-width: 320px;
	max-width: 640px;
	margin: 0 auto;
}
.textLeft {
	text-align: left;
}
.textRight {
	text-align: right;
	display: block;
}
.mgt {
	margin-top: -9px;
}
.mt_5 {
	margin-top: 5px;
}
.mt_10 {
	margin-top: 10px;
}
.mt_20 {
	margin-top: 20px;
}
.mt_30 {
	margin-top: 30px;
}
.mgb {
	margin-bottom: 11px;
}
.mb_10 {
	margin-bottom: 10px;
}
.mb_20 {
	margin-bottom: 20px;
}
.mb_30 {
	margin-bottom: 30px;
}
.mb_5 {
	margin-bottom: 5px;
}
.mb_8 {
	margin-bottom: 8px;
}
.mb_10 {
	margin-bottom: 10px;
}
.bg1 {	
	background: url("../img/index/entrance_bg.gif") no-repeat scroll rgba(0, 0, 0, 0);	
	background-size:100%;
}
.pd5 {
	padding: 5px;
}
.pd7 {
	padding: 7px;
}
.pt_10{
	padding-top:10px;
	}
.pt_20{
	padding-top:20px;
	}
.pt_30{
	padding-top:30px;
	}
.pb_5{
	padding-bottom:5px;
	}
.pb_10{
	padding-bottom:10px;
	}
.pb_20{
	padding-bottom:20px;
	}
.pb_30{
	padding-bottom:30px;
	}
.pr_10{
	padding-right:10px;
		}
.plr_10{
	padding:0 10px;
	}
.mlr_10{
	margin:0 10px;
	}
.mlr_20{
	margin:0 20px;
	}
.mb_4 {
	margin-bottom: 4px;
}
.boxShadow {
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3), 3px 3px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3), 3px 3px 5px rgba(0, 0, 0, 0.3);
	-khtml-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3), 3px 3px 5px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3), 3px 3px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3), 3px 3px 5px rgba(0, 0, 0, 0.3);
}
.box {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 9px;
	width: 100%;
}
.box ul.menu.nav1 a {
	display: inline-block;
	padding:2%;
}
.border {
	border: 3px solid #367f47;
}
.borderRadius {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
header {
	margin-top: 1px;
	padding: 2px 10px;
	position: relative;
}
h1 a {
	display: inline-block;
}
a.condition {
	margin-right: 1%;
}
a.review, a.condition {
	margin-bottom: 5px;
}
.benefits {
	margin-bottom: 6px;
}
.benefits > img {
	margin-bottom: 4px;
}
.guidance {
	position: relative;
}
.guidance > p {
	margin-bottom: 9px;
}
.guidance > a {
	bottom: 7%;
	left: 2%;
	position: absolute;
	width: 96%;
}
ul.menu {
	padding: 3px 0;
}
ul.menu li {
	float: left;
}
ul.menu li:last-child {
	background: none;
}
.w6 {
	font-weight: 600;
}
.menu.nav1 li {
	width: 50%;
}
ul.menu.nav1 a {
	display: inline-block;
	padding: 0 5%;
}
.menu.nav2 li {
	padding: 0 2%;
	width: 29%;
}
p.des {
	padding: 7px 5px 3px;
}
.list {
	background: url("../images/bullet.png") no-repeat scroll 0 3px rgba(0, 0, 0, 0);
	background-size: 12px auto;
	margin-bottom: 4px;
	padding: 0 8px 8px 20px;
}
.rates {
	margin-bottom: 3px;
}
.mgl {
	margin-left: 17%;
}
a.viewMore {
	background: url("../images/arrow.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
	background-size: 7px auto;
	display: inline-block;
	font-weight: bold;
	padding-left: 10px;
}
span.green {
	color: #008758;
}
.listBenefit strong {
	display: block;
	font-weight: bold;
	padding: 2px 0 1px;
}
.listBenefit .case {
	margin-bottom: 5px;
}
.listBenefit .case > span {
	display: block;
	margin-bottom: 3px;
}
.flower {
	padding-left: 13px;
	position: relative;
}
.flower:before {
	content: "※";
	left: 0;
	position: absolute;
	top: 0;
}
.ico_bullet {
	background: url("../images/bullet02.png") no-repeat scroll 10px 4px rgba(0, 0, 0, 0);
	background-size: 10px auto;
	padding-left: 22px;
}
.pdlr10 {
	padding: 0 10px;
}
p.title {
	background: none repeat scroll 0 0 #eee;
	font-weight: 600;
	margin-bottom: 10px;
	padding: 3px 0;
	text-align: center;
}
.listCompany li {
	float: left;
	font-size: 8px;
	padding: 2%;
	text-align: center;
	width: 29%;
}
.listCompany li span {
	display: block;
	min-height: 3em;
}
.listCompany li img {
	height: 47px;
}
.listCompany .imgw img {
	width: 198px;
	height: auto;
}
.listSafe {
	background-color: #fffbcf;
	border-bottom: 1px solid #ffd200;
	border-top: 1px solid #ffd200;
	padding: 10px;
}
.explain {
	color: #f00;
	padding: 10px 10px 4px;
}
strong.fs1 {
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding: 15px 0 2px;
}
.firstType .pd7 > img {
	margin-top: -13px;
}
.choice {
	background-color: #dcf6e0;
	padding: 12px 10px;
}
.fs2 {
	font-size: 10px;
	line-height: 1.2;
}
.choice .fs2 {
	width: 40%;
}
a.filePdf {
	background: url("../images/ico_pdf.png") no-repeat scroll 7px 10px rgba(0, 0, 0, 0);
	background-size: 22px auto;
	display: block;
	padding: 10px 10px 12px 40px;
	font-weight: bold;
}
#menu04 h3.users {
	background-color: #ccede2;
	border-bottom: 2px solid #00a66d;
	border-top: 2px solid #00a66d;
	font-weight: bold;
	padding: 8px 0 8px 10px;
}
.item p {
	background-size: 2px auto;
	padding-left: 8px;
	}
.yellow {
	background-color: #fff9df;
	padding: 7px;
}
.date {
	border-top: 2px solid #e4e2e2;
	padding: 10px;
	text-align: right;
}
.contact {
	background: url("../images/bg_contact.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	background-size: cover;
	padding: 12px;
}
footer{
	margin-top:25px;
}
footer p.copyRight {
	padding-bottom: 20px;
	text-align: center;
	color:#00a66d;
	font-size:10pt;
}
#menu04 .container{
	background:#fff;
	}
#menu04 .ac {
	background: url(../img/karikae/summary_ttl_off.gif);
	background-size: 100%;
}
#menu04 .active {
	background: url(../img/karikae/summary_ttl_on.gif) !important;
	background-size: 100% !important;
}
#menu04 .toggle {
	display: none;
}
#present .ac {
	width: 100%;
	height: 0;
	padding-top: 46.88%;
	background-image: url(../img/karikae/summary_ttl_off.gif);
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
}
#present .active {
	background-image: url(../img/karikae/summary_ttl_on.gif);
}
#present .toggle {
	display: none;
}
.bg_blue {
	background-color: #f3fbff;
}
.bold {
	font-weight: bold;
}
.text_110 {
	font-size: 14px;
}
.line_b {
	border-top: #005bac solid 2px;
	width: 600;
	display: block;
	margin: 15px 0;
}
.merit_title img{
	width:100%;
	}
#merit_detail01,#merit_detail02,#merit_detail03,#merit_detail04,.condition_bg{
	background:#fff;
    border-radius:10px;
	box-shadow:0 8px  rgb(88,87,91);
	-webkit-box-shadow:0 8px rgb(88,87,91);
    -moz-box-shadow:0 8px rgb(88,87,91);
	}
.contact{
	background:#fffbd4;
    border-radius:10px;
	box-shadow:0 8px  rgb(88,87,91);
	-webkit-box-shadow:0 8px rgb(88,87,91);
    -moz-box-shadow:0 8px rgb(88,87,91);
	}
#present ul{
	width:97%;
	padding-left:2%;
	}
#present .menu.nav1 li{
	width:48%;
	}
#present ul.menu.nav1 a {
	display: inline-block;
	padding:0;
}
#present .menu.nav2 li{
	width:32%;
	padding:0;
	}