@charset "utf-8";
/* CSS Document */

/*************************************************
index.html
*************************************************/

.index {
	margin:10px auto;
	width: 720px;
}
.index .index_banner {
	width: 720px;
	height:410px;
	margin-top: 20px;
	/*background-image:url(../img/template/container_bg.png);
	background-repeat:repeat-x repeat-y;*/
}
.index .message {
	overflow: hidden;
	background: yellow;
}
.index .caution {
	padding: 1%;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #FF1200;
}
.index .message .message_ttl {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #777777;
}
.index .message ul {
	overflow: hidden;
	background: #FFFFFF;
	width: 95%;
	padding: 1%;
	margin: 1% auto;
}
.index .message ul li {
	font-size: 22px;
	font-weight: bold;
	line-height: 2;
	margin-left: 20px;
}
.index .message ul li:before {
	content: "\f046";
	font-family: FontAwesome;
	margin-right: 10px;
}
.index .rely {
	height: 500px;
	background: url(../img/other/top_01.png);
	position: relative;
}
.index .rely p.reason {
	position: absolute;
	top: 170px;
	font-size: 22px;
	font-weight: bold;
	padding-left: 20px;
	line-height: 1.5;
}
.index .rely p.reason span {
	font-size: 32px;
	color: #FF1200;
	margin: 0 5px;
	border-bottom: 5px solid;
}
.index .rely ul {
	position: absolute;
	bottom: 70px;
	padding-left: 20px;
	width: 100%;
	line-height: 2.2;
}
.index .rely ul li {
	font-size: 24px;
	font-weight: bold;
}
.index .rely ul li span {
	background: #FF1200;
	color: #FFFFFF;
	vertical-align: middle;
	padding: 1%;
	font-size: 20px;
	margin-right: 20px;
}
.index .rely p.so {
	position: absolute;
	bottom: 0;
	padding: 10px 0;
	background: yellow;
	text-align: center;
	font-size: 22px;
	width: 100%;
	font-weight: bold;
	color: #0086d2;
}
.index .pr {
	padding: 10px 10px;
	background: #ffffd2;
	margin-top: 10px;
	line-height: 1.5;

}
.index .pr .pr_img {
	float: left;
	width: 40%;
	margin-right: 10px;
}
.index .pr .pr_img img {
	max-width: 100%;
}
.index .pr p {
	font-size: 16px;
	padding: 5px 5px;
}

.index .now {
	clear: both;
    background: #0086d2;
    margin-top: 10px;
	overflow: hidden;
	padding: 10px 10px;
}
.index .now .left {
	width: 46%;
	float: left;
	padding: 10px 5px;
	text-align: center;
	font-weight: bold;
}
.index .now .left p {
	color: #FFFFFF;
	font-size: 18px;
}
.index .now .right {
	float: right;
	background: #FFFFFF;
	border-radius: 5px;
	text-align: center;
	font-weight: bold;
	width: 49%;
}
.index .now .right a {
	font-size: 22px;
	text-decoration:none;
	display: block;
	padding: 10px;
}
.index .now .right a:hover {
	color: blue;
	background: yellow;
	border-radius: 5px;
}
.index .index_banner .banner {
	width: 357px;
	margin-bottom: 5px;
	float: left;
	margin-right: 5px;
	position: relative;
}
.index .index_banner .banner:nth-child(even) {
	margin-right: 0;
}
.index .index_banner .banner img {
	width: 100%;
}
.index .index_banner .banner a:hover {
	opacity: 0.7;
}
.index .index_banner .banner p.cmt {
	position: absolute;
	top: 70px;
	padding: 12px;
	font-size: 20px;
	width: 220px;
	font-weight: bold;
}




/*************************************************
greeting.html
*************************************************/
.greeting p {
	width:650px;
	margin:0px auto;
	padding:0px 10px;
	font-size:14px;
	line-height:27px;
	border-bottom:dotted 1px #CCCCCC;
}
.greeting .pre_pic {
	/* width:200px; */
	/* height:200px; */
	padding:10px;
	float:left;
	background:#FFF;
}
.greeting .pre_pic img {
	border: 1px solid #999;
	border-radius: 6px;
	box-shadow: 1px 1px 6px #999;
	height: 140px;
	width: 200px;
	margin-left: 40px;
}

/*************************************************
company.html
*************************************************/

.company {
	margin: 10px auto;
	width: 720px;
}

.company table {
	border-collapse: collapse;
	border:solid 1px #E3E3E3;
}

.company th{
	padding:10px;
	text-align:center;
	background:#E3E3E3;
	border-top:solid 1px #FFFFFF;
	font-size:14px;
}

.company td{
	padding:10px;
	text-align:left;
	border-top:solid 1px #E3E3E3;
	font-size:14px;
}

.company iframe {
	margin-top:10px;
}

/*************************************************
staff.html
*************************************************/
.staff {
	margin: 10px auto;
	width: 720px;
}

.staff table {
	border-collapse: collapse;
	border:solid 1px #ccc;
}

.staff th {
	width: 80px;
	padding:5px;
	text-align:center;
	background:#E3E3E3;
	border-top:solid 1px #FFFFFF;
	font-size:14px;
}

/*.staff:nth-of-type(4) img,.staff:nth-of-type(6) img {
	padding: 0 95px;
}
*/
.staff .top {
	width: 80px;
	padding:5px;
	text-align:center;
	background:#E3E3E3;
	border-top:solid 1px #ccc;
}

.staff .staff_pic {
	width:200px;
	height:200px;
	background-color:#FFF;
	border-top:solid 1px #ccc;
	text-align:center;
}

.staff td {
	padding:5px;
	text-align:left;
	border-top:solid 1px #ccc;
	font-size:14px;
}

/*************************************************
faq.html
*************************************************/

.faq {
	margin: 10px auto;
	width: 720px;
}
.faq h3 {
	border-left: 10px solid #37a746;
	padding-left: 10px;
}
.faq dl {
	margin: 3% 0;
}
.faq dl dt {
	font-weight: bold;
	margin-bottom: 1%;
}
.faq dl dt::before {
	content: "質問";
	padding: 0.5% 1%;
	background: #333333;
	color: #FFFFFF;
	margin-right: 1%;
}
.faq dl dd {
	margin-bottom: 2%;
	padding-bottom: 1%;
	background: #ededed;
}
.faq dl dd p {
	padding: 2% 0 1% 1%;
	line-height: 1.5;
}
.faq dl dd .time {
	background: #D4F0D8;
	width: 70%;
	padding: 0 2%;
	margin: 0 1% 1% 1%;
}
.faq .totop {
	text-align: right;
}
.faq .totop a {
	text-decoration: none;
	font-size: 15px;
}
.faq .totop a:after {
	content: "\f062";
	font-family: FontAwesome;
	margin-left: 10px;
}
/*************************************************
privacy.html
*************************************************/

.privacy {
	margin: 10px auto;
	width: 720px;
}
.privacy p {
	font-size:
}
.privacy h3 {
	border-left: 10px solid #818181;
	padding-left: 10px;
}
.privacy dl {
	margin: 3% 0;
}
.privacy dl dt {
	font-weight: bold;
	margin-bottom: 1%;
}
.privacy dl dt::before {
	content: "質問";
	padding: 0.5% 1%;
	background: #333333;
	color: #FFFFFF;
	margin-right: 1%;
}
.privacy dl dd {
	margin-bottom: 2%;
	padding-bottom: 1%;
	background: #ededed;
}
.privacy dl dd p {
	padding: 2% 0 1% 1%;
	line-height: 1.5;
}
.privacy dl dd .time {
	background: #D4F0D8;
	width: 70%;
	padding: 0 2%;
	margin: 0 1% 1% 1%;
}
.privacy .totop {
	text-align: right;
}
.privacy .totop a {
	text-decoration: none;
	font-size: 15px;
}
.privacy .totop a:after {
	content: "\f062";
	font-family: FontAwesome;
	margin-left: 10px;
}
.privacy img {

}

/*************************************************
voice.html
*************************************************/

.voice {
	margin: 10px auto;
	width: 700px;

}

.v_box {
	width:100%;
	overflow: hidden;
	border:solid 1px #CCC;
	clear:both;
	margin-bottom:10px;
	box-sizing: border-box;
}

.v_left {
	width:280px;
	padding: 10px;
	float:left;
}
.v_left img{
	width: 100%;
}

.voice .customer {
	font-size: 18px;
	margin-bottom:10px;
	border-bottom:dotted 2px #999999;
}

.v_right {
	width: 395px;
	box-sizing: border-box;
	padding: 10px;
	float:right;
}

/*************************************************
contact.html
*************************************************/

.contact {
	margin: 10px auto;
	width: 720px;
}

.contact table {
	border-collapse: collapse;
	table-layout:fixed;
	width:720px;
}

.contact .name{
	width:160px;
	padding:5px 5px 5px 15px;
	text-align:left;
	background:#E3E3E3;
	border-top:solid 1px #FFFFFF;
}
.contact td{
	width: 460px;
	padding:5px 5px 5px 10px;
	text-align:left;
	border-top:solid 1px #E3E3E3;
	border-right:solid 1px #E3E3E3;
}
.contact .submit{
	padding-top:10px;
	text-align:center;
	background:#FFF;
	border-top:solid 1px #E3E3E3;
	border-left:none;
	border-right:none;
	border-bottom:none;
}
.contact p {
	margin-bottom:10px;
}
.contact .red {
	color:#F00;
}
.contact .must {
	width:10px;
	background-color:#F00;
	margin:0px;
	padding:0px;
	border-top:solid 1px #E3E3E3;
}
.contact .none {
	width:10px;
	background-color:#666;
	width:10px;
	margin:0px;
	padding:0px;
	border-top:solid 1px #E3E3E3;
}
.contact input[type="text"] {
	padding: 10px;
	font-size: 18px;
	font-family: sans-serif;
}
.contact input[type="radio"] {
	width: 20px;
	height: 20px;
	vertical-align: middle;
}
.contact input[name="day"]{ /* 第一希望 */
	margin: 0 0 1% 1%;
}
.contact input[name="day2"]{ /* 第二希望 */
	margin: 0 0 1% 1%;
}
.contact input[name="day3"]{ /* 第三希望 */
	margin: 0 0 0 1%;
}
.contact textarea[name="comment"]{ /* 問い合わせ内容 */
	padding: 10px;
}
.contact input[name="confirm"]{ /* 内容を確認ボタン */
	background: #0093f3;
	color: #FFFFFF;
	font-size: 20px;
	border: none;
	padding: 15px 40px;
}

.contact table.mailform tr:hover {
	background: #fcedef;
}
.contact .g-recaptcha div{
	margin-top: 5%;
	margin-left: auto;
	margin-right: auto;
}

/*************************************************
case.html
*************************************************/

.case {
	margin: 10px auto;
	width: 700px;
}
.case p {
	margin-bottom:10px;
	color:#F00;
}

.case .case_box {
	width:700px;
	border-collapse: collapse;
}

.case .case_box th {
	background-color:#FCF;
	padding:5px 10px;
	font-size:16px;
}

.case .case_box .middle {
	height:10px;
}

.case .case_box .bottom {
	height:20px;
	text-align:right;
	padding:5px;
}
.case .case_box .casegz td:nth-child(2n){
	text-align: center;
}
.case .case_box .casegz td:last-child{
	text-align: right;
}
.case #acMenu dt{
    display: block;
    height: 40px;
    width: 700px;
    line-height: 42px;
   	text-align:left;
    outline: none;
    font-size: 16px;
	cursor: pointer;
	padding-left: 1%;
	background-image:linear-gradient(#ededed,#cfcfcf);
	border: solid 3px #aeaeae;
	box-sizing: border-box;
}
.case #acMenu i{
	margin-right: 2%;
}

.case #acMenu dd {
	overflow: hidden;
	width:700px;
	font-size: 14px;
	margin:10px 0px;
}

.case #acMenu dd a{
	float:right;
}

.case_info a{
	font-size: 20px;
	font-weight: bold;
}

/*************************************************
flow.html
*************************************************/

.flow {
	margin: 10px auto;
	width: 720px;
	text-align: center;
}

.flow p {
	margin-bottom:10px;
	color:#F00;
}

/*************************************************
price_a.html
*************************************************/

.price_a {
	margin: 10px auto;
	width: 700px;
}
.products .tt {
    font-weight: bold;
    font-size: 25px;
    color: #ffffff;
    padding: 2%;
    background-color: #333333;
    margin-top: 2%;
    margin-bottom: 2%;
}
.products .kojilink{
  background: #f00;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: bold;
  font-size: 25px;
	width: 100%;
	padding: 1%;
	box-sizing: border-box;
	margin-bottom: 2%;
	text-decoration: none;
}
.products .temc{
	border: red 3px solid;
	padding: 2%;
	margin-top:2%;
	margin-bottom: 2%;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 22px;
	color: red;
}
.products .kkshirabox{
	border: red 3px solid;
	padding: 2%;
	margin-top:2%;
	margin-bottom: 2%;
	box-sizing: border-box;
	text-align: center;
	font-weight: bold;
	font-size: 28px;
}
.products .kkshirabox font{
	background: linear-gradient(transparent 60%,yellow 60%);
		font-size: 28px;
		color: red;
}

.price_a p {
	margin-bottom:10px;
	color:#F00;
}

.price_a #acMenu dt{
	display: block;
	    height: 40px;
	    width: 700px;
	    line-height: 42px;
	    text-align: left;
	    outline: none;
	    font-size: 16px;
	    cursor: pointer;
	    padding-left: 1%;
	    background-image: linear-gradient(#ededed, #cfcfcf);
	    border: solid 3px #aeaeae;
	    box-sizing: border-box;
}
.price_a #acMenu i{
	margin-right: 2%;
}
.price_a #acMenu dd {
	overflow: hidden;
	width:720px;
	font-size: 16px;
	margin:10px 0px;
}

.price_a #acMenu dd a{
	float:right;
}

.price_a .price_a_box {
	border-collapse: collapse;
	table-layout:fixed;
	width: 600px;
	margin:10px auto;
	font-size:16px;
	text-align:center;
	border-left:solid 1px #666;
	border-top:solid 1px #666;
}

.price_a .price_a_box caption{
	font-size:16px;
	font-weight:bold;
}

.price_a .price_a_box th {
	background-color:#CCC;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	border-right:solid 1px #666;
	border-bottom:solid 1px #666;
	padding:3px;
}

.price_a .price_a_box td {
	font-size:14px;
	text-align:center;
	padding:3px;
	border-right:solid 1px #666;
	border-bottom:solid 1px #666;
}

.price_a .caution {
	color:#000;
	text-align:left;
	margin:10px auto;
	font-size:14px;
	width: 600px;
}

.products .shhara {
    font-weight: bold;
    font-size: 24px;
    color: #ff0000;
}


.price_a .price_a_box2 {
	border-collapse: collapse;
	table-layout:fixed;
	width:600px;
	margin:10px auto;
	font-size:16px;
	text-align:center;
	border-left:solid 1px #666;
	border-top:solid 1px #666;
}

.price_a .price_a_box2 caption{
	font-size:16px;
	font-weight:bold;
}

.price_a .price_a_box2 th {
	background-color:#CCC;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	border-right:solid 1px #666;
	border-bottom:solid 1px #666;
	padding:3px;
}

.price_a .price_a_box2 td {
	font-size:12px;
	text-align:center;
	padding:3px;
	border-right:solid 1px #666;
	border-bottom:solid 1px #666;
}

.price_a .price_a_box3 {
	width: 600px;
	margin:10px auto;
	font-size:16px;
}

.price_a .price_a_box3 h4{
	font-size:16px;
	font-weight:bold;
}

.price_a .price_a_box3 p{
	color:#000;
	text-align:left;
	margin:10px auto;
}


/*************************************************
price_b.html
*************************************************/
.price_b {
	margin: 10px auto;
	width: 720px;
}
.price_b img {
	width: 49%;
	float: right;
	margin-left: 1%;
}
.price_b p {
	margin-bottom: 2%;
	line-height: 1.5;
}
.price_b .price_b_box {
	border-collapse: collapse;
	table-layout:fixed;
	width: 100%;
	margin: 5% auto;
	text-align:center;
}
.price_b .price_b_box th {
	background: #ededed;
	border-bottom: 1px dashed #CCCCCC;
	font-size: 20px;
	font-weight:bold;
	text-align:center;
	padding:3px;
}
.price_b .price_b_box td {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 2%;
	border-bottom: 1px dashed #CCCCCC;
}
.price_b .price_b_box td span {
	margin-left: 5px;
}
.price_b .clean {
	color:#000;
	font-size:16px;
	text-align:left;
	margin:20px auto;
}
.price_b .clean .red {
	color:#F00;
	font-size:16px;
	font-weight:bold;
}

/*************************************************
products.html
*************************************************/

.products {
	margin: 10px auto;
	width: 720px;
}

.products .p_box {
	border-collapse: collapse;
	table-layout:fixed;
	width:720px;
	margin:10px 0px;
}

.products .p_box .maker {
	width:250px;
	padding:0px 0px 0px 5px;
	border:none;
}

.products .p_box .p_pic {
	width:240px;
	padding:0px 5px 0px 0px;
	border:none;
}

.nolease p {
    border: #06F double 5px;
    border-radius: 8px;
    margin: 2% 0;
    padding: 3%;
    font-size: 15px;
}

.nolease p span.red {
    color: red;
    font-weight: bold;
}

.nolease .noleasebox img {
    margin-bottom: 3%;
}

.nolease .noleasebox {
    width: 50%;
    float: left;
    text-align: center;
}

.nolease .otoiawase {
    text-align: right;
    border: none;
}


.products .p_box th {
	width:125px;
	padding:5px;
	text-align:center;
	background-color:#ccc;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #FFF;
}

.products .p_box .td1{
	width:115px;
	height:36px;
	padding:10px 15px 5px 5px;
	border:none;
	color:red;
	font-size:18px;
	font-weight:bold;
	line-height:36px;
	text-align:right;
}

.products .p_box td {
	width:280px;
	padding:5px;
	border-right:solid 1px #ccc;
	border-top:solid 1px #ccc;
}

.products .p_box .price {
	width:265px;
	padding:10px 5px 5px 15px;
	color:red;
	font-size:20px;
	font-weight:bold;
}

.products .p_box .td2{
	width:280px;
	height:36px;
	border-top:solid 1px #ccc;
	border-right:none;
}

.f-size_small {
    color: red;
    font-size: 15px;
}

/*文字装飾*/
.products .p_box .kkku {
	color: red;
	font-size: 18px;
	font-weight: bold;
}
.products .p_box .kkkunom {
	color: #000;
	font-size: 18px;
	font-weight: bold;
}

.products .p_box .red{
	color:red;
	font-size:36px;
	font-weight:bold;
	line-height:36px;
}

.products .p_box .blue{
	color:blue;
	font-size:20px;
	font-weight:bold;
}

.products .service .blue{
	color:blue;
	font-size:16px;
	font-weight:bold;
}

.products .service .hiyou {
    display: block;
	text-align: center;
    font-size: 36px;
    font-weight:bold;
    color: red;
}

.products .service .hiyou .tax {
    color: red;
    font-size: 20px;
}

.products .service {
	width: 700px;
	padding: 5px 10px;
	border:solid 1px #CCC;
	margin-bottom:10px;
	background-image:url(../img/template/logo_c.png);
	background-repeat:no-repeat;
	background-size:200px 50px;
	background-position:480px 70px;
}

.products .catch {
	width:720px;
	padding-top:10px;
	font-size:16px;
	color:red;
	text-align:center;
}

.productsb .lease {
	background-image:url(../img/products/lease.png);
	width:630px;
	height:250px;
	padding:70px 35px 0 35px;
	}

.productsb .lease h3 {
	font-size:18px;
}

.productsb .merit {
	width:700px;
	height:480px;
	background-image:url(../img/products/merit.png);
}

.productsb .merit #merit01 {
	width:344px;
	padding:5px 0px 0px 6px;
	float:left;
}

.productsb .merit #merit02 {
	width:336px;
	padding:5px 0px 0px 14px;
	float:right;
}

.productsb .merit #merit03 {
	width:344px;
	padding:5px 0px 0px 6px;
	float:left;
	margin-top:216px;
}

.productsb .merit #merit04 {
	width:336px;
	padding:5px 0px 0px 14px;
	float:right;
	margin-top:216px;
}

.productsb .merit p{
	font-size:16px;
	padding-top:17px;
	color:#FFF;
	line-height:21px;
}

.lease_maker {
	padding:5px 10px;
	height:30px;
	vertical-align:middle;
	border-top:solid 1px #CCC;
	border-left:solid 1px #CCC;
	border-right:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
}

.lease_maker p {
	float:left;
	padding-top:5px;
}

.lease_maker img {
	float:left;
}

/*************************************************
area.html
*************************************************/

.contents .area {
	width: 720px;
	margin: 10px auto;
}
.contents .area p {
	padding: 10px 0 0 0;
}
.contents .area .message {
	margin: 20px 0;
}
.area_box {
	margin: 5px 0;
}
.area_box p span {
	font-weight:bold;
}
.bold {
	font-weight: bold;
}

/*************************************************
sitemap.html
*************************************************/

.sitemap {
	margin: 10px auto;
	width: 720px;
}
.sitemap ul {
}
.sitemap ul li {
	line-height: 2;
}
.sitemap ul li:before{
	content: "・";
}
.sitemap ul .down {
	padding-left: 3%;
}
.sitemap ul.down li {
}
.sitemap ul.down li:before {
	content: "-";
}

/**************************************************
各エリア小分けページ
**************************************************/
.begin {
	margin: 20px auto;
	width: 720px;
}
