@import url("global.css");

.mainvisual {
	background: url(../warranty/img/main.jpg) no-repeat center center;
	background-size: cover;
}

.contents .maintitle {
	font-size: 30px;
	color: #6e0b3a;
	font-weight: 900;
	margin-bottom: 50px;
	font-family: 'Noto Sans JP', "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Meiryo, Verdana, Arial, sans-serif;
}
.contents .lead {
	background: #F8F3F5;
	margin-bottom: 20px;
}
.lead figure {
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding-right: 20px;
}
.lead .text {
	width: 50%;
	float: right;
	box-sizing: border-box;
	padding: 50px 70px 0 20px;
}
.lead .text p {
	margin: 20px 0;
}
.lead .text p mark {
	color: #6e0b3a;
	font-weight: 900;
	background-color: inherit;
	font-family: 'Noto Sans JP', "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Meiryo, Verdana, Arial, sans-serif;
}
.lead .text p.link {
	margin-top: 40px;
}
.lead .text .link a {
	display: block;
	background-color: #6e0b3a;
	color: #fff;
	padding: 12px 20px;
	font-weight: 900;
	border-radius: 4px;
	font-family: 'Noto Sans JP', "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Meiryo, Verdana, Arial, sans-serif;
	position: relative;
	font-size: 15px;
}
.lead .text .link a::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 10px 0 10px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	right: 16px;
	top: 50%;
	margin-top: -7px;
}
.lead .text .link a:hover {
	background-color: #A0651F;
}
.contents .section {
	margin: 30px 0;
	border: #ccc 1px solid;
	border-radius: 2px;
	padding: 30px;
	overflow: hidden;
}
.contents .section:last-of-type {
	margin-bottom: 0;
}
.contents .section .main {
	width: 50%;
	box-sizing: border-box;
	padding: 40px 0 0 20px;
	float: right;
}
.contents .section .main .title {
	font-size: 24px;
	margin-bottom: 40px;
	font-family: 'Noto Sans JP', "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Meiryo, Verdana, Arial, sans-serif;
	font-weight: 900;
	letter-spacing: .1em;
}
.contents .section .main .text p {
	margin: 20px 0;
	padding-right: 40px;
}
.contents .section .main .text mark {
	color: #6e0b3a;
	font-weight: 900;
	background-color: inherit;
	font-family: 'Noto Sans JP', "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Meiryo, Verdana, Arial, sans-serif;
}
.contents .section .text ul {
	border-radius: 4px;
	padding: 15px 30px;
	background-color: #f2f2f2;
	font-family: 'Noto Sans JP', "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Meiryo, Verdana, Arial, sans-serif;
}
.contents .section .text ul li {
	margin: 2px 0;
	padding-left: 16px;
	text-indent: -16px;
	font-weight: 500;
}
.contents .section .text ul li::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #6E0B3A;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}

.contents .section .img {
	width: 50%;
	box-sizing: border-box;
	padding: 0 20px 0 0;
	float: left;
}
.contents .section .img dl {
	border: #EBDAC8 5px solid;
	border-radius: 5px;
	background-color: #FCF4EB;
	padding: 40px 30px 70px;
	font-family: 'Noto Sans JP', "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Meiryo, Verdana, Arial, sans-serif;
}
.contents .section .img dt {
	text-align: center;
	color: #A0651F;
	font-weight: 900;
	font-size: 21px;
	line-height: 90px;
	background: url(../warranty/img/kaigi.png) no-repeat center center;
	background-size: auto 100px;
	padding-top: 10px;
	margin-bottom: 10px;
}





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

 Responsive-Breakpoint-1 ( 1200px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1199px){

.contents .lead .wrapper {
	padding-left: 0;
}
.lead .text {
	padding: 20px 70px 0 20px;
}
.lead .text p.link {
	margin-top: 30px;
}

.contents .section {
	padding: 30px 20px;
}
.contents .section .main {
	padding: 10px 0 0 20px;
}
.contents .section .main .title {
	margin-bottom: 30px;
}

.contents .section .img dl {
	padding: 40px 20px 60px;
}


}



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

 Responsive-Breakpoint-2 ( 960px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px){

.contents .lead .wrapper {
	padding: 0 10px;
}
.lead figure {
	width: auto;
	float: none;
	padding: 0;
	margin: 0 -10px;
	text-align: center;
}
.lead .text {
	width: auto;
	float: none;
	padding: 10px 0 0 0;
}

.contents .section {
	padding: 30px 20px;
}
.contents .section .main {
	width: auto;
	padding: 0;
	float: none;
}
.contents .section .main .title {
	margin-bottom: 30px;
	text-align: center;
}
.contents .section .main .text {
	width: 50%;
	float: right;
}
.contents .section .main .text p {
	padding-right: 0;
}
.contents .section .main .text p:first-child {
	margin-top: 0;
}

.contents .section .img {
	padding: 0 30px 0 0;
}
.contents .section .img dl {
	padding: 20px 20px 50px;
}


}



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

 Responsive-Breakpoint-2 ( 645px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px){

.contents .maintitle {
	font-size: 24px;
	margin-bottom: 30px;
}
.contents .lead {
	margin-bottom: 0;
	padding-bottom: 10px;
}
.lead .text p.link {
	margin-top: 20px;
}
.contents .section {
	padding: 30px 15px;
}
.contents .section .main .title {
	font-size: 22px;
	margin-bottom: 25px;
}
.contents .section .main .text {
	width: auto;
	float: none;
}
.contents .section .text ul {
	padding: 15px 20px;
	margin-bottom: 20px;
}
.contents .section .text ul li {
	font-size: 15px;
}

.contents .section .img {
	width: auto;
	float: none;
	padding: 0;
}
.contents .section .img dl {
	padding: 20px 20px 40px;
}


}







