@charset "UTF-8";


/*メインイメージ
---------------------------------------------------------*/
.contentpage .m_img {
	background-image: url(../images/guarantee/m_img.jpg);
}

/*導入
---------------------------------------------------------*/
.pankuzu {
	margin-bottom: 80px;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/* パンくずリスト */
.pankuzu {
	font-size: 70%;
	margin-bottom: 8%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/* パンくずリスト */
.pankuzu {
	padding: 5% 3% 0;
	margin-bottom: 6%;
	font-size: 70%;
	line-height: 2.0em;
	letter-spacing: normal;
}
}


/*レイアウト
---------------------------------------------------------*/

.about .com_title{
margin-top: -7%;
}

.bg_txt{
background: url(../images/guarantee/img1.jpg) no-repeat center top;
background-size: cover;
text-align: center;
min-height: 377px;
position: relative;
margin-top: -5%;
margin-bottom: 7%;
}
.bg_txt p{
position: absolute;
bottom: 25%;
left: 0;
right: 0;
margin: auto;
font-size: 160%;
line-height: 160%;
}
.bg_txt p span{
font-size: 130%;
}

/* 1300px以下
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1300px) {
.about .com_lead dt{
	font-size: 160%;
}
.bg_txt p{
font-size: 2.7vw;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.bg_txt{
background: url(../images/guarantee/img1_sp.jpg) no-repeat center top;
background-size: cover;
min-height:inherit;
padding: 28% 0 10%;
}
.bg_txt p{
position: relative;
font-size: 4.5vw;
}
}



.hosyo .w1300{
text-align: center;
margin-top: 7%;
margin-bottom: 7%;
}
.hosyo .w1300 .inner{
background: rgb(183,161,75);
background: -moz-linear-gradient(left, rgba(183,161,75,1) 0%, rgba(233,219,150,1) 10%, rgba(233,219,150,1) 85%, rgba(183,161,75,1) 100%);
background: -webkit-linear-gradient(left, rgba(183,161,75,1) 0%,rgba(233,219,150,1) 10%,rgba(233,219,150,1) 85%,rgba(183,161,75,1) 100%);
background: linear-gradient(to right, rgba(183,161,75,1) 0%,rgba(233,219,150,1) 10%,rgba(233,219,150,1) 85%,rgba(183,161,75,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7a14b', endColorstr='#b7a14b',GradientType=1 );
}
.hosyo .gold{
font-size: 180%;
line-height: 1em;
padding: .75em .75em .7em;
background: rgb(2,0,25);
background: -moz-linear-gradient(left, rgba(2,0,25,1) 0%, rgba(98,93,128,1) 50%, rgba(2,0,25,1) 100%);
background: -webkit-linear-gradient(left, rgba(2,0,25,1) 0%,rgba(98,93,128,1) 50%,rgba(2,0,25,1) 100%);
background: linear-gradient(to right, rgba(2,0,25,1) 0%,rgba(98,93,128,1) 50%,rgba(2,0,25,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#020019', endColorstr='#020019',GradientType=1 );
}
.hosyo .gold span{
font-size: 60%;
}

.hosyo .ten_year{
padding: 30px 10% 30px 20%;
}
.hosyo .five_year{
padding: 25px 15px;
background: rgba(185,163,89,.8);
}

.hosyo .case{
padding: 3% 8%;
background: url(../images/guarantee/bg_hosho.png) no-repeat right center;
background-size: auto 100%;
text-align: left;
}
.hosyo .case p:first-child{font-size: 130%;}
.hosyo ul{
margin: 1.5em 0 1.5em .5em;
}

.hosyo ul li{
position: relative;
padding-left:1.8em;
}
.hosyo ul li i{
position: absolute;
left: 0;
top: 0;
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.hosyo .ten_year{
padding: 5% 3%;
}
.hosyo .case{
padding: 8%;
background: none;
}
}


.hiketsu_index{
background: rgba(231,215,149,.3);
text-align: center;
}
.hiketsu_index dt{
background: url(../images/guarantee/deco.svg) no-repeat center #b6a059;
padding: .3em 1em .5em;
color: #fff;
font-size: 140%;
}
.hiketsu_index dt span{
font-size: 170%;
position: relative;
top: .1em;
padding-left: .1em;
}
.hiketsu_index dd{
font-size: 170%;
padding: 1em .7em;
letter-spacing: .2em;
}

.hiketsu .inner{
padding: 5%;
}

.hiketsu .com_bnr_box {
	margin-top: 50px;
}
.hiketsu .com_bnr_box::before {
	background-image: url(../images/guarantee/bnr_bg1.png), url(../images/guarantee/bnr_bg2.png);
}

/* 1000px以下
------------------------------------------*/
@media only screen and (min-width: 767px) and (max-width: 1400px)  {
.hiketsu .inner{
padding: 5% 0;
}
.hiketsu_index dd{
font-size: 160%;
padding: .8em .3em;
letter-spacing: .2em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.hiketsu_index dt{
background: url(../images/guarantee/deco.svg) no-repeat center #b6a059;
background-size: cover;
padding: .9em .5em .8em;
font-size: 105%;
}
.hiketsu_index dd{
font-size: 120%;
}
.hiketsu_index dd span{
font-size: 80%;
}
.hiketsu .com_bnr_box::before {
	background-image: none, url(../images/guarantee/bnr_bg2.png);
}
}


.mamoru{
padding-bottom: 7%;
}






