﻿@charset "utf-8";
/*モバイルファースト　一部PCファースト*/



@media screen and (min-width: 768px) {
.b-hero { /*PC版トップ画像*/
	 background: #fff url("../images/basic/basic2x.jpg") center 131px/1920px 250px no-repeat;
}
}
.basic-wrap {
	margin: 0;
	background: #f0f0f0;
	padding-top: 40px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 40px;
}
.basic-wrap a {
	color: #C72826!important;
}

/**** サブタイトル　****/

div.basic-wrap h3 {
	color: #000;
	font-weight: 600;
	font-size:88%;
  text-align: center;
	line-height:180%;
	margin-bottom:10px;
}
@media screen and (min-width: 768px) {
div.basic-wrap h3 {/*モバイル調整*/
	font-size:  22px;
}
}

/*5大ポイント*/
.b-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.b-section_2 img {
    max-width: 80%;
  }
.b-container {
		max-width: 1120px;
	}
.indexlist {
	background-image: url(../images/basic/indeximage.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 60px;
	margin-top: 0px;
	padding-right: 400px;
	padding-bottom: 60px;
	padding-left: 100px;
	
}
.indexlist li a {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	font-weight: bold;
	font-size: 20px;
	border-bottom: 2px inset #FFFD26;
	font-family: 'Kiwi Maru', serif;
transform: rotate(-2deg);
}
.centerphoto {
	margin-bottom: 20px;
}
.linebox {
	border: 1px solid #999999;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	text-align: left;
	margin-top: 40px;
	font-size: 90%;
}

.komidashi {
	font-weight: bold;
	font-size: 140%;
	padding-top: 20px;
	color: #C2272D;
}
.list-point li {
	text-align: left;
	background-color: #DEEDDE;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border-left: 2px solid #038C01;
}
.float-right {
	float: right;
	margin-left: 40px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	padding-top: 0px;
	margin-top: 20px;
	margin-bottom: 40px;
}

.txt-red {
	color: #038C01;
	font-weight: bold;
	font-size: 120%;
}

.overmenu {
	width: 80%;
	margin: 2em auto;
	padding: 0;
	text-align: center;
}
 
.overmenu li {
 list-style: none;
}
 
.overmenu li a {
	display: table;
	margin-top: 1px;
	padding: 14px 10px;
	width: 100%;
	background-color: #048C01;
	text-decoration: none;
	text-align: center!important;
	vertical-align: middle;
	color: #fff;
	overflow: hidden;
	transition: all .5s ease-out;
}
 
.overmenu > li:first-child a {
 margin-top: 0;
}
 
.overmenu li a:hover {
	background-color: #3BAD39;
	transition: all .5s ease-out;
}
 
.overmenu li ul {
 margin: 0;
 padding: 0;
}
 
.overmenu li li a {
	display: block;
	margin-top: 0;
	padding: 0 10px;
	height: 0;
	background-color: #C9D9C9;
	color: #1F3D39;
	transition: all .5s ease-out;
}
 
.overmenu > li:hover li a {
 display: table;
 margin-top: 1px;
 padding: 10px;
 width: 100%;
 height: 1em;
 transition:all .5s ease-out;
}
 
.overmenu > li:hover li a:hover {
	background-color: #DEEDDE;
	transition: all .5s ease-out;
}
@media screen and (max-width: 767px) {
	.b-container {
		max-width: 100%;
	}
.indexlist {
	background-image: url(../images/basic/indeximage.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 15px;
	margin-top: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.indexlist li a {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 2px inset #FFFD26;
	transform: rotate(0deg);
}
.centerphoto {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.linebox {
	width: 80%;
	border: 1px solid #999999;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	font-size: 90%;
}

.komidashi {
	font-weight: bold;
	font-size: 120%;
	padding-top: 20px;
	text-align: center;
	color: #C2272D;
}
.list-point li {
	text-align: left;
	background-color: #DEEDDE;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border-left: 2px solid #038C01;
}
.float-right {
	width: 90%;
	float: none;
	margin-left: auto;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	padding-top: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
}
	.float-right img{
		width: 100%;
		height: auto;
	}

.txt-red {
	color: #038C01;
	font-weight: bold;
	font-size: 120%;
}

.overmenu {
	width: 80%;
	margin: 2em auto;
	padding: 0;
	text-align: center;
	font-size:80%;
}
 
.overmenu li {
 list-style: none;
}
 
.overmenu li a {
	display: table;
	margin-top: 1px;
	padding: 10px 2%;
	width: 96%;
	background-color: #048C01;
	text-decoration: none;
	text-align: center!important;
	vertical-align: middle;
	color: #fff;
	overflow: hidden;
	transition: all .5s ease-out;
	
}
 
.overmenu > li:first-child a {
 margin-top: 0;
}
 
.overmenu li a:hover {
	background-color: #3BAD39;
	transition: all .5s ease-out;
}
 
.overmenu li ul {
 margin: 0;
 padding: 0;
}
 
.overmenu li li a {
	display: block;
	width: 94%!important;
	margin-top: 0;
	padding: 0 2%;
	height: 0;
	line-height: 1.6;
	text-align: left!important;
	background-color: #C9D9C9;
	color: #1F3D39;
	transition: all .5s ease-out;
}
 
.overmenu > li:hover li a {
 display: table;
 margin-top: 1px;
 padding: 10px;
 width: 100%;
 height: 1em;
 transition:all .5s ease-out;
}
 
.overmenu > li:hover li a:hover {
	background-color: #DEEDDE;
	transition: all .5s ease-out;
}
	.centerphoto img{
		max-width: 100%;
		height: auto;
	}




}
.b-row {
/* このwidthスタイルをいじるとスマホ対応が崩れるので注意	width:760px 絶対！;*/
}

.b-section_2__point {
  border-bottom: 2px #048c01 solid;
  text-align: center;
}
.b-section_2__point a {
  text-decoration: none;
  display: block;
}



/**-------------------------------------------------------------
 * 5大ポイント 注意：PCファースト
 ------------------------------------------------------------**/

.b-section_2__point__paragraph {
	font-size: 22px;
  font-weight: 600;
  line-height: 2;
  color: #000;
  margin: 0!important
}
.b-section_2__point__headline {
  font-weight: 800;
  line-height: 1.2;
  color: #c72826;
  margin: 0!important;
}
.b-section_2__point__note {
  margin-top:3px;
  font-weight: 600;
  color: #000;
	font-size:90%;
  margin-bottom: 0!important;
}
.b-section_2__point__note a {
	color: #048c01;
	text-decoration: underline;
	font-size: 130%;
	line-height: 1.5;
}
@media screen and (max-width: 767px) {
.b-section_2__point__note a {
	font-size: 180%;
}
}
/*５大ポイント各ボタン大枠*/
.b-section_2__point__num_1,
.b-section_2__point__num_2{
  min-height: 210px;
	padding:15px 0;
  box-sizing: border-box;
}
.b-section_2__point__num_3,
.b-section_2__point__num_4,
.b-section_2__point__num_5 {
  min-height: 200px;
	padding:15px 0;
  box-sizing: border-box;
}
/*ボタン名の調節　PC*/
.b-section_2__point__num_1 .b-section_2__point__headline,
.b-section_2__point__num_2 .b-section_2__point__headline,
.b-section_2__point__num_3 .b-section_2__point__headline,
.b-section_2__point__num_4 .b-section_2__point__headline,
.b-section_2__point__num_5 .b-section_2__point__headline {
  font-size: 250%;
	line-height: 1;
  margin-top: 5px;
}
.b-section_2__point__num_3 .b-section_2__point__paragraph,
.b-section_2__point__num_4 .b-section_2__point__paragraph,
.b-section_2__point__num_5 .b-section_2__point__paragraph {
  font-size: 17px;
	line-height:1.5;
	padding-bottom:10px;
}
@media screen and (max-width: 767px) {
.b-section_2__point__num_3 .b-section_2__point__paragraph,
.b-section_2__point__num_4 .b-section_2__point__paragraph,
.b-section_2__point__num_5 .b-section_2__point__paragraph {
	padding:0 ;
}
}

.b-section_2__point__num_3 .b-section_2__point__headline span,
.b-section_2__point__num_4 .b-section_2__point__headline span,
.b-section_2__point__num_5 .b-section_2__point__headline span {
  font-size: 70%;
  color: #000;
}
.b-section_2__headline_2 {
  margin-top: 167px;
  font-weight: 800;
  font-size: 100%;
  line-height: 1.4;
}
 .b-section_2 .b-sp-row_2 {
	margin-top:15px;
}

@media screen and (max-width: 767px) {
  .b-section_2 {
    min-height: 0;
		background-color: #f4f4f4 ;
  }
  .b-section_2__paragraph_1 {
    font-size: 94%;
  }
  .b-section_2__headline_1 {
    font-size: 150%;
    margin-top: 5px;
  }
  .b-section_2__paragraph_2 {
    width: 250px;
    margin-top: 10px;
    font-size: 88%;
  }
  .b-section_2__thumbnail {
    margin-top: 10px;
    padding: 0 30px;
  }
  .b-section_2__headline_2 {
    width: 220px;
    margin: 10px auto 0;
    font-size: 138%;
  }

  .b-section_2 .b-sp-row,
  .b-section_2 .b-sp-row_2 {
    -ms-flex-flow: column;
        flex-flow: column;
    padding: 0 16px;
		margin-top:0;
  }
  .b-section_2__point__note {
  /*0403  margin-top: 8px;*/
    font-size:50%;
  }
  .b-section_2 .b-section_2__point__num_1,
  .b-section_2 .b-section_2__point__num_2,
  .b-section_2 .b-section_2__point__num_3,
  .b-section_2 .b-section_2__point__num_4,
  .b-section_2 .b-section_2__point__num_5  {
    width: 120%;
    min-height: 118px;
/*    box-sizing: border-box;*/
    padding-top: 9px;
    padding-bottom: 16px;
		margin-bottom: 20px;
  }
  .b-section_2 .b-section_2__point__num_1 {
		min-height: 140px;
  }
  .b-section_2 .b-section_2__point__paragraph {
    font-size: 100%;
    line-height: 2;
  }
  .b-section_2 .b-section_2__point__headline {
    font-size: 175%;
    margin-top: 0;
  }

}


/* ボタン　*/
.btn_box {
	width: 260px;
	margin: 0 auto;
	text-align: center;
}


/**-------------------------------------------------------------
 * .section_5 　無償対応　以下の内容
 ------------------------------------------------------------**/
.b-section_5__panel {
  padding: 64px 0 85px;
  text-align: center;
  box-sizing: border-box;
}
/*背景画像 PC用*/
.b-section_5__panel--num_1 {
	background-color: #f0f0f0;
	padding-top: 40px;
	padding-bottom: 40px;
}
.b-section_5__panel--num_2 {

}
.b-section_5__panel--num_4 {
  background: #fff;
}
.b-section_5__panel--num_5 {
  background: #f0f0f0;
	position: relative;
}
@media screen and (min-width:768px) {
	.anchor {
		height: 1px;
		margin-top: -131px;
		padding-top: 131px;
	}
}
.b-section_5__paragraph_1 {
	color: #000;
	font-weight: 600;
	font-size: 150%;
	margin-bottom: 20px;
	margin-top: 40px;
	text-align: left;
}

.b-section_5__headline_1 {
	text-align: left;
	font-size: 200%;
	font-weight: 800;
	line-height: 1.2;
	color: #3F8875;
	padding-bottom: 20px;
}
.b-section_5__headline_2 {
	font-size: 112%;
	font-weight: bold;
	padding-top:40px;
}
.b-section_5__note_1 {
  font-size: 94%;
  font-weight: 600;
  margin-top: 10px;
}
.b-section_5__note_1 a {
	color: #048c01;
	text-decoration: underline;
}
.b-section_5__note_2 {
  width: 622px;
  padding: 20px;
  box-sizing: border-box;
  background-color: #e1e1e1;
  font-size: 88%;
  line-height: 1.4;
  margin: 30px auto 0;
}
.b-section_5__note_3 {
  font-size: 94%;
  margin-top: 15px;
}
.b-section_5__paragraph_2 {
	margin-top: 20px;
	font-size: 100%;
	line-height: 1.9;
	text-align: left;
}
.b-section_5__btn {
  margin-top: 58px;
}
.b-section_5__btn a {
  background: #048c01 url("images/icon_6@2x.png") 319px center/12px 21px no-repeat;
  color: #fff;
  text-decoration: none;
  padding: 18px 95px;
  box-sizing: border-box;
  font-size: 138%;
}

.b-section_5__table {
	margin: 36px auto 0;
/*	border-collapse: separate;
	border-spacing: 2px;*/
}
.b-section_5__table th,
.b-section_5__table td {
	width: 310px;
	height: 45px;
	vertical-align: middle;
}
.b-section_5__table td {
  border:2px solid #fff;
}
.b-section_5__table th {
	height: 30px;
	font-size: 116%;
	font-weight: bold;
}
.b-section_5__table tr td:first-child {
	background: #e1e1e1;
}
.b-section_5__table tr td:last-child {
	background: #eaeaea;
}
/* 対応メーカーリスト */
.about-price_brand__list {
	width: 100%;
	margin: 8px auto 0;
}
@media screen and (min-width:1000px) {
	.about-price_brand__list {
		width: auto;
		margin: 12px auto 0;
	}
}

.about-price_brand__list td {
	width: 33.33%;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
}
@media screen and (min-width:480px) {
	.about-price_brand__list td {
		/*height: 54px;*/
		font-size: 14px;
	}
}
@media screen and (min-width:960px) {
	.about-price_brand__list td {
		font-size: 17px;
	}
}
.b-section_5__paragraph_3 {
  margin-top: 8px;
  font-size: 100%;
  line-height: 1;

}
@media screen and (max-width: 767px) {
  .b-section_5__panel {
    padding: 30px 0 40px;
  }
/*背景画像　モバイル用*/
.b-section_5__panel--num_1 {
  min-height: 100px;
}
.b-section_5__panel--num_2 {
	min-height: 100px;
}
.b-section_5__panel--num_4 {
  min-height: 100px;
  background: #fff;
}
.b-section_5__panel--num_5 {
  min-height: 100px;
  background: #f0f0f0;
	position: relative;
}

  .b-section_5__panel--num_5 .b-section_5__caption img {
    max-width: 80%;
  }
  .b-section_5__paragraph_1 {
	font-size: 95%;
	margin-bottom: 10px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	  padding-bottom: 0!important;
	  margin-top: 20px!important;
  }
  .b-section_5__headline_1 {
	font-size: 120%;
	line-height: 1.2;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0!important;
  }
  .b-section_5__note_1 {
	font-size:82%;
  margin-top: 5px;
  }
  .b-section_5__note_2 {
    width: 92%;
    margin: 10px auto 0;
    font-size: 88%;
    text-align: left;
    line-height: 1.4;
  }
  .b-section_5__note_3 {
    font-size: 94%;
    margin-top: 15px;
  }
  .b-section_5__paragraph_2 {
	width: 92%;
	margin: 10px auto 0;
	text-align: left;
	font-size: 82%;
	line-height: 1.4;
  }
	.b-section_5__table {
		width: 92%;
		margin: 18px auto 0;
		font-size: 82%;
	}
  .b-section_5__paragraph_3 {
    font-size: 82%;
	text-align:left;
	margin-left:1em;
	text-indent:-1em;
	padding:0 10px;
  }
}

/*:::: バナー ::::*/
.about-banner {
    width: 100%;
	text-align:center;
    padding-top: 50px;
}
.about-banner img {
	border:1px solid #ccc;
}
.about-banner02 {
    padding-top: 20px;
}
@media screen and (max-width: 767px) {
.about-banner {
	width:92%;
	margin:20px auto;
	padding:0;
}
/*モバイル版画像の調整*/
.b-mt40-10 {
margin: 40px 10px 0;
}
}

/*0404 追加*/
div.center {
	width:95%;
	margin:0 auto;
}
.panel {
	padding:50px 10px 10px;
}

.kome {
	margin-top: 20px;
	font-size: 100%;
	line-height: 1.9;
}
@media screen and (max-width: 767px) {
.kome {
	font-size: 82%;
	line-height: 1.1;
	text-indent:-1em;
	margin-left:1em;
	text-align:left;
}
}

/*非表示・表示*/
.sp_style {
display:none;

}
@media screen and (max-width:480px) {
.pc_style {
display:none;
}
.sp_style {
display:block;
}


}

/*--- CSS add heading-----*/
.about-wrap .txt-addtop {
  color: #C72826;
  font-size: 400%;
  font-weight: 800;
  line-height: 1.2;
  margin: 40px 0 55px;
}
@media screen and (max-width:767px) {
  .about-wrap .txt-addtop {
    font-size: 180%;
    line-height: 1.2;
    margin: 25px 0 40px;
  }
}
@media screen and (max-width:320px) {
  .about-wrap .txt-addtop {
    font-size: 26px;
  }
}
@media screen and (max-width:767px) {
}
@media screen and (max-width:767px) {
}
@media screen and (max-width:767px) {
}
@media screen and (max-width:767px) {
}
@media screen and (max-width:767px) {
}
@media screen and (max-width:767px) {
}
@media screen and (max-width:767px) {
}

.b-section_5__note_2 .subtxt{
  display: block;
  padding-left: 22px;
  position: relative;
}

.b-section_5__note_2 .subtxt:before{
  content: "※"; 
  position: absolute;
  left: 0;
  top: 0;
}
