@charset "shift_jis";
/* .inner_content{width:900px} */
#faq-kaden-subscription *{
	box-sizing:border-box;
}
#faq-kaden-subscription h1{
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: .5em;
    padding-bottom: .2em;
}
#faq-kaden-subscription a{
    display: block;
    text-decoration: none;
}
#faq-kaden-subscription img{
    width: 100%;
    height: auto;
    display: block;
}
#faq-kaden-subscription .align_right{
	text-align: right;
}

/*==============================================
見出し  STR
================================================*/
#faq-kaden-subscription h2{
    border-bottom: 4px solid #333333;
    font-size: 28px;
    margin-top: 60px;
}
#faq-kaden-subscription h2.top-no{
    margin-top:0;
}
#faq-kaden-subscription h4{
    border-bottom: 4px solid #eb0007;
    margin: 60px 0 10px;
    color: #222;
    font-size: 28px;
}
/*==============================================
見出し  END
================================================*/

/*==============================================
アンカー  STR
================================================*/
#faq-kaden-subscription .synth {
    border: 1px solid #e4e4e4;
    width:100%;
    overflow: hidden;
    margin:1em 0 3em 0;
}
#faq-kaden-subscription .synth ul {
    overflow: hidden;
    border-bottom: 1px dashed #cccccc;
    display: flex
}
#faq-kaden-subscription .synth ul li {
    width:50%;
    padding: 1em 2em;
}
#faq-kaden-subscription .synth ul li.l_box {
    border-right: 1px dashed #cccccc;
}
#faq-kaden-subscription .synth ul li.r_box {
    
}
#faq-kaden-subscription .synth ul li.l_box dl,
#faq-kaden-subscription .synth ul li.r_box dl {
    margin: 10px auto;
    font-size: 13px;
}
#faq-kaden-subscription .synth ul li.l_box dl dd,
#faq-kaden-subscription .synth ul li.r_box dl dd {
    background: url("../IMAGE/img/isc/qa/icon_li06.gif") no-repeat scroll 0px 7px transparent;
}

#faq-kaden-subscription .synth ul li.l_box dl dd a,
#faq-kaden-subscription .synth ul li.r_box dl dd a{
    display: block;
    padding: 2px 0 2px 20px;
    text-decoration: underline;
}
#faq-kaden-subscription .synth ul li.l_box dl dd a:hover,
#faq-kaden-subscription .synth ul li.r_box dl dd a:hover {
    color: #eb0007;
    text-decoration: underline;
}
#faq-kaden-subscription .synth ul li h3 {
    font-size: 20px;
    margin-bottom: 10px;
    border-bottom: 3px solid #333;
}
#faq-kaden-subscription .synth .box h3 {
    font-size: 150%;
    border-bottom: 3px solid #333;
    width: 100%;
    margin-left: 10px;
    margin-top: 10px;
}
#faq-kaden-subscription .synth .box ul {
    border-bottom: none;
}
#faq-kaden-subscription .synth .box ul li.l_box {
    border-right: none;
}
#faq-kaden-subscription .synth .box ul li.l_box dt,
#faq-kaden-subscription .synth .box ul li.r_box dt {
    background: url("../IMAGE/img/isc/qa/icon_li06.gif") no-repeat scroll 0px 3px transparent;
    text-align: left;
}
#faq-kaden-subscription .synth .box ul li.l_box dt a,
#faq-kaden-subscription .synth .box ul li.r_box dt a {
    display: block;
    padding: 2px 0 5px 18px;
    text-decoration: underline;
}
#faq-kaden-subscription .synth .box ul li.l_box dt a:hover,
#faq-kaden-subscription .synth .box ul li.r_box dt a:hover {
    color: #eb0007;
    text-decoration: underline;
}
/*==============================================
アンカー  END
================================================*/

/*==============================================
質問リスト  STR
================================================*/
#faq-kaden-subscription .toggle {
    display: none;
}
#faq-kaden-subscription .faq-inner{
    border: 1px solid #e4e4e4;
    margin-top: 20px;
    margin-bottom: 5px;
    padding:2em;
}
#faq-kaden-subscription .Label{
    color: #e50012;
    margin-bottom: 1em;
    font-size: 16px;
}
#faq-kaden-subscription .Label,
#faq-kaden-subscription .content{
    position: relative;
    display: flex;
    align-items: center;
    gap: 1.5em;
    padding:0;
    flex-wrap: wrap;
}

#faq-kaden-subscription .content p{
    line-height: 1.4;
    font-size: 16px;
    width: 90%;
}
#faq-kaden-subscription .Label::before,
#faq-kaden-subscription .content::before{
    background: #eee;
    color: #222;
    width: 1.6em;
    height:1.6em;
    border-radius: 100vw;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-weight: lighter;
    font-size: 1.8rem;
    font-family: 'Lato';
}
#faq-kaden-subscription .Label::before{
    content: "Q";
}
#faq-kaden-subscription .content::before{
    content: "A";
}
/*==============================================
質問リスト  END
================================================*/

/*==============================================
ボタン  STR
================================================*/
#faq-kaden-subscription .btn{
    background-color: #eb0012;
    color: #fff;
    padding: 1em 0;
    border-radius:100vw;
    text-align: center;
    margin: 1em ;
    display: inline-block;
    width: 45%;
}
#faq-kaden-subscription .btn:hover{
    color: #fff !important;
    opacity: .7;
}
/*==============================================
ボタン  END
================================================*/

/*==============================================
お問い合わせ  STR
================================================*/
#faq-kaden-subscription .list-inner{
    margin-top:1em ;
    display: flex;
    flex-wrap: wrap;
}
#faq-kaden-subscription .list-inner img{
    width: 20%;
}
#faq-kaden-subscription .list-inner dt{
    width: 30%;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: none;
    background: #f5f5f5;
}
#faq-kaden-subscription .list-inner dt,
#faq-kaden-subscription .list-inner dd{
    padding: 1em;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#faq-kaden-subscription .list-inner dt:first-of-type{
    border-top: 1px solid #ccc;
}
#faq-kaden-subscription .list-inner .small{
    font-size: .9em;
}
#faq-kaden-subscription .list-inner dd{
    background-color: #fff;
    width: 70%;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
#faq-kaden-subscription .list-inner dt:last-of-type,
#faq-kaden-subscription .list-inner dd:last-of-type {
    border-bottom: 1px solid #ccc;
}
/*==============================================
お問い合わせ  END
================================================*/

/*==============================================
TOPへ戻る  STR
================================================*/
#faq-kaden-subscription .pagetop {
    position: fixed;
    bottom: 4.5em;
    right: 1em;
	z-index: 3;
}
#faq-kaden-subscription .pagetop a {
	display: flex;
	justify-content: center;
    align-items: center;
    text-align: center;
	vertical-align: middle;
	color: #fff;
	font-size:.8em;
	font-weight:lighter;
	background-color: #222222c7;
	border-radius: 80px;
	width:7em;
	height:7em;
    line-height: 1.3em;
    transition: 0.3s all;
    text-decoration: none;
}
#faq-kaden-subscription .pagetop a:hover{
    color: #fff !important;
    opacity: .8;
    transform: translateY(-2px);
}
/*==============================================
TOPへ戻る  END
================================================*/

/*==============================================
プランの表  STR
================================================*/
#faq-kaden-subscription .inner-area{
    width: 100%
}
#faq-kaden-subscription h2.midashi{
    background: #000000;
    font-size: 20px;
    text-align: center;
    padding: .5em 0;
    border: none;
    color: #fff;
    margin: 0;
}
/* 選べる契約期間 */
#faq-kaden-subscription .table-midashi {
    font-size: 22px;
    background: linear-gradient(100deg, rgba(255, 165, 214, 1), rgba(79, 196, 244, 1) 50%, rgba(138, 255, 221, 1));
    color: #fff;
    padding: 1% 0;
    text-align: center;
}
#faq-kaden-subscription .table-area {
    border-collapse: collapse;
    width: 100%;
    color: #222;
    background-color: #f4f4f4;
}
#faq-kaden-subscription .table-area tr:nth-child(odd) {
    background-color: #fff;
}
#faq-kaden-subscription .table-area th {
    font-weight: 500;
    width: 25%;
    font-size: 16px;
    line-height: 20px;
    border-right: 2px solid #222;
    padding: 2%;
    text-align: center;
}
#faq-kaden-subscription .table-area th p {
    font-size: 16px;
}
#faq-kaden-subscription .table-area td {
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    border-right: 2px solid #222;
    padding: 2%;
    text-align: center;
}
#faq-kaden-subscription .table-area td p {
    font-size: 16px;
    line-height: 28px;
}
#faq-kaden-subscription .table-area td:last-child {
    border: none;
}
#faq-kaden-subscription .annotation-text p {
    font-size: 14px;
    padding-top: 1%;
    width: 100%;
}
/*==============================================
プランの表  END
================================================*/