@CHARSET "shift_jis";
/******************************************************************************
 * エバーペット
 * WEB SITE ver.2019
 * RESPONSIVE
 * PC width min-width:768px
 * SP max-width: 767px(iPhone6+ ヨコイチまで)
******************************************************************************/
@import url(html5-doctor-reset-stylesheet.min.css);
@import url(base.css);

/******************************************************************************
 * ARTICLE
******************************************************************************/
body>article {}
/** PC ***********************************************************************/
@media screen and (min-width:768px),print{
	body>article {}
}
/** SMART PHONE **************************************************************/
@media screen and (max-width:767px){
	body>article {}
}

/*******************************************************************************
 * コンテンツヘッダ
*******************************************************************************/
article#guarantee>header {
	width: 100%;
	background: url(img/contents/guarantee.headimg.jpg) no-repeat #ccc;
	background-size: cover;
	position: relative;
}
article#guarantee>header>h2 {
	color: #fff;
	font-family: 'M PLUS Rounded 1c',Meiryo,"メイリオ",sans-serif;
	font-weight: bold;
	width: 100%;
	padding: 10px;
	text-shadow:
		1px 1px 1px #000,-1px -1px 1px #000;
	/*background: rgba(138,138,123,0.5);*/
	position: absolute;
}

/** PC ************************************************************************/
@media screen and (min-width:768px),print{
	article#guarantee>header {
		height: 300px;
		background-position: center -80px;
	}
	article#guarantee>header>h2 {
		font-size: 2.5em;
	}
}

/** SMART PHONE ***************************************************************/
@media screen and (max-width:767px){
	article#guarantee>header {
		height: 150px;
		background-position: center center;
	}
	article#guarantee>header>h2 {
		font-size: 1.5em;
	}
}

/*******************************************************************************
 * プライバシーポリシー
*******************************************************************************/
article#guarantee>section {
	padding-top: 10px;
}
#guarantee>section>h3 {
	color: #741e00;
	font-family: 'M PLUS Rounded 1c',Meiryo,"メイリオ",sans-serif;
	font-size: 130%;
	padding: 8px;
	margin: 1.0em 0 0.5em;
	border-left: 6px solid #ff5c26;
	border-bottom: 1px solid #ff5c26;
	background: #ffdfbf;
}
#guarantee>section>h4 {
	color: #741e00;
	font-size: 110%;
	padding-bottom: 8px;
	margin-top: 1.0em;
	margin-bottom: 0.5em;
	border-bottom: 1px dashed #aaa;
}
#guarantee>section>p {
	line-height: 1.8;
	text-indent: 1.0em;
	margin-bottom: 0.5em;
}
#guarantee>section>div#prevent {}
div#prevent>dl {
	margin-bottom: 10px;
}
div#prevent>dl>dt {
	font-size: 110%;
	font-weight: bold;
	padding: 8px;
	margin-bottom: 8px;
	border-radius: 16px;
	background: #ffa;
}
div#prevent>dl>dd {
	line-height: 1.5;
	padding: 0 8px;
}

#guarantee>section>ul {
	line-height: 1.5;
	list-style: disc;
	margin-left: 2.0em;
	margin-bottom: 0.5em;
}
#guarantee>section>table {
	border-collapse: collapse;
	margin-bottom: 16px;
}
#guarantee>section>table th,
#guarantee>section>table td {
	vertical-align: middle;
	line-height: 1.3;
	padding: 4px;
	border: 1px solid #333;
}
#guarantee>section>table>thead {
	background: #eef;
}
#guarantee>section>table td small {
	font-size: 90%;
}
#guarantee>section>table td span {
	color: #c00;
	font-size: 90%;
}
#guarantee>section>dl#frontdesk {
	padding: 1.0em;
	margin-top: 2.0em;
	border: 1px solid #c00;
}
dl#frontdesk>dt {
	color: #c00;
	font-weight: bold;
	margin-bottom: 0.5em;
}
dl#frontdesk>dd {
	font-weight: bold;
	line-height: 1.5em;
}
dl#frontdesk>dd>ul {
	font-weight: normal;
	list-style: disc;
	margin-left: 1.5em;
}
dl#frontdesk>dd>ul a {
	color: #33a;
	text-decoration: underline;
}


/** PC ************************************************************************/
@media screen and (min-width:768px),print{
	#guarantee>section>div#prevent {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	div#prevent>dl {
		width: calc(50% - 8px);
		margin-right: 16px;
	}
	div#prevent>dl:nth-child(2n) {margin-right: 0;}
}
/** SMART PHONE ***************************************************************/
@media screen and (max-width:767px){
	article#guarantee>section {
		padding: 10px 10px;
	}
}


/******************************************************************************
 * BigRam
 * ver 1.0 2019
******************************************************************************/