@charset "UTF-8";
/* CSS Document */
body {
	font-size:13px;
	background: url(/tolstatic/sp/images/bg_body.png) repeat 0 0;
}

.mainvisual{
	width:100%;
	height:auto;
	text-align:center;
}
.mainvisual img{
	max-width:100%;
	height:auto;
}
.check{
	background: url(/tolstatic/sp/images/bg_check.png) repeat 0 0;
	padding:10px;
}
.sp_img img{
	width:100%;
	height:auto;
}
.sp_img02 img{
	width:96%;
	height:auto;
	text-align:center;
}
.sp_img02{
	text-align:center;
	margin:10px 0 0 0;
}
.sp_txt{
	width:100%;
	font-size: 13px;
	line-height: 1.5em;
}
.sp_txt02{
	width:100%;
	font-size: 13px;
	line-height: 1.5em;
}

/*--------------contents---------------*/

h2.h2_01{
	width: 100%;
	height: 34px;
	padding: 2px 0 0 0;
	margin: 15px auto 0;
	color: #fff;
	text-align: center;
	line-height: 2em;
	background-image: url(/tolstatic/sp/images/bg_h2.png);
	background-position: center center;
	font-weight: bold;
	background-repeat: repeat;
	position: relative;
	font-size: 19px;
	font-weight:bold;
}
h2.h2_02{
	width: 100%;
	height: 52px;
	padding: 5px 0 0 0;
	margin: 15px auto 0;
	color: #fff;
	text-align: center;
	line-height: 1.3em;
	background-image: url(/tolstatic/sp/images/bg_h2.png);
	background-position: center center;
	font-weight: bold;
	background-repeat: repeat;
	position: relative;
	font-size: 19px;
	font-weight:bold;
}
h2.h2form{
	font-size: 100%;
	width: 100%;
	height: 32px;
	padding: 0;
	margin: 15px auto 0;
	color: #fff;
	text-align: center;
	line-height: 2em;
	background-image: url(/tolstatic/sp/images/bg_h2form.png);
	background-position: center center;
	font-weight: bold;
	background-repeat: repeat;
	position: relative;
	font-size: 16.5px;
	font-weight:bold;
}
h2.h2form00{
	font-size: 100%;
	width: 100%;
	height: 32px;
	padding: 0;
	margin: 0 auto 0;
	color: #fff;
	text-align: center;
	line-height: 2em;
	background-image: url(/tolstatic/sp/images/bg_h2form.png);
	background-position: center center;
	font-weight: bold;
	background-repeat: repeat;
	position: relative;
	font-size: 16.5px;
	font-weight:bold;
}

/*----point----*/
#point {
	margin: 10px 0 0 0;
	padding:0 10px 0;
}
#point .point_title{
	margin: 10px 0 0 0;
	padding:0 0 5px 0;
	border-bottom:2px solid #00a63b;
}
#point .point_title img{
	width:80%;
}
#point .point_box{
	margin:15px 0;
}
#point .point_inner{
	margin: 10px 0 0 0;
}
#point .point_inner h3{
	margin:5px 0;
	font-size:15px;
	font-weight:bold;
	line-height:1.3em;
}
#point .left{
	float:left;
	width:65%;
	margin:0;
}
#point .right{
	float:right;
	width:32%;
	margin:0;
}
#point .right img{
	max-width:100%;
	height:auto;
}


/*----solution----*/
#solution {
	margin: 10px 0 0 0;
	padding:0 10px 0;
}
#solution .solution_inner{
	margin:0;
	padding:0 10px;
	border-top:4px solid #fd4f03;
	background: url(/tolstatic/sp/images/bg_solution.png) repeat 0 0;
}
#solution .solution_inner .solution_box{
	margin:10px 0 0 0;
	padding:0 0 10px 0;
	border-bottom:1px dotted #333333;
}
#solution .solution_inner .solution_box:last-child{
	border-bottom:none;
}
#solution .solution_inner .solution_box h3{
	font-size:16px;
	font-weight:bold;
	color:#fd4f03;
	margin:10px 0 5px 0;
	padding:2px 0 0 8px;
	border-left:4px solid #fd4f03;
}
#solution .solution_inner .solution_box p{
	font-size:12px;
}


/*----merit----*/
#merit {
	margin: 10px 0 0 0;
	padding:0 10px 0;
}
#merit .merit_inner{
	margin:0;
}
#merit .merit_inner p{
	line-height:1.2em;
}
#merit .merit_box01{
	float:left;
	padding:2%;
	width:44%;
	margin:0 0 10px;
	border:2px solid #3b9211;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	background: url(/tolstatic/sp/images/bg_merit.png) repeat 0 0;
}
#merit .merit_box02{
	float:right;
	padding:2%;
	width:44%;
	margin:0 0 10px;
	border:2px solid #3b9211;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	background: url(/tolstatic/sp/images/bg_merit.png) repeat 0 0;
}
#merit .merit_inner img{
	max-width:100%;
	height:auto;
}
#merit .merit_inner .meritimg{
	text-align:center;
}


/*----reason----*/
#reason {
	margin: 20px 0 0 0;
	padding:0 10px 0;
}
#reason h3{
	font-size:16px;
	color:#0A8018;
}
.reason_box {
	margin: 10px 0 0 0;
	padding:0 0 10px 0;
	border-bottom:1px dotted #666666;
}
.reason_box:last-child{
	border-bottom:none;
}
.reason_box img {
	max-width: 100%;
	height: auto;
}

.reason_box .halfimg {
	width: 25%;
	margin:0 0 0 2%;
	float:right;
}
.reason_box .textarea{
	margin:5px 0 0 0;
}
.reason_box .txt{
	width: 72%;
	float:left;
}
.reason_box .textarea h3{
	font-size:15px;
	line-height:1.2em;
	font-weight:bold;
	margin:0 0 5px 0;
}
.reason_box .textarea p{
	margin:0 0 5px 0;
}

/*----reason2----*/
#reason2 {
	margin: 20px 0 0 0;
	padding:0 10px 0;
}
#reason2 h3{
	font-size:16px;
	color:#0A8018;
}
#reason2 .reason_box {
	margin: 10px 0 0 0;
	padding:0 0 10px 0;
	border-bottom:1px dotted #666666;
}
#reason2 .reason_box:last-child{
	border-bottom:none;
}
#reason2 .reason_box img {
	max-width: 95%;
	height: auto;
}

#reason2 .reason_box .halfimg {
	width: 25%;
	margin:0 2% 0 0;
	float:left;
}
#reason2 .reason_box .textarea{
	margin:10px 0 0 0;
}
#reason2 .reason_box .txt{
	width: 72%;
	float:right;
}
#reason2 .reason_box .textarea h3{
	font-size:15px;
	line-height:1.2em;
	font-weight:bold;
	margin:0 0 5px 0;
}
#reason2 .reason_box .textarea p{
	margin:0 0 5px 0;
}

/*----flow----*/
#flow h3{
	padding:8px 0;
	width:100%;
	background: url(/tolstatic/sp/images/bg_h3_flow.jpg) repeat-x 0 0;
}
#flow h3 img{
	max-width:98%;
	height:auto;
}
#flow p{
	width:96%;
	margin:5px 0;
}
#flow p.arrow{
	text-align:center;
}
#flow p.arrow img{
	width:50%;
}


/*----message----*/
#message {
	margin: 20px 0 0 0;
	padding:0 10px 0;
}
#message02 {
	margin: 10px 0 0 0;
	padding:0 10px 0;
}
.message_box {
	margin: 10px 0 0 0;
	padding:0 0 10px 0;
	border-bottom:1px dotted #666666;
}
.message_box:last-child{
	border-bottom:none;
}
.message_box img {
	max-width: 100%;
	height: auto;
}

.message_box .halfimg {
	width: 25%;
	margin:0 0 0 2%;
	float:right;
}
.message_box .textarea {
	width: 72%;
	float:left;
}
.message_box .textarea h3{
	font-size:15px;
	line-height:1.2em;
	font-weight:bold;
	margin:0 0 5px 0;
	color:#105a08;
}
.message_box .textarea p{
	margin:0 0 5px 0;
}


/*----present----*/
#present {
	margin: 20px 0 0 0;
	padding:0 10px 0;
}



#searchform{
	margin:0;
}
#searchform table {
	border-collapse: collapse;
	border-spacing: 0;
	width:100%;
}
#searchform .wrap {
	position: relative;
	overflow: hidden;
	display: inline-block;
	border-radius: 6px;
}
#searchform .label{
	display: inline-block;
	padding: 2px 4px;
	font-size: 11.844px;
	font-weight: bold;
	line-height: 14px;
	color: #fff;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #999;
}

#searchform .label-important{
	background-color: #b94a48;
}
#searchform .label {
	float: none;
	margin:0 0 0 10px;
}
#searchform .heading {
	width: 100%;
}
#searchform .heading {
	border: 1px solid #f87e00;
	background-color:#ffffff;
}
#searchform .wrap:after {
	content: "\f063";
	display: block;
	font-family: "FontAwesome";
	position: absolute;
	top: 8px;
	left: 10px;
	color: #333;
}
#searchform .table th,
#searchform .table td {
	padding: 0 8px 3px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #ddd;
}
#searchform .table th{
	margin:10px 0 0 0;
}
#searchform .entry td {
	font-size: 17px;
	width:96%;
}
#searchform .entry th,
#searchform .entry td {
	border: none;
	font-size: 16px;
	float: left;
	clear: both;
}
#searchform select.select-right {
	width: 110%;
	height: 35px;
	font-size: 21px;
	font-weight: bold;
}
#searchform select.input-medium {
	width: 100%;
	height: 35px;
}
#searchform .wrap:before {
	content: "";
	font-family: "Fontawesome";
	position: absolute;
	font-size: 20px;
	top: 7px;
	right: 10px;
	line-height: 0;
	padding: 11px 3.8px 9.5px;
	background-color: #D8181C;
	color: #fff;
	border-radius: 100%;
	vertical-align: middle;
}
#searchform select {
	text-indent: 1.2em;
	padding-left: 5px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border: 1px solid transparent;
}

#searchform .icon-pencil:before {
	content: "\f040";
}
#searchform [class^="icon-"]:before,
#searchform [class*=" icon-"]:before {
	text-decoration: inherit;
	display: inline-block;
	speak: none;
}
.searchbtn{
	width: 100%;
	margin:15px auto 0;
	text-align:center;
}
.searchbtn input{
	max-width: 100%;
	height: auto;
}

.tolink{
	text-align:center;
	margin:20px 0 20px;
}
.tolink a{
	background-color:#db2828;
	padding: 0 10px;
	font-size:0.9rem;
	padding:10px;
	width:500px;
	border-radius:30px;
	color:#fff;
	text-decoration:none;
}
