/*
channel code : qhtGN7wHcQse
for store
*/
@charset "UTF-8";

.for_sp {
	display: none;
}
#sections #allcont_area #data_rescue_dds_cont * {
    font-family:noto-sans-cjk-jp, 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif !important;
}
div.maintitlearea{
    width: 1200px;
    margin: 0 auto;
    border: none;
    padding: 16px 0 0;
}
#data_rescue_dds_cont h1 {
	max-width: 1200px;
	margin: auto;
    padding: 0;
}
.section {
	width: 976px;
	margin: auto;
	margin-bottom: 80px;
	border-bottom: 1px solid rgba(0,0,0,0.2);
    padding-bottom: 80px;
}
a {
    color: #336;
}
a.underline {
    text-decoration: underline;
}
h2 {
	font-size: 32px;
	text-align: center;
	margin-bottom: 64px;
    font-weight: bold;
}
*>sup{
    position: relative;
    top: 0.65em;
}
p {
	font-size: 16px;
	margin-bottom: 48px;
}
p.notes, span.notes {
	font-size: 14px;
	margin: 0;
    text-align: left;
}
p.notes{
    text-indent: -1em;
    padding-left: 2em;
}
p.notes.right{
    text-align: right;
    margin: 14px 0 57px;
}
p.notes.right.mb0{
    margin-bottom: 0;
}
p.txt{
	font-size: 16px;
    text-align: left;
}
p.s-caption{
    font-size: 18px;
}
p.caption{
    font-size: 22px;
}
div.overview{
    margin-bottom: 48px;
}
div.overview p.txt{
    margin-bottom: 14px;
}
.flex {
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
}
.flex_box {
	width: 470px;
    text-align: center;
    padding: 30px 50px;
}
.flex_box.blue p.features{
    font-size: 40px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 21px;
}
.flex_box p.caption, .gray-box.special-warranty p.caption{
    font-weight: bold;
    margin-bottom: 28px;
}
.flex_box.gray{
    background-color: #f1f1f1;
}
.flex_box.gray p.caption{
    color:#666;
}
.flex_box.blue{
    background-color: #dee3ed;
}
.flex_box.blue p.features, .flex_box.blue p.caption, .gray-box.special-warranty p.caption, section.dl-area p.caption{
    color:#336;
}
.flex_box ul, .flex_box p.txt{
    font-size: 16px;
    text-align: left;    
}
.flex_box ul{
    margin-bottom: 28px;
}
.flex_box p.txt{
    margin-bottom: 0;
}
.flex_box p.txt.bold{
    color: #666;
    font-size: 18px;
    font-weight: bold;
}
.flex_box img{
    max-width: 370px;
}

.flex_box.gray img, .flex_box.blue img{
    margin-bottom: 16px;
}
nav.anchor{
	width: 889px;
	margin: 0 auto 142px;
}
nav.anchor ul{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
nav.anchor ul li{
    font-size: 16px;
    text-align: center;
    width: 222px;
    height: 50px;
    border-right: 1px solid #ccc;
}
nav.anchor ul li:first-child{
    border-left: 1px solid #ccc;
}
nav.anchor ul li a{
    display: inline-block;
    margin: 15px auto;
    position: relative;
}
nav.anchor ul li a::after{
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-bottom: solid 1px #000;
    border-right: solid 1px #000;
    position: absolute;
    top: 50%;
    right: -16px;
    margin-top: -6px;
    transform: rotate(45deg);
}
.arrow_box{
    width: 36px;
    position: relative;
}
.arrow_r {
    width: 0;
    height: 0;
    border-left: 14px solid #666699;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.section.trouble-recovery{
    border-bottom: none;
}
.section.trouble-recovery p.notes{
    margin: 0 auto 16px;
    text-align: center;
}
.section.trouble-recovery table{
    font-size: 16px;
    width: 976px;
}
.section.trouble-recovery table tr{
    border-bottom: 1px solid #ccc;
}
.section.trouble-recovery table tr:first-child{
    border-top: 1px solid #ccc;
}
.section.trouble-recovery table th, .section.trouble-recovery table td{
    padding: 14px 9px;
}
.section.trouble-recovery table td{ /*:not(:last-child){ */
    padding: 14px 14px 14px 9px; /* 9px はthと揃えて*/
}
.section.trouble-recovery table th{
    color: #333366;
    background-color: #e6e6e6;
}
.section.trouble-recovery table th, .section.trouble-recovery table td{ /*:first-child{ */
    width: 33.3%;
}
/******** more ********/
.more *, .more *:after, .more *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.more {
	/*overflow-x: hidden; */
	margin: 0 auto;
}
.more .more-tab {
	padding: 10px 0;
	position: relative;
}
.more .more-tab:last-child{
    margin-bottom: 30px;
}
.more label {
	font-size: 1.2em;
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0 0 16px;
	cursor: pointer;
	text-decoration-line: underline;
}

.more label:hover {
	text-decoration: none;
}

.more .more-tab-content {
	font-size: 1em;
	position: relative;
	overflow: hidden;
	height: 0;
	padding: 0 14px;
	-webkit-transition: 0.4s ease;
	        transition: 0.4s ease;
	opacity: 0;
}
.more .more-tab input[type=checkbox]:checked ~ .more-tab-content {
	height: auto;
	padding: 0;
    margin-top: 40px;
    opacity: 1;
    overflow: visible;
}

.more-tab label:after {
    content: '';
    display: inline-block;
    width: 115px;
    height: 27px;
    background-image: url(../img/lavel_more.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 10px auto;
	-webkit-transition: 0.2s ease;
	        transition: 0.2s ease;
}
.more-tab input:checked ~ label::after {
    content: '';
    background-image: url(../img/lavel_close.png);
}

.more .more-tab input[type=checkbox] {
  display: none;
}

.gray-box{
    width: 976px;
    margin: 0 auto 36px;
    text-align: center;
    background-color: #f1f1f1;
    padding: 36px 67px 50px;
}
.gray-box p.txt{
    margin-bottom: 16px;
}
.gray-box.special-warranty p.caption{
    text-align: center;
    margin: 50px 0;
}
.gray-box.special-warranty p.txt{
    margin-bottom: 16px;
}
.gray-box.special-warranty p.detail{
    text-align: left;
    margin-bottom: 40px;
}
.gray-box.special-warranty img{
    max-width: 870px;
    margin: 0 auto 36px;
}
.gray-box.inquiry{
    padding: 20px 60px 48px;
}
.gray-box.inquiry p.txt, .gray-box.inquiry p.caption, .gray-box.inquiry p.notes, .gray-box.inquiry p.s-caption{
    margin: 32px auto;
    text-align: center;
}
.gray-box.inquiry p.s-caption.bold{
    font-weight: bold;
}
.gray-box.inquiry p.txt.mb8{
    margin-bottom: 8px;
}
.gray-box.inquiry p.caption{
    font-weight: 500;
}
.gray-box.inquiry em{
    font-size: 32px;
    font-style: normal;
}
.gray-box.inquiry em a{
    color: #000;
}
.gray-box.inquiry div.inq-content{
    border: 1px solid #999;
    margin: auto;
    width: 660px;
}
.gray-box.inquiry div.inq-content p.s-caption{
    margin: 24px auto;
}
.gray-box.inquiry div.inq-content p.txt{
    width: 370px;
    margin: 0 auto 10px;
    border-bottom: 1px solid #666;
}
.gray-box.inquiry div.inq-content p.txt.provider{
    margin: 20px auto 16px;
    border-bottom: none;
}

/* faq */
.section.question{
    border-bottom: none;
    padding-bottom: 0;
}
.faq *, .faq *:after, .faq *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.faq {
	overflow-x: hidden;
	margin: 0 auto;
	color: #333333;
}
.faq .faq-tab {
	padding: 30px 0;
	border-bottom: 1px solid #cccccc;
	position: relative;
}
.faq .faq-tab:first-child{
    border-top: 1px solid #cccccc;
}
.faq .faq-tab:last-child{
    margin-bottom: 30px;
}
.faq label {
	font-size: 18px;
    font-weight: bold;
    position: relative;
    display: block;
    width: 100%;
    margin: 0; 
    padding: 0 0 0 30px;
    cursor: pointer;
    color: #369;
}

.faq label:hover {
	text-decoration: none;
}

.faq .faq-tab-content {
	font-size: 16px;
	position: relative;
	overflow: hidden;
	height: 0;
	padding: 0 14px;
	-webkit-transition: 0.4s ease;
	        transition: 0.4s ease;
	opacity: 0;
}
.faq .faq-tab input[type=checkbox]:checked ~ .faq-tab-content {
	height: auto;
    padding: 10px 5px;
    opacity: 1;
}
.faq-tab label:before{
	color: #369;
    content: 'Q.';
    font-size: 20px;
    position: absolute;
    top: -2px;
    left: 4px;
}
.faq-tab-content:before{
	color: #369;
	content: 'A.';
    font-size: 21px;
    margin-right: 0.25em;
}

.faq .faq-tab input[type=checkbox] {
  display: none;
}
.toggle_btn {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    display: block;
    width: 50px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.toggle_btn::after {
	content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../img/icon_plus.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%)
}
/*.toggle_btn::before {
	width: 2px;
	height: 10px;
} */
.faq-tab input:checked ~ * .toggle_btn:after {
  background-image: url(../img/icon_minus.svg)
}
section.dl-area, section.target-model{
    background-color: #f1f1f1;
    margin: auto;
    text-align: center;
    padding: 64px 0;
}
p.dl_btn a{
    width: 320px;
    height: 60px;
    box-sizing: border-box;
    font-size: 16px;
    padding: 15px 0;
    background: #fff;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    color: #336;
    border: 1px solid #336;
    border-radius: 10px;
    filter: drop-shadow(0px 8px 10px rgba(0,0,0,0.3));
}
section.target-model{
    background-color: #fff;
}
section.target-model ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 687px;
    margin: auto;
}
section.target-model ul li{
    width: 210px;
    height: 318px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0px 4px 10px 4px rgba(10,10,10,0.1), 0px 0px 0px 1px rgba(10,10,10,0.02);
    padding: 40px 0;
}
section.target-model ul li span{
    font-size: 16px;
}
section.target-model ul li img{
    max-width: 193px;
}
section.target-model ul li a{
    font-size: 16px;
    color: #336;
    text-decoration-line: underline;
}
section.target-model p.model{
    color: #333;
    font-size: 22px;
    margin-bottom: 18px;
}
div.my_pagetop_end {
    max-width: 976px;
    margin: auto;
}
.rescue_dds_mt10{ margin-top: 10px;}
.rescue_dds_mt15{ margin-top: 15px;}
.rescue_dds_mt25{ margin-top: 25px;}
@media screen and (max-width: 640px) {
	.faq label {
    padding: 0 30px 0 30px;
	}
	
	.faq .faq-tab input[type=checkbox]:checked ~ .faq-tab-content {
	height: auto;
	padding: 10px 0px 0px 5px;
	opacity: 1;
    }
}


@media screen and (max-width: 640px) {
	.for_pc {
		display: none;
	}
	.for_sp {
		display: block;
	}
    #sections #allcont_area * {
        font-family:noto-sans-cjk-jp, 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
    }
    div.maintitlearea{
        width: 100%;
    }
    p.notes.right {
        padding: 0 2%;
    }
    nav.anchor ul li {
        width: 50%;
        margin-bottom: 11px;
    }
    nav.anchor ul li:nth-child(n+3){
        margin-bottom: 0;
    }
    nav.anchor ul li:first-child {
        border-left: none;
    }
    nav.anchor ul li:nth-child(2n){
        border-right: none;
    }
    nav.anchor {
        width: 100%;
        padding: 0 2%;
        margin: 0 auto 142px;
    }
    .section {
        width: 100%;
        padding: 0 2% 60px;
    }
    .flex_box, .gray-box {
        width: 100%;
        padding: 30px 4%;
    }
    .flex_box img {
        max-width: 100%;
    }
    span.indent{
        margin-left: 1.2em;
    }
    .arrow_box{    
        height: 36px;
        width: 100%;
        margin-top: 12px;
    }
    .arrow_r {
        border-left: 14px solid transparent;
        border-right: 14px solid transparent;
        border-top: 14px solid #666699;
    }
    div.scroll {    /***sp table 横スクロール****/
    overflow: scroll;
    overflow-y: hidden;
    float: none;
    margin: 0 0 10px;
    }
    p.caption {
        font-size: 20px;
    }
    .gray-box.special-warranty img {
        max-width: 100%;
    }
    .flex_box.blue {
        margin-bottom: 16px;
    }
    .gray-box.inquiry {
        padding: 20px 5% 48px;
    }
    .gray-box.inquiry div.inq-content{
        width: 100%;
    }
    .gray-box.inquiry div.inq-content p.txt{
        width: 90%;
    }
    .gray-box.inquiry p.txt{
        font-size: 14px;
    }
    section.target-model ul{
        max-width: 100%;
        justify-content: center;
    }
    section.target-model ul li {
        margin-bottom: 20px;
    }
    section.target-model ul li:last-child {
        margin-bottom: 0;
    }
    section.dl-area p.caption{
        font-size: 18px;
    }
    div.my_pagetop_end {
        max-width: 100%;
    }
}    /* @media */