@charset "UTF-8";
/* ---------------------------------------------------------
   guarantee.css【安心のアフターサービス】
----------------------------------------------------------*/
#guarantee_detail{
	font-size: 14px;
}
.guarantee_inner{
	width: 695px;
	margin: 0 auto 50px auto;
}
.plan_table{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
}
.plan_table th,
.plan_table td{
	text-align: center;
	border: 1px solid #CCCCCC;
	padding: 10px;
}
.plan_table thead th{
	background: #FFFFDD;
	width: 68px;
}
.plan_table thead td{
	border-bottom: 1px dotted #CCCCCC;
	padding: 10px 0;
}
.plan_table tbody th{
	background: #EEEEEE;
}
.plan_table tbody td{
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	font-size: 16px;
	font-weight: bold;
}
.plan_table tbody td span{
	font-size: 30px;
}
#guarantee01{
	background: url(../img/guarantee/img03.jpg) left bottom no-repeat;
	min-height: 152px;
	height: auto!important;
	height: 152px;
	padding-left: 270px;
}
#guarantee02{
	background: url(../img/guarantee/img06.jpg) left top no-repeat;
	margin-bottom: 60px;
	padding: 0 17px;
	width: 630px;
}
#guarantee03{
	background: url(../img/guarantee/img07.jpg) right bottom no-repeat;
	margin-bottom: 30px;
	padding-right: 230px;
}
#guarantee03 dt{
float: left;
width: 125px;
color: #FE6310;
font-weight: bold;
padding-bottom: 2px;
margin-bottom: 2px;
}
/*\*/
#guarantee03 dt{ clear: both;}
/**/
#guarantee03 dd{
padding-left: 135px;
font-size: 14px;
border-bottom: 1px solid #CCCCCC;
padding-bottom: 2px;
margin-bottom: 2px;
}
/*\*/
*html #guarantee03 dd{ float: none;}
/**/
*:first-child+html #guarantee03 dd{ float: none;}
#guarantee02 .f_left, #guarantee02 .f_right{
	width: 305px;
}
#guarantee02 .f_left .txt{
	background: url(../img/guarantee/img10.jpg) right top no-repeat;
	min-height: 140px;
	height: auto!important;
	height: 140px;
	padding-right: 160px;
}
#guarantee02 .f_right .txt{
	background: url(../img/guarantee/img11.jpg) right top no-repeat;
	min-height: 140px;
	height: auto!important;
	height: 140px;
	padding-right: 160px;
}

/*2015_11追記*/
#guarantee04{
	margin:auto;
	width:651px;
}
#rireki{
	/*background: #FDF3E7;*/
	padding: 10px;
}
#rireki ul{
	font-size: 12px;
	color: #FE6310;
	list-style: square;
	margin-left: 18px;
	margin-right:25px;
}
#rireki ol{
	list-style: none;
}
.annotation{
	font-size:smaller;
	list-style:none;
}
/*20190621追記*/
#failContents{
	font-weight: 900;
}
/* add 20200821 */
#CrossGuarantee p {
    margin: 0;
}
#CrossGuarantee h2.CGTitle {
    font-size: 3em;
    padding: 0;
    margin: 20px 0;
    text-align: center;
    background: none;
    color: #eb6120;
}
#CrossGuarantee h2.CGTitle::after {
    content: none;
}
#CrossGuarantee h2.CGTitle + img {
    margin-bottom: 40px;
}
#CrossGuarantee ul {
    display: flex;
    align-items: flex-start;
    margin: 20px 0;
}
#CrossGuarantee ul li:nth-child(1) {
    width: 20%;
}
#CrossGuarantee ul li:nth-child(2) h3 {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 20px;
}
#CrossGuarantee ul li:nth-child(2) {
    width: 80%;
}
#CrossGuarantee .CGsub {
    padding: 20px;
    background-color: #f1f2f6;
    position: relative;
}
#CrossGuarantee .CGsub h4 {
    font-weight: bold;
    margin-bottom: 10px;
}
#CrossGuarantee .CGsub h4::before {
    content: none;
}
#CrossGuarantee .CGsub::after {
    content: "";
    width: 142px;
    height: 84px;
    background: url(../img/guarantee/Icon_GuaranteeBg.png);
    position: absolute;
    top: 50%;
    margin-top: -42px;
    right: 20px;
}
@media screen and (max-width:767px) {
#CrossGuarantee h2.CGTitle {
    font-size: 7vw;
}

#CrossGuarantee h2.CGTitle + img {
    margin-bottom: 20px;
}
#CrossGuarantee ul {
    flex-direction: column;
    margin-top: 20px;
}

#CrossGuarantee ul li h3 {
    font-size: 7vw;
    font-weight: bold;
    text-align: center;
}
#CrossGuarantee ul li:nth-child(1),
#CrossGuarantee ul li:nth-child(2) {
    width: 100%;
}

#CrossGuarantee ul li:nth-child(2) img {
    float: left;
    padding: 0 5px 5px 0;
    width: 30%;
}
#CrossGuarantee .CGsub h4 {
    text-align: center;
}
#CrossGuarantee .CGsub::after {
    top: auto;
    margin-top: 0;
    right: 20px;
    bottom: 20px;
}
}

#ProtimesOnly h2.POTitle {
    font-size: 2em;
    padding: 10px 0;
    margin: 20px 0;
    text-align: center;
    color: #fff;
    background: rgb(246,171,0);
    background: -moz-linear-gradient(left,  rgba(246,171,0,1) 0%, rgba(235,97,0,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(246,171,0,1) 0%,rgba(235,97,0,1) 100%);
    background: linear-gradient(to right,  rgba(246,171,0,1) 0%,rgba(235,97,0,1) 100%);
}
#ProtimesOnly h2.POTitle::after {
    content: none;
}
#ProtimesOnly ul {
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
}
#ProtimesOnly ul li:nth-child(1) {
    width: 18%;
}
#ProtimesOnly ul li:nth-child(1) img {
    margin: 0;
}
#ProtimesOnly ul li:nth-child(2) {
    width: 82%;
    font-size: 28px;
    line-height: 1.5em;
    font-weight: bold;
}
#ProtimesOnly ul li:nth-child(2) span {
    font-size: 28px;
    font-weight: bold;
    color: #eb6120;
}
@media screen and (max-width:767px) {
#ProtimesOnly h2.POTitle {
    font-size: 5vw;
}
#ProtimesOnly ul {
    align-items: flex-start;
}
#ProtimesOnly ul li:nth-child(1) {
    width: 28%;
    margin-right: 2%;
}
#ProtimesOnly ul li:nth-child(2) {
    width: 70%;
    font-size: 4vw;
}
#ProtimesOnly ul li:nth-child(2) span {
    font-size: 4vw;
}
}
/*20220714 start*/
.page_guarantee_bg .page_guarantee .guarantee_table p {
    width: 980px;
    height: auto;
}

.page_guarantee_bg .page_guarantee .guarantee_table .guarantee_table_scroll {
    width: 980px;
}

/*20220714 end*/