@charset "utf-8";



/* -----------------------------------------------

	トップページ メインコンテンツ 

----------------------------------------------- */
.home-content {
	background-color: #fff;
	box-sizing: border-box;
}

.home-content h2 {
	margin-bottom: 30px;
}

.home-content ol,
.home-content ol li {
	margin: 0;
	padding: 0;
}

.home-ttl-img {
	margin: 0;
	padding: 0 !important;
	border: none !important;
	background: none !important;
	line-height: 1.0 !important;
}

.home-contents-08 li {
	margin-bottom: 40px !important;
	line-height: 1.0;
}

.home-contents-08 li:last-child {
	margin-bottom: 0;
}

.check-list-trouble {
	margin: 0;
	padding: 30px 20px;
	border: 1px solid #ff6600;
	border-radius: 8px;
}

.check-list-trouble:last-child {
	margin-bottom: 0;
}

.check-list-trouble li {
	list-style-type: none;
	margin-bottom: .75em;
	padding-left: 42px;
	line-height: 2.0;
	font-weight: 600;
	font-size: 18px;
	background: url(../img/ico_check_01.png) no-repeat left center;
	background-size: 23px 16px;
}

.check-list li:last-child {
	margin-bottom: 0;
}

.voice-block {
	margin-bottom: 30px;
	padding: 30px;
	background: #f9fce4;
}

.voice-block:last-child {
	margin-bottom: 0;
}

.voice-block h3 {
	margin-bottom: 30px;
	padding: 14px 20px;
	border: none;
	background: #94cc1b;
	color: #fff;
	font-size: 24px;
}

.reason-block {
	margin-bottom: 60px;
}

.reason-block:last-child {
	margin-bottom: 0px;
}


.reason-block h4 {
	margin: 0 0 20px;
	padding: 0 0 12px !important;
	border-bottom: 1px solid #f0ab0f;
	border-left: none !important;
	background: none !important;
	color: #f08b08;
	font-weight: 600;
	font-size: 22px;
	text-align: left;
}

.taiou_ttl {
	margin-bottom: 20px;
	padding: 15px 0;
	border-top: 2px dotted #927147;
	border-bottom: 2px dotted #927147;	
	color: #927147;
	font-weight: 600;
	font-size: 2.8rem;
	text-align: center;
	letter-spacing: 0.05em;
}

.taiou {
	margin: 0 0 10px;
	padding: 20px;
	background: #f8f4ee;
	border-radius: 6px;
}

.taiou p {
	margin-bottom: 0 !important;
	line-height: 1.9;
}


/* SP */
@media only screen
    and (max-width: 667px) {
.home-contents-01 {
	padding-top: 40px;
}

/* float */
.reason-block .reason-block-left {
	width: 60%;
	margin: 0 auto 1.0em;
	padding: 0;
	text-align: center;
}

.reason-block .reason-block-left img {
	width: 100%
}

.onayamiList {
	width: 100%;
	margin: 0 0 40px;
	padding: 30px 0 0;
}

.onayamiList li {
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 4%;
	font-size: 13px;
}

.onayamiList li:nth-child(2n) {
	margin-right: 0;
}

.onayamiList li img {
	width: 100%;
	margin-bottom: 2%;
}
} /* SP ここまで */


/* PC */
@media only screen
    and (min-width: 668px) {
.home #wrapper {
	width: 100%;
	margin: 0 auto;
}

.home-content {
	width: 760px;
	padding: 40px 30px 20px;
}

.home-contents p img {
	max-width: 700px;
}

.reason-block .reason-block-left {
	float: left;
	width: 230px;
}

.reason-block .reason-block-right {
	float: right;
	width: 440px;
}

.onayamiList {
	width: 700px;
	padding-top: 40px;
	margin-bottom: 40px;
}

.onayamiList li {
	float: left;
	width: 193px;
	margin-right: 15px;
	margin-bottom: 20px;
	font-size: 13px;
}

.onayamiList li:nth-child(3n) {
	margin-right: 0;
}

.onayamiList li img {
	margin-bottom: 10px;
}
}/* PC ここまで */



/* -----------------------------------------------

	トップページ voice__bloc

----------------------------------------------- */
.voice__bloc {
	padding: 30px 0 !important;
}

.voice__bloc_ttl {
	margin: 50px 0 20px;
	padding: 10px 20px;
	border: 2px solid #bd9e77;
	border-radius: 6px;
	background: none;
	color: #9c6b2e;
	font-size: 2.0rem;
	font-weight: 600;
	letter-spacing: .05em;
}

.voice__bloc_ttl:first-child {
	margin-top: 0;
}

.voice__bloc .imgleft,
.voice__bloc .imgright,
.voice__bloc .imgleft img,
.voice__bloc .imgright img,
.voice__bloc .left-column img,
.voice__bloc .right-column img {
	line-height: 1.0;
}

.voice__bloc_box {
	margin-bottom: 10px;
}

.voice-toggle {
  position: relative;
  width: 100%;
  border: 1px solid #ccc;
	border-radius: 8px;
}

.voice-toggle-more {
  display: block;
  position: relative;
	margin: 0;
	padding: 18px 20px 6px 20px;
	line-height: 1.0;
  font-weight: 600;
	font-size: 1.6rem;
  cursor: pointer;
}

.voice-toggle-more:hover,
.voice-toggle-more:active,
.voice-toggle .content-entry.open .voice-toggle-more {
  color: #666;
}

.voice-toggle-more:hover i:before,
.voice-toggle-more:hover i:active,
.voice-toggle .content-entry.open i {
  color: #666;
}

.voice-toggle-more {
  position: relative;
}

.voice-toggle-more:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #ccc;
  border-right: solid 2px #ccc;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.voice-toggle-more.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

.voice-toggle-inner {
  display: none;
	padding: 10px 20px 0 20px;
}


/* SP */
@media only screen
    and (max-width: 667px) {
.voice__bloc_ttl {
	line-height: 1.6;
	font-size: 1.8rem;
}

.voice__bloc .imgleft,
.voice__bloc .imgright,
.voice__bloc .left-column p,
.voice__bloc .right-column p {
	width: 70%;
	margin: 0 auto 1.0em;
	padding: 0;
}

.left-column p img,
.right-column p img,
.voice__bloc .imgright img {
	width: 100%;
}
}


/* PC */
@media only screen
    and (min-width: 668px) {
.voice__bloc .imgleft {
	float: left;
	margin: 0 18px .5em 0;
	padding: 0;
}

.voice__bloc .imgright {
	float: right;	
	margin: 0 0 .5em 20px;
	padding: 0;
}

.voice__bloc .imgright img {
	width: 216px;
}

.voice__bloc .column-box .left-column {
	float: left;
	width: 216px;
}

.voice__bloc .column-box .right-column {
	float: right;
	width: 374px;
}
}